Metadata-Version: 2.1
Name: jgtfxcon
Version: 0.1.92
Summary: Enhanced PDS Services
Home-page: https://github.com/jgwill/jgtfxcon
Author: GUillaume Isabelle
Author-email: Guillaume Isabelle <jgi@jgwill.com>
License: MIT
Project-URL: Homepage, https://github.com/jgwill/jgtfxcon
Project-URL: Bug Tracker, https://github.com/jgwill/jgtfxcon/issues
Keywords: data
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: dev-lint
Provides-Extra: dev-test
Provides-Extra: dev-docs
License-File: LICENSE



# jgtfxcon

just getting prices from fxconnect


## Installation
```sh
pip install -U jgtfxcon
```

## Example

```py

    >>> import pandas as pd
    >>> import jgtfxcon
    >>> df=jgtfxcon.getPH('EUR/USD','H4')
    >>>
    >>> # retrieve 3000 periods and generate from the DF
    >>> df=jgtfxcon.getPH('EUR/USD','H4',3000,with_index=False)
    >>> dfi=jgtfxcon.createFromDF(df)
    >>>

```

## More


