jpyttm


Namejpyttm JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/globophobe/jpyttm
SummaryHistorical JPY TTM rates
upload_time2023-01-03 01:04:51
maintainer
docs_urlNone
authorAlex
requires_python>=3.8
licenseMIT
keywords historical jpy ttm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            JPY TTM Rates
-------------

Historical JPY TTM rates, basically for tax purposes.

Install
-------

Install from PyPI:

```pip install jpyttm```

Usage
-----

```python
from jpyttm import USD, get_historical_ttm

ttm = get_historical_ttm(USD)
for quote in ttm:
    print(quote[0], quote[1])
```

To specify a range, call `get_historical_ttm` with optional parameters `timestamp_from` and/or `timestamp_to`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/globophobe/jpyttm",
    "name": "jpyttm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "historical,jpy,ttm",
    "author": "Alex",
    "author_email": "globophobe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/76/f3/43c74513e82f18489752147e37155d6f7aa00c2959adf0ea8fd6db3a8eeb/jpyttm-0.1.1.tar.gz",
    "platform": null,
    "description": "JPY TTM Rates\n-------------\n\nHistorical JPY TTM rates, basically for tax purposes.\n\nInstall\n-------\n\nInstall from PyPI:\n\n```pip install jpyttm```\n\nUsage\n-----\n\n```python\nfrom jpyttm import USD, get_historical_ttm\n\nttm = get_historical_ttm(USD)\nfor quote in ttm:\n    print(quote[0], quote[1])\n```\n\nTo specify a range, call `get_historical_ttm` with optional parameters `timestamp_from` and/or `timestamp_to`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Historical JPY TTM rates",
    "version": "0.1.1",
    "split_keywords": [
        "historical",
        "jpy",
        "ttm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b23b49e4dcfa31e9fdd8f718c63d3db2942d1ad1ef9708d341bafb631f9166c",
                "md5": "e0eaa8b9df5dde9c8de6e2a1898847ff",
                "sha256": "3c3859ae81a9bbe663279e8e198f361a36e680045c3b51373483bc00657ea680"
            },
            "downloads": -1,
            "filename": "jpyttm-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0eaa8b9df5dde9c8de6e2a1898847ff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5114,
            "upload_time": "2023-01-03T01:04:49",
            "upload_time_iso_8601": "2023-01-03T01:04:49.256321Z",
            "url": "https://files.pythonhosted.org/packages/8b/23/b49e4dcfa31e9fdd8f718c63d3db2942d1ad1ef9708d341bafb631f9166c/jpyttm-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76f343c74513e82f18489752147e37155d6f7aa00c2959adf0ea8fd6db3a8eeb",
                "md5": "a612826aed8d94a69fcf46aa583858b4",
                "sha256": "f6805c2d4a21ff792e11510c7a9084a7df9633f14c6c980c8cc9cb46a0acc5f9"
            },
            "downloads": -1,
            "filename": "jpyttm-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a612826aed8d94a69fcf46aa583858b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4554,
            "upload_time": "2023-01-03T01:04:51",
            "upload_time_iso_8601": "2023-01-03T01:04:51.010053Z",
            "url": "https://files.pythonhosted.org/packages/76/f3/43c74513e82f18489752147e37155d6f7aa00c2959adf0ea8fd6db3a8eeb/jpyttm-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-03 01:04:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "globophobe",
    "github_project": "jpyttm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jpyttm"
}
        
Elapsed time: 0.02561s