Metadata-Version: 2.1
Name: DE-FOREX-Library
Version: 0.0.1
Summary: Demo library
Home-page: https://DE-FOREX-Library.readthedocs.io/
Author: Tianyi Wu
Author-email: tw2709@nyu.edu
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: polygon

# Currency Data Process Library

A small demo library for MGGY-8411 Data Engineering B, NYU Tandon.



### Installation

```

pip install DE-FOREX-Library

```



### Get started

How to get currency real-time conversion data:



```Python

from polygon_data import data_process_helper



# Instantiate a data process helper object

dp_helper = data_process_helper()



# Call the collect_data method

dp_helper.collect_data(currency_pairs)
