Python module to get stock data from IEX API 1.0
Project description
Python module to get stock data from the Investors Exchange (IEX) Developer API platform. iexfinance provides real-time financial data from the various IEX Stock endpoints.
Documentation
Install
From PyPI with pip (latest stable release):
$ pip3 install iexfinance
From development repository (dev version):
$ git clone https://github.com/addisonlynch/iexfinance.git
$ cd iexfinance
$ python3 setup.py install
Usage Examples
>>> from iexfinance import Share
>>> tsla = Share('TSLA')
>>> print(tsla.get_open())
'299.64'
>>> print(tsla.get_price())
'301.84'
Contact
Email: ahlshop@gmail.com
Twitter: alynchfc
License
Copyright © 2017 Addison Lynch
See LICENSE for details
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
iexfinance-0.2.tar.gz
(7.2 kB
view details)
File details
Details for the file iexfinance-0.2.tar.gz.
File metadata
- Download URL: iexfinance-0.2.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
429420a2328d684d3fe9cc9223912d1d14d768a547dec60e9d3d5af2bacfa690
|
|
| MD5 |
16f5b9f51fb75e3b2ef89766b3cb0554
|
|
| BLAKE2b-256 |
17403c4fc86c7f4321acc578f91d4ecd251787e3f95bf8a66d13c9b29750e24b
|