Metadata-Version: 2.0
Name: barchart-ondemand-client-python
Version: 0.0.6
Summary: A Python library to get data from BarChartOnDemand API
Home-page: https://github.com/lanshark/barchart-ondemand-client-python
Author: Scott Sharkey
Author-email: ssharkey@lanshark.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: BarChartOnDemand python trading data client interface
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: requests-cache
Requires-Dist: six
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'

Python client for Barchart OnDemand
-----------------------------------

Get a free API key at:

-  http://freemarketdataapi.barchartondemand.com/

Currently supports
~~~~~~~~~~~~~~~~~~

-  getHistory
-  getQuote
-  getFinancialHighlights (requires paid license key)

Example Code
~~~~~~~~~~~~

`See how to use the client in your project
here <https://github.com/lanshark/barchart-ondemand-client-python/blob/master/samples/main.py>`__.

To set the API\_KEY for these applications, set an environment variable
as follows:

::

    export BARCHART_API_KEY="xxxxxxxxxxxxxxxxxxxx"

To set the URL\_BASE (ondemand or marketdata) for these applications,
set an environment variable as follows:

::

    export BARCHART_URL_BASE="marketdata.websol.barchartondemand.com"

To enable the Financial Highlights (paid key required):

::

    export BARCHART_USE_HIGHLIGHTS=True

Additional remarks
~~~~~~~~~~~~~~~~~~

This project is not a `Barchart <http://www.barchartondemand.com/>`__
project. This project was forked from
`femtotrader's <http://github.com/femtotrader>`__ project and
extended/modified.

Use it at your own risk.

Some Barchart projects are available at https://github.com/barchart/


