# 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
### 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
```
Raw data
{
"_id": null,
"home_page": "https://github.com/jgwill/jgtfxcon",
"name": "jgtfxcon",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": null,
"author": "GUillaume Isabelle",
"author_email": "Guillaume Isabelle <jgi@jgwill.com>",
"download_url": "https://files.pythonhosted.org/packages/14/21/914e8bad1f5fe4443460c4403b843f9d1ce3204fbab463ccd1adf57581ca/jgtfxcon-0.6.125.tar.gz",
"platform": null,
"description": "\n\n# jgtfxcon\n\njust getting prices from fxconnect\n\n\n## Installation\n```sh\npip install -U jgtfxcon\n```\n\n## Example\n\n```py\n\n >>> import pandas as pd\n >>> import jgtfxcon\n >>> df=jgtfxcon.getPH('EUR/USD','H4')\n >>>\n >>> # retrieve 3000 periods and generate from the DF\n >>> df=jgtfxcon.getPH('EUR/USD','H4',3000,with_index=False)\n >>> dfi=jgtfxcon.createFromDF(df)\n >>>\n\n```\n\n## More\n\n\n### Enhancements Idea\n\n#### -l (for --timeline)\n\n* --@STCGoal An easy way to snap a moment in time and save it to our store.\n\n```sh\njgtfxcli -i \"SPX500\" -t \"H1,H4,H8,D1,W1,M1\" -c 500 -l \"22101313\"\n\n```\n\n```\n$JGTPY_DATA/pds NORMAL\n$JGTPY_DATA/pdl/ L Item\n\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "PDS Services",
"version": "0.6.125",
"project_urls": {
"Bug Tracker": "https://github.com/jgwill/jgtfxcon/issues",
"Homepage": "https://github.com/jgwill/jgtfxcon"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ddc04deea9a47ca90d37ececc4062581867486e1a2cd2185a9a42686cfe46b36",
"md5": "99e0dbb2611e2d8def45937d80cd7df6",
"sha256": "55cba32f1984700253ce7201764618031bc268388e10d8509c622dc98dbf2828"
},
"downloads": -1,
"filename": "jgtfxcon-0.6.125-py3-none-any.whl",
"has_sig": false,
"md5_digest": "99e0dbb2611e2d8def45937d80cd7df6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 9158069,
"upload_time": "2025-01-16T02:07:22",
"upload_time_iso_8601": "2025-01-16T02:07:22.719905Z",
"url": "https://files.pythonhosted.org/packages/dd/c0/4deea9a47ca90d37ececc4062581867486e1a2cd2185a9a42686cfe46b36/jgtfxcon-0.6.125-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1421914e8bad1f5fe4443460c4403b843f9d1ce3204fbab463ccd1adf57581ca",
"md5": "1c83895e7f42ba13f7d667c4c2cd6443",
"sha256": "9c8a5a426e5d71157b93ace266628f1922a0e4714a67be982b9deac11e258d06"
},
"downloads": -1,
"filename": "jgtfxcon-0.6.125.tar.gz",
"has_sig": false,
"md5_digest": "1c83895e7f42ba13f7d667c4c2cd6443",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 78555,
"upload_time": "2025-01-16T02:07:25",
"upload_time_iso_8601": "2025-01-16T02:07:25.268547Z",
"url": "https://files.pythonhosted.org/packages/14/21/914e8bad1f5fe4443460c4403b843f9d1ce3204fbab463ccd1adf57581ca/jgtfxcon-0.6.125.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-16 02:07:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jgwill",
"github_project": "jgtfxcon",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pytz",
"specs": []
},
{
"name": "six",
"specs": []
},
{
"name": "stone",
"specs": []
},
{
"name": "pandas",
"specs": []
},
{
"name": "python-dotenv",
"specs": []
},
{
"name": "tlid",
"specs": []
},
{
"name": "jgtutils",
"specs": []
},
{
"name": "jgtfx2console",
"specs": []
},
{
"name": "flask",
"specs": []
}
],
"lcname": "jgtfxcon"
}