Skip to main content

No project description provided

Project description

Command line interface for Fast Rates

Installation :pushpin:

pip install fastrates-cli


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-cli --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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastrates-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

fastrates-0.1.0-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page