Metadata-Version: 1.1
Name: hedgedata
Version: 0.0.2
Summary: Financial Analytics
Home-page: https://github.com/timkpaine/hedgedata
Author: Tim Paine
Author-email: timothy.k.paine@gmail.com
License: BSD 3 Clause
Download-URL: https://github.com/timkpaine/hedgedata/archive/v0.0.2.tar.gz
Description: # hedgeme_cache
        Data caching
        
        ## DB
        Caching uses MAN AHL's Arctic Library on Mongo to cache IEX data 
        
        ## Optimized data fetching
        Can process 20 req/second (IEX limit) using ThreadPool
        
        ## Automatic data cleaning
        Library can detect missing/erroneous data and refetch/fill holes
        
        
        ### Data Attribution
        If you redistribute our API data:
        
        - Cite IEX using the following text and link: “Data provided for free by [IEX](https://iextrading.com/developer).”
        - 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.
        
        
        ![](https://raw.githubusercontent.com/timkpaine/hedgedata/master/arch.png)
        
Keywords: realtime financial Analytics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
