Rest API to IEX
Project description
# pyEX
Python interface to IEX Api (https://iextrading.com/developer/docs/)
# Now supporting IEX Cloud
[](https://travis-ci.org/timkpaine/pyEX)
[](https://codecov.io/gh/timkpaine/pyEX)
[](https://waffle.io/timkpaine/pyEX?utm_source=badge)
[](https://bettercodehub.com/)
[](https://pypi.python.org/pypi/pyEX/)
[](https://pypi.python.org/pypi/pyEX/)
[](https://pyEX.readthedocs.io)
## Attribution
If you redistribute our API data:
- Cite IEX using the following text and link: “Data provided for free by [IEX](https://iextrading.com/developer).”
- Provide a link to https://iextrading.com/api-exhibit-a in your terms of service.
- Additionally, if you display our TOPS price data, cite “IEX Real-Time Price” near the price.
## IEX Cloud attribution
[Powered by IEX Cloud](https://iexcloud.io)
# Getting Started
- [Read The Docs!](https://pyEX.readthedocs.io)
- [Demo Notebook - IEX](https://github.com/timkpaine/pyEX/blob/master/all.ipynb)
- [Streaming Notebook - IEX](https://github.com/timkpaine/pyEX/blob/master/ws.ipynb)
- [Demo Notebook - IEX Cloud](https://github.com/timkpaine/pyEX/blob/master/client.ipynb)
- [Streaming Notebook - IEX Cloud](https://github.com/timkpaine/pyEX/blob/master/sse.ipynb)

## 6 Months of spy data in a dataframe in 2 lines:
```python
# fetch spy from website, clean for some bad formatted symbols
spy = [x for x in pandas.read_html('https://etfdailynews.com/etf/spy/', attrs={'id': 'etfs-that-own'})[0].Symbol.values.tolist() if isinstance(x, str)]
# bulk fetch 6m of data
pyEX.bulkBatchDF(spy, ['chart'], _range='6m')['chart']
```
Python interface to IEX Api (https://iextrading.com/developer/docs/)
# Now supporting IEX Cloud
[](https://travis-ci.org/timkpaine/pyEX)
[](https://codecov.io/gh/timkpaine/pyEX)
[](https://waffle.io/timkpaine/pyEX?utm_source=badge)
[](https://bettercodehub.com/)
[](https://pypi.python.org/pypi/pyEX/)
[](https://pypi.python.org/pypi/pyEX/)
[](https://pyEX.readthedocs.io)
## Attribution
If you redistribute our API data:
- Cite IEX using the following text and link: “Data provided for free by [IEX](https://iextrading.com/developer).”
- Provide a link to https://iextrading.com/api-exhibit-a in your terms of service.
- Additionally, if you display our TOPS price data, cite “IEX Real-Time Price” near the price.
## IEX Cloud attribution
[Powered by IEX Cloud](https://iexcloud.io)
# Getting Started
- [Read The Docs!](https://pyEX.readthedocs.io)
- [Demo Notebook - IEX](https://github.com/timkpaine/pyEX/blob/master/all.ipynb)
- [Streaming Notebook - IEX](https://github.com/timkpaine/pyEX/blob/master/ws.ipynb)
- [Demo Notebook - IEX Cloud](https://github.com/timkpaine/pyEX/blob/master/client.ipynb)
- [Streaming Notebook - IEX Cloud](https://github.com/timkpaine/pyEX/blob/master/sse.ipynb)

## 6 Months of spy data in a dataframe in 2 lines:
```python
# fetch spy from website, clean for some bad formatted symbols
spy = [x for x in pandas.read_html('https://etfdailynews.com/etf/spy/', attrs={'id': 'etfs-that-own'})[0].Symbol.values.tolist() if isinstance(x, str)]
# bulk fetch 6m of data
pyEX.bulkBatchDF(spy, ['chart'], _range='6m')['chart']
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyEX-0.1.8.tar.gz
(13.3 kB
view details)
File details
Details for the file pyEX-0.1.8.tar.gz.
File metadata
- Download URL: pyEX-0.1.8.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d39f2c797837fcdf2ed6b6e24b9c2b982cb3bdd6a25ac3c5e6a3b59633b3a04
|
|
| MD5 |
5abd112f9ba7f04b51ad1c43c4d706a6
|
|
| BLAKE2b-256 |
b29515f51e00475653a2bc075cf9d530bd9910009312f9179573f1045b8c0cad
|