Update README.md

This commit is contained in:
Austin Hartline 2016-05-10 15:30:21 -05:00
parent 3715629ce8
commit 31d68eb03c

View File

@ -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)
```