mcdallas / wallstreet

Real time stock and option data.
MIT License
1.24k stars 197 forks source link

Google Finance Change #18

Closed rsmileyc closed 4 years ago

rsmileyc commented 6 years ago

It appears that Google Finance has made another change in their API so Wallstreet is unable to find any stocks. I reloaded the Wallstreet module this morning but this didn't fix the issue. Is a change in work for Wlalstreet?

mcdallas commented 6 years ago

Yes, I am going to have a look at it at some point. Probably this weekend

rsmileyc commented 6 years ago

The Wallstreet module is still not working. Here is the error that I get: LookupError: Ticker symbol not found. Try adding the exchange parameter.

mcdallas commented 6 years ago

@rsmileyc the google api endpoint is gone and I couldn't find any replacement. If you find another one that we can use please post it here and I will use that.

westonplatter commented 6 years ago

@mcdallas IEX has free real time quotes for stocks (but not options or major indexes like SPX). https://iextrading.com/developer/docs/.

reiven commented 5 years ago

This is not working anymore, right?

kannaiah commented 5 years ago

Would Yahoo finance work?

mcdallas commented 5 years ago

Yes google was discontinued but yahoo still works. You need to use the source='yahoo' parameter

kannaiah commented 5 years ago

Thanks. With source='yahoo' does seem to work but only recent option quotes are in the data. Can't seem to get data for other expirations. I tried finding documentation on API but no luck, do you have any idea?

mcdallas commented 5 years ago

Can you give an example with what data is missing? You should be able to access all the quotes that are accessible in https://finance.yahoo.com/

kannaiah commented 5 years ago

Sorry, I might have done something wrong, it seems to work.