Skip to main content

CurrencyAPI Python Client

Project description

CurrencyAPI Python Client

CurrencyAPI Python Client is the official Python Wrapper around the CurrencyAPI API.

Installation

Install from pip:

pip install currencyapicom

Install from code:

pip install git+https://github.com/everapihq/currencyapi-python.git

Usage

All curencyapi API requests are made using the Client class. This class must be initialized with your API access key string. Where is my API access key?

In your Python application, import currencyapicom and pass authentication information to initialize it:

import currencyapicom
client = currencyapicom.Client('API_KEY')

Retrieve Status

print(client.status())

Retrieve Currencies

https://currencyapi.com/docs/currencies

result = client.currencies(currencies=['EUR', 'CAD'])
print(result)

Retrieve Latest Exchange Rates

https://currencyapi.com/docs/latest

result = client.latest()
print(result)

Retrieve Historical Exchange Rates

https://currencyapi.com/docs/historical

result = client.historical('2022-02-02')
print(result)

Retrieve Historical Range Exchange Rates

https://currencyapi.com/docs/range

result = client.range('2022-02-02', '2022-02-04')
print(result)

Retrieve Converted Exchange Rates

https://currencyapi.com/docs/convert

result = client.convert(1234)
print(result)

Contact us

Any feedback? Please feel free to contact our team.

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

currencyapicom-0.1.1.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

currencyapicom-0.1.1-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file currencyapicom-0.1.1.tar.gz.

File metadata

  • Download URL: currencyapicom-0.1.1.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for currencyapicom-0.1.1.tar.gz
Algorithm Hash digest
SHA256 9ccb8191f6a8579890119cda5b0b25318f7329571af652b50c9d4013c1cc4405
MD5 06e55e71e4ed424117f20a7609626b51
BLAKE2b-256 e4e57dbf0afb2598984d3d0e6dbe4666381e4a1325943ac7932a8ca5d02b36ab

See more details on using hashes here.

File details

Details for the file currencyapicom-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for currencyapicom-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fb9c78adbea2fb08adec63736444e7322394d0ecb340698c766bfe49469297f7
MD5 08ec522d69a19d20d90588c1991bf63c
BLAKE2b-256 0496b6ae06ef5b1f74612d0bcdca53a6bed14c5bc88b88802302144bed77779c

See more details on using hashes here.

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