# PyInvestor
PyInvestor is a python wrapper for the IEX API.
[]()
[](https://github.com/SamurAi-sarl/PyInvestor/LICENSE)

[](https://samurai-sarl.github.io/PyInvestor/)
## Documentation
The documentation related to the details of the different methods of **PyInvestor** is found here:
[https://samurai-sarl.github.io/PyInvestor/](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
- Pandas
- Requests
## Installation
``` bash
pip install pyinvestor
```
## Examples
### Market
__SectorPerformance__
``` python
from PyInvestor import market
market.SectorPerformance()
```

### Stock
__Earnings__
```python
from PyInvestor.stock import Stock
AMZN = Stock('AMZN')
AMZN.Earnings()
```

## Todos
| API | Integration |
|----------|------------------------------------------ |
| IEX | []() |
| Quandl | []() |
| News API | []() |
## Legal
As **PyInvestor** is a wrapper for the IEX API, we have to say that
> Data is provided for free by [IEX](https://iextrading.com/developer/).
> View [IEX's Terms of Use](https://iextrading.com/api-exhibit-a/)
## Developers
Made with :heart: by [SamurAI](https://www.samurai.team/). Follow us on [Linkedin](https://www.linkedin.com/company/samurai-team/) to get the latest news first!
We're always happy to receive your feedback!
PyInvestor is a python wrapper for the IEX API.
[]()
[](https://github.com/SamurAi-sarl/PyInvestor/LICENSE)

[](https://samurai-sarl.github.io/PyInvestor/)
## Documentation
The documentation related to the details of the different methods of **PyInvestor** is found here:
[https://samurai-sarl.github.io/PyInvestor/](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
- Pandas
- Requests
## Installation
``` bash
pip install pyinvestor
```
## Examples
### Market
__SectorPerformance__
``` python
from PyInvestor import market
market.SectorPerformance()
```

### Stock
__Earnings__
```python
from PyInvestor.stock import Stock
AMZN = Stock('AMZN')
AMZN.Earnings()
```

## Todos
| API | Integration |
|----------|------------------------------------------ |
| IEX | []() |
| Quandl | []() |
| News API | []() |
## Legal
As **PyInvestor** is a wrapper for the IEX API, we have to say that
> Data is provided for free by [IEX](https://iextrading.com/developer/).
> View [IEX's Terms of Use](https://iextrading.com/api-exhibit-a/)
## Developers
Made with :heart: by [SamurAI](https://www.samurai.team/). Follow us on [Linkedin](https://www.linkedin.com/company/samurai-team/) to get the latest news first!
We're always happy to receive your feedback!
Release files for pyinvestor 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyinvestor-0.0.5.tar.gz | 5.9 kB | Details |
Release files / pyinvestor-0.0.5.tar.gz
| Download URL | pyinvestor-0.0.5.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e03fb31dbd291d0f9ab7d637bdc21e9f1b6b2a204ea566f1a5fa8ba2871897e
|
|
BLAKE2b-256 checksum How to use checksums |
8e6a7724ed544bf8886763abd965b3af4667db6becfb5adf74985d029ca07f40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|