Yahoo Ticker API is no longer in real time
We have been using yahoo rest api for years to get the current stock price for our company.
Just noticed that it now gives the last closing price (i.e. when checked at 11:00, it gives the price at 4pm the previous day.
Does anyone have a workaround? Or maybe another api rest from someone other than yahoo ???
All inputs are appreciated!
example: http://quote.yahoo.com/d/quotes.csv?s=tsla&f=sl1d1t1c1ohgvj1pp2owern&e=.csv
+3
source to share
1 answer
Found here:
http://www.programmableweb.com/api/stock-quote
http://dev.markitondemand.com/#doc_lookup
Probably not 100% real-time, but close enough.
Example: http://dev.markitondemand.com/Api/v2/Quote/jsonp?symbol=AAPL&callback=myFunction
+1
source to share