Rest API to IEX
Project description
pyEX
Python interface to IEX Api (https://iextrading.com/developer/docs/)
Now supporting IEX Cloud
Attribution
If you redistribute our API data:
- Cite IEX using the following text and link: “Data provided for free by IEX.”
- 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
Getting Started
- Read The Docs!
- Demo Notebook - IEX
- Streaming Notebook - IEX
- Demo Notebook - IEX Cloud
- Streaming Notebook - IEX Cloud
6 Months of spy data in a dataframe in 2 lines:
# 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.16.tar.gz
(25.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyEX-0.1.16-py3-none-any.whl
(50.5 kB
view details)
File details
Details for the file pyEX-0.1.16.tar.gz.
File metadata
- Download URL: pyEX-0.1.16.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/0.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38ffeb0ff56d1426878b7fa8c196fc7ec3969815ca9aadd83ac017b8ca567723
|
|
| MD5 |
ef84b6b5c8305d32958dc566eb1267ec
|
|
| BLAKE2b-256 |
f5d7d3c2716d49fab80eda45ca2314d1c5fdd97d51ed7dd819abdf2657858de3
|
File details
Details for the file pyEX-0.1.16-py3-none-any.whl.
File metadata
- Download URL: pyEX-0.1.16-py3-none-any.whl
- Upload date:
- Size: 50.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/0.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42a2605fd887c4840103d258aef84f437276eeb2f04a327da2d4fa49eb273cdb
|
|
| MD5 |
4e72f0fc31305d0153e5801088c04f04
|
|
| BLAKE2b-256 |
6918e13f1972deb2f8b277024a938624132ced91dbe31fb76c285d0ea69dfba0
|