No project description provided
Project description
Command line interface for Fast Rates
Installation :pushpin:
pip install fastrates
Successfully installed fastrates-cli-0.1.0
How to use? :rocket:
Options:
--base TEXT Base ticker for currency [default: EUR]
--latest / --no-latest Get the latest foreign exchange reference rates
[default: False]
--start-at TEXT Get historical rates for any day since start_at
--end-at TEXT Get historical rates for any day till end_at
--symbols TEXT Compare specific exchange rates
--date TEXT Get historical date
--help Show this message and exit.
-
Example
fastrates --latest
Which will return
{
"rates":{
"2020-07-31":{
"AUD":1.6488,
"BGN":1.9558,
"BRL":6.1219,
"CAD":1.5898,
"CZK":26.175,
"DKK":7.4442,
"GBP":0.90053,
"TRY":8.2595,
"USD":1.1848,
}
},
"base":"EUR"
}
Release Notes :mega:
Latest Changes
0.1.0
- Prototype of project
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
fastrates-cli-0.1.1.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for fastrates_cli-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ae40b8d1a12d4fc01841145a7aba3a03047c18e07e54acf07fe80104379ebcd |
|
MD5 | 3d598e03e679178b9c002290305aec0c |
|
BLAKE2b-256 | 40948d3ba3504afed4629c14e5366da619ae6f58bb2fd840f745bfd285d4e0cf |