10000 GitHub - dwrussell/iexfinance: Python wrapper for the Investor's Exchange (IEX) Developer API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dwrussell/iexfinance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IEX Finance API

https://travis-ci.org/addisonlynch/iexfinance.svg?branch=master

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

See IEX Finance 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

About

Python wrapper for the Investor's Exchange (IEX) Developer API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0