curl --request GET \
--url https://{base_url}/v1/fx-rate \
--header 'Authorization: <authorization>'{
"data": {
"from_currency": "<from_currency_code>",
"to_currency": "<to_currency_code>",
"exchange_rate": "<exchange_rate>",
"country": "<country_code_of_the_currency>"
}
}Retrieve exchange rates for a specific country or currency.
curl --request GET \
--url https://{base_url}/v1/fx-rate \
--header 'Authorization: <authorization>'{
"data": {
"from_currency": "<from_currency_code>",
"to_currency": "<to_currency_code>",
"exchange_rate": "<exchange_rate>",
"country": "<country_code_of_the_currency>"
}
}Documentation Index
Fetch the complete documentation index at: https://developer.fin.com/llms.txt
Use this file to discover all available pages before exploring further.
country_code or currency_code, but not both.