jgtfxcon


Namejgtfxcon JSON
Version 0.6.119 PyPI version JSON
download
home_pagehttps://github.com/jgwill/jgtfxcon
SummaryPDS Services
upload_time2024-10-17 13:51:34
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/5e/f4/911c500b3940f1ca6db118bd45d108d8bcf8f9e4d62b7e964361d5b4f494/jgtfxcon-0.6.119.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.119",
    "project_urls": {
        "Bug Tracker": "https://github.com/jgwill/jgtfxcon/issues",
        "Homepage": "https://github.com/jgwill/jgtfxcon"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2a566b613e942735f6e2cb067839460070721d264bcbad2658f6f7d25342e57",
                "md5": "6528d220615c4e43b44d2040f2310ae0",
                "sha256": "a269cc86f2f3bd1e682cee91a1f6cdcbd25e2338b9e3edcc88959be4738a4325"
            },
            "downloads": -1,
            "filename": "jgtfxcon-0.6.119-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6528d220615c4e43b44d2040f2310ae0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9158044,
            "upload_time": "2024-10-17T13:51:32",
            "upload_time_iso_8601": "2024-10-17T13:51:32.038930Z",
            "url": "https://files.pythonhosted.org/packages/f2/a5/66b613e942735f6e2cb067839460070721d264bcbad2658f6f7d25342e57/jgtfxcon-0.6.119-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ef4911c500b3940f1ca6db118bd45d108d8bcf8f9e4d62b7e964361d5b4f494",
                "md5": "fb62bc76a8761711e3b7ef8693e96898",
                "sha256": "fa60f256d5f158bc2c6b693f94e2d4b3e29fea763b06215e7525fdcf36cf84b3"
            },
            "downloads": -1,
            "filename": "jgtfxcon-0.6.119.tar.gz",
            "has_sig": false,
            "md5_digest": "fb62bc76a8761711e3b7ef8693e96898",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 78522,
            "upload_time": "2024-10-17T13:51:34",
            "upload_time_iso_8601": "2024-10-17T13:51:34.493978Z",
            "url": "https://files.pythonhosted.org/packages/5e/f4/911c500b3940f1ca6db118bd45d108d8bcf8f9e4d62b7e964361d5b4f494/jgtfxcon-0.6.119.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 13:51:34",
    "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: 0.50569s