Metadata-Version: 2.1
Name: jgtfx2console
Version: 0.4.13
Summary: PDS Services
Home-page: https://github.com/jgwill/jgtfx2console
Author: GUillaume Isabelle
Author-email: Guillaume Isabelle <jgi@jgwill.com>
License: MIT
Project-URL: Homepage, https://github.com/jgwill/jgtfx2console
Project-URL: Bug Tracker, https://github.com/jgwill/jgtfx2console/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



# jgtfx2console

just getting prices from fxconnect


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

## Example

```py

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

```

## More


### Enhancements Idea

#### -l (for --timeline)

* --@STCGoal An easy way to snap a moment in time and save it to our store.

```sh
jgtfxcli -i "SPX500" -t "H1,H4,H8,D1,W1,M1" -c 500 -l "22101313"

```

```
$JGTPY_DATA/pds  NORMAL
$JGTPY_DATA/pdl/  L Item

```
