where q= stock symbol on Google finance
x= exchange symbol
i= interval (here 60 means 60 sec (1 minute interval))
p= no of period(here 5d denotes 5 days of data)
f= parameters (day, close, open, high and low)
df= difference (cpct is may be in % change )
auto =1,
ts = time start… if you cut the last 4 digits…the rest gives the start day in seconds
http://www.google.com/finance/getprices?q=FM&x=TSE&i=60&p=15d&f=d,o,h,l,c,v
http://www.ezstockexchange.com/ Symbol lists
http://trading.cheno.net/downloading-google-intraday-historical-data-with-python/