A simple and open-source API to fetch currency details by country.
View on GitHubThe Country Currency API is designed to provide details about a country's currency, including the currency name, symbol, and code. It's perfect for applications that require country-based currency data. Contributions are welcome via GitHub!
GET /api/country-currency/{country}
GET /api/country-currency/United States
{
"country": "United States",
"currency_name": "United States Dollar",
"currency_symbol": "$",
"currency_code": "USD"
}
This API is open source and welcomes contributions from the community. You can find the code, report issues, or contribute new features on our GitHub repository:
Go to GitHub