Metadata-Version: 2.1
Name: ejtrader
Version: 1.0.1
Summary: Financial Data and API
Home-page: https://ejtrader.readthedocs.io/
Author: Emerson Pedroso
Author-email: support@ejtrader.com
License: MIT License
Download-URL: https://ejtrader.com
Project-URL: Bug Reports, https://github.com/traderpedroso/ejtrader/issues
Project-URL: Source, https://github.com/traderpedroso/ejtrader
Project-URL: Documentation, https://ejtrader.readthedocs.io/
Description: ````python
        import ejtrader
        
        data = ejtrader.get_crypto_historical_data(crypto='bitcoin', from_date='01/01/2014', to_date='01/01/2019')
        
        print(data.head())
        ````
        ```{r, engine='python', count_lines}
                     Open    High    Low   Close  Volume Currency
        Date                                                     
        2014-01-01  805.9   829.9  771.0   815.9   10757      USD
        2014-01-02  815.9   886.2  810.5   856.9   12812      USD
        2014-01-03  856.9   888.2  839.4   884.3    9709      USD
        2014-01-04  884.3   932.2  848.3   924.7   14239      USD
        2014-01-05  924.7  1029.9  911.4  1014.7   21374      USD
        ```
        
        
Keywords: investing,investing-api,historical-data,financial-data,stocks,funds,etfs,indices,currency crosses,bonds,commodities,crypto currencies
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3
Description-Content-Type: text/markdown
Provides-Extra: docs
