Loading
Loading
https://api.apifreaks.com/v1.0/currency/supported
If currency type is crypto and metal, its countryCode value will be "Crypto" and "Metal", respectively, and countryName value will be "Global".
{
"supportedCurrenciesMap": {
"USD": {
"currencyCode": "USD",
"currencyName": "US Dollar",
"countryCode": "AS",
"countryName": "American Samoa",
"status": "AVAILABLE",
"availableFrom": "2020-01-01",
"availableUntil": "2026-06-18",
"icon": "https://currencyfreaks.com/photos/flags/usd.png"
},
"BTC": {
"currencyCode": "BTC",
"currencyName": "Bitcoin",
"countryCode": "Crypto",
"countryName": "Global",
"status": "AVAILABLE",
"availableFrom": "2014-01-01",
"availableUntil": "2026-06-18",
"icon": "https://currencyfreaks.com/photos/flags/btc.png"
},
"XAU": {
"currencyCode": "XAU",
"currencyName": "Gold Ounce",
"countryCode": "Metal",
"countryName": "Precious Metal",
"status": "AVAILABLE",
"availableFrom": "2020-01-01",
"availableUntil": "2026-06-18",
"icon": "https://currencyfreaks.com/photos/flags/xau.png"
}
}
}Playground to test live exchange rates - fetch current rates for 170+ fiat and 800+ crypto currencies.
Playground to test historical exchange rates - query fiat and crypto rates for specific past dates.
Playground to test currency conversion - convert amounts between 170+ fiat and 800+ crypto currencies using live rates.
Playground to test historical currency conversion - convert amounts using validated rates for specific past dates.
Playground to test currency time series - query exchange rate data for multiple pairs over custom date ranges.
Playground to test currency fluctuation - measure absolute and percentage value changes over a chosen period.
Playground to test geo currency conversion - convert amounts to local currency based on IP address or client location.
Playground to test currency symbols endpoint - fetch symbols, formatting rules, and localization details.
Playground to test historical data limits - check available date ranges for currency exchange rate queries.