Unofficial exchangerate.host python client library
Project description
Introduction
This is unofficial exchangerate.host python client library.
exchangerate.host is a simple and lightweight free service for current and historical foreign exchange rates & crypto exchange rates.
Getting started
Installation
- Using pip
pip install exchangerate-client
Usage
- Get all currency symbols
import exchangerate
client = exchangerate.ExchangerateClient()
print(client.symbols())
- Get latest rates
import exchangerate
client = exchangerate.ExchangerateClient()
print(client.latest())
Development guide
Testing
This package uses tox to run testing automation against multiple python versions, to install and run tox, use
pip install tox
tox
Local development
- Install to local env with
pip install --editable . - Then this will work
python -c "import exchangerate"
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exchangerate_client-0.3.0.tar.gz.
File metadata
- Download URL: exchangerate_client-0.3.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76002c220535f6701b9836ccb2fd7999dd374aeae8d99a3f1d5f9f4cb9774fb4
|
|
| MD5 |
c4ef11da17b66ddebcc2284dc7c63bcc
|
|
| BLAKE2b-256 |
21123291b8c1f852189db65cf1fcb98fbd4e91d4090ce45a144b850bdb45edb1
|
File details
Details for the file exchangerate_client-0.3.0-py3-none-any.whl.
File metadata
- Download URL: exchangerate_client-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45ff35447567f9c68d1a1e474d454591f79295a7ce62db009e0f3eabc5fa0ecc
|
|
| MD5 |
93918d2d011133bb9ddf3ef97a1cf77e
|
|
| BLAKE2b-256 |
cb86ca9a4120ba8585467f24d0480d839e95b70944867b9217d1d6025fb126fc
|