Getting live intraday equity data using APIs

#1
Where can I get live equities data (1min is sufficient) programmatically - any website that would let me harvest the data using APIs (preferably python)?

If this is not possible, where can I get this data from on a daily basis? I tried running a script to download 1min data from yahoo, but get some errors (probably yahoo is blocking me for too many queries).
 

monkeybusiness

Well-Known Member
#2
Where can I get live equities data (1min is sufficient) programmatically - any website that would let me harvest the data using APIs (preferably python)?

If this is not possible, where can I get this data from on a daily basis? I tried running a script to download 1min data from yahoo, but get some errors (probably yahoo is blocking me for too many queries).
Google Finance
 
#5
You should try contacting with brokerage houses who provides API for algo-trading. You can get the data from there, provided you comply with the rules of using that data.

Sharekhan, Zerodha can be of use.
 

TradeOptions

Well-Known Member
#8

Similar threads