aioopenexchangerates
Fetch rates from openexchangerates with aiohttp.
What it is and what it does
aioopenexchangerates is an async wrapper around the Open Exchange Rates API, built on aiohttp for non-blocking HTTP requests. It provides a Client interface to fetch currency exchange rates without blocking your event loop.
The package is designed for developers building async Python applications that need exchange rate data. It handles the HTTP communication and response parsing, letting you focus on your business logic. Being pre-alpha, it is actively developed but not yet at a stable release.
Use it for:
- Fetch exchange rates in async web applications or microservices
- Build currency conversion features into async fintech tools
- Poll exchange rates periodically in background tasks without blocking
- Integrate forex data into async data pipelines or dashboards
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Async client library for fetching currency exchange rates from the Open Exchange Rates API using aiohttp.
Yes, if you need an async Open Exchange Rates client and are comfortable with pre-alpha software. Low install friction, permissive license, and active maintenance make it safe to try. However, verify API key requirements and rate limits with the Open Exchange Rates service before committing to production use.
Install
aioopenexchangerates on PyPI
pip
pip install aioopenexchangeratesuv
uv add aioopenexchangeratespoetry
poetry add aioopenexchangeratesInstalling aioopenexchangerates
Before you install
Low install friction; pure Python wheel with two runtime dependencies (aiohttp and mashumaro). Actively maintained with recent commits; pre-alpha status suggests early-stage maturity.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
import asyncio
from aioopenexchangerates import Client
async def main():
async with Client("your_api_key") as client:
result = await client.get_latest()
print(result)
asyncio.run(main())
Requires Python 3.13 or later; an active Open Exchange Rates API key is needed to fetch data.
Verify before relying
- API key requirements and rate limits for Open Exchange Rates service
- Whether the package handles authentication token refresh or expiration
- Supported currency pairs and data freshness guarantees
- Production readiness timeline for moving beyond pre-alpha status
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.13) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — aiohttp, mashumaro |
| Maintenance | actively maintained — 161 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 74,428/month — #14,835 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aioopenexchangerates-0.7.0-py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
openbb-currencyProvides currency exchange data as an extension…
agpl · top 15,000 on PyPI
aiozoneinfoFetches timezone information asynchronously…
permissive · top 15,000 on PyPI
forex-pythonFetches current and historical foreign exchange…
permissive · top 15,000 on PyPI
aioazuredevopsFetch data from Azure DevOps API endpoints…
permissive · top 15,000 on PyPI
CurrencyConverterConverts currency amounts using historical…
unclear · top 15,000 on PyPI
accuweatherAsync Python wrapper for fetching current…
permissive · top 15,000 on PyPI
ccyProvides a dictionary of currency objects with…
permissive · top 15,000 on PyPI
aiodockerProvides async/await bindings for the Docker…
permissive · top 5,000 on PyPI
aioymapsaioymaps is an async client library for…
permissive · top 15,000 on PyPI
fhirpyAsync/sync FHIR client for Python that provides…
unclear · top 5,000 on PyPI