{"categories":[{"label":"Internationalization","url":"https://skillfed.io/packages/category/software-development-internationalization"}],"enrichment":{"capability":"Fetches current and historical foreign exchange rates and Bitcoin prices from public APIs, and converts between currencies or to Bitcoin.","skillfed_tags":["currency-conversion","forex-rates","bitcoin-prices"],"use_cases":["Build a web application that displays real-time currency exchange rates or allows users to convert between currencies.","Fetch historical exchange rates for financial analysis or reconciliation of past transactions.","Convert prices in an e-commerce system from one currency to another based on live rates.","Retrieve Bitcoin prices in multiple fiat currencies for a cryptocurrency tracking or portfolio app.","Generate reports that include currency conversions using historical rates from a specific date."],"what_it_does":"Forex-python is a library that wraps public foreign exchange and cryptocurrency price APIs to provide currency conversion and rate lookup in Python. It queries theratesapi.com for current and historical forex rates (published by the European Central Bank) and CoinDesk for Bitcoin prices, then exposes them through a simple object-oriented interface. You instantiate a CurrencyRates or BtcConverter class and call methods like get_rate(), convert(), or get_latest_price() to retrieve or transform currency values.\n\nThe library supports converting between any currency pair, looking up historical rates back to 1999, fetching Bitcoin prices in any fiat currency, and converting fiat amounts to Bitcoin. It also provides currency symbol and name lookup. Because it depends only on requests and simplejson, it has minimal install friction, though it does require live internet connectivity to the upstream APIs and is subject to their availability and rate limits.","worth_installing":"Yes, with conditions. The package is straightforward to install and has no known vulnerabilities. However, it is aging (449 days since last release) and depends entirely on external APIs for data. Use it if you need simple, lightweight currency conversion without building your own API integration, but be aware that upstream API availability and rate limits are outside the maintainer's control. For production systems, verify the reliability of theratesapi.com and CoinDesk before committing."},"id":"forex-python","links":{"html":"https://skillfed.io/packages/forex-python","md":"https://skillfed.io/packages/forex-python.md","pypi":"https://pypi.org/project/forex-python/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-05-22","license_spdx":null,"license_treatment":"permissive","name":"forex-python","python_support":"supports_current","summary":"Free foreign exchange rates and currency conversion."},"popularity":{"monthly_downloads":554527,"position":6033,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.9.2"}
