mcdallas / wallstreet

Real time stock and option data.
MIT License
1.38k stars 203 forks source link

Question: Google Finance API and Scipy #10

Closed PR4M closed 7 years ago

PR4M commented 7 years ago

Hi mcdallas,

I have a question, on the description there's statement "provided from the Google Finance API" Isn't the Google Finance API has been shut down?

is this library still work?

Thank you :)

mcdallas commented 7 years ago

@pramanadiputra Yes officialy it has been shut down. However there are some endpoints that still work and have no delay. For example http://finance.google.com/finance/info?q=AAPL

PR4M commented 7 years ago

@mcdallas Thank You :), and I just touch Python for 1 week. And I don't understand what this mean 'Wallstreet requires Scipy, requests and bs4 (BeautifulSoup4). Requests and bs4 are installed for you when pip installing but you need to have Scipy pre-installed.'

how to have Scipy pre-installed on Windows? It seems I have to download them and install them first?

mcdallas commented 7 years ago
pip install scipy
pip install wallstreet

This should get you everything you need. Alternatively you can install Anaconda which includes Scipy