Historical JPY TTM rates
Project description
JPY TTM Rates
Historical JPY TTM rates, basically for tax purposes.
Install
Install from PyPI:
pip install jpyttm
Usage
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jpyttm-0.1.0.tar.gz
(4.6 kB
view hashes)
Built Distribution
jpyttm-0.1.0-py3-none-any.whl
(5.1 kB
view hashes)