Skip to content

globophobe/jpyttm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

💴 Historical JPY TTM rates, basically for tax purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages