jgtfxcon


Namejgtfxcon JSON
Version 0.6.116 PyPI version JSON
download
home_pagehttps://github.com/jgwill/jgtfxcon
SummaryPDS Services
upload_time2024-09-11 21:58:47
maintainerNone
docs_urlNone
authorGUillaume Isabelle
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

# 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/73/fd/13451aa2f0c0376bb82f8d52390ea65657ea565e35f4ee8676eae8521f65/jgtfxcon-0.6.116.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.116",
    "project_urls": {
        "Bug Tracker": "https://github.com/jgwill/jgtfxcon/issues",
        "Homepage": "https://github.com/jgwill/jgtfxcon"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dd1f8895551578835d6f44f1a88fdb3878b85aee209612b9a8499a9307bcb1c",
                "md5": "b4af27c8030f5ae8d6a8c0138da20a35",
                "sha256": "d53ac6f3db151d4707656bb10210859c2900fb5ac4e00b7b83101f17598a5949"
            },
            "downloads": -1,
            "filename": "jgtfxcon-0.6.116-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b4af27c8030f5ae8d6a8c0138da20a35",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9158042,
            "upload_time": "2024-09-11T21:58:44",
            "upload_time_iso_8601": "2024-09-11T21:58:44.207566Z",
            "url": "https://files.pythonhosted.org/packages/7d/d1/f8895551578835d6f44f1a88fdb3878b85aee209612b9a8499a9307bcb1c/jgtfxcon-0.6.116-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73fd13451aa2f0c0376bb82f8d52390ea65657ea565e35f4ee8676eae8521f65",
                "md5": "7ec73c2f89e9565aeb98fc0f4e87588e",
                "sha256": "78ba436bc2caf02512138a3216cccd36fb6841a49bf6ffaaa1cedde34857c2cb"
            },
            "downloads": -1,
            "filename": "jgtfxcon-0.6.116.tar.gz",
            "has_sig": false,
            "md5_digest": "7ec73c2f89e9565aeb98fc0f4e87588e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 78531,
            "upload_time": "2024-09-11T21:58:47",
            "upload_time_iso_8601": "2024-09-11T21:58:47.217055Z",
            "url": "https://files.pythonhosted.org/packages/73/fd/13451aa2f0c0376bb82f8d52390ea65657ea565e35f4ee8676eae8521f65/jgtfxcon-0.6.116.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 21:58:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jgwill",
    "github_project": "jgtfxcon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "jgtfxcon"
}
        
Elapsed time: 1.03171s