PyInvestor
PyInvestor is a python wrapper for the IEX API.
![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)
Documentation
The documentation related to the details of the different methods of PyInvestor is found here:
https://samurai-sarl.github.io/PyInvestor/
Features
As of now, PyInvestor is a wrapper for the IEX API. However,
we have the ambition to grow it and integrate several financial
APIs into one single Python library, PyInvestor. Now, some
of the features are:
-
IEX Stocks app using the stocks endpoint;
-
Access to the OHLC of more than 7k stocks;
-
Get relevant news at the stock level;
-
Access to fundamental data such as dividends, earnings, etc.
Dependencies
Installation
pip install pyinvestor
Examples
Market
SectorPerformance
from PyInvestor import market
market.SectorPerformance()
![text](./docs/market.gif)
Stock
Earnings
from PyInvestor.stock import Stock
AMZN = Stock('AMZN')
AMZN.Earnings()
![text](./docs/stock.gif)
Todos
API | Integration |
---|
IEX | ![IEX](http://progressed.io/bar/75) |
Quandl | ![Quandl](http://progressed.io/bar/0) |
News API | ![Quandl](http://progressed.io/bar/0) |
Legal
As PyInvestor is a wrapper for the IEX API, we have to say that
Data is provided for free by IEX.
View IEX's Terms of Use
Developers
Made with :heart: by SamurAI. Follow us on Linkedin to get the latest news first!
We're always happy to receive your feedback!