mirror of
https://github.com/hongtaocai/googlefinance.git
synced 2025-02-25 18:55:20 -06:00
Update README.md
This commit is contained in:
parent
3715629ce8
commit
31d68eb03c
@ -1,14 +1,14 @@
|
||||
# googlefinance
|
||||
Python module to get stock data from Google Finance API
|
||||
|
||||
This module provides **no delay**, **real time** stock data in NYSE & NASDAQ.
|
||||
This module provides relatively real time stock data in NYSE & NASDAQ from Google's *deprecated* finance api.
|
||||
|
||||
Another awesome module, [yahoo-finance](https://github.com/lukaszbanasiak/yahoo-finance)'s data is delayed by 15 min, but it provides convenient apis to fetch historical day-by-day stock data.
|
||||
|
||||
## Install
|
||||
From PyPI with pip:
|
||||
|
||||
``pip install googlefinance``
|
||||
`pip install googlefinance`
|
||||
|
||||
From development repo (requires git)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user