Skip to main content
GET
/
v1
/
fx-rate
cURL
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.

Provide either country_code or currency_code, but not both.

Headers

Authorization
string
default:Bearer {{client_access_token}}
required

Query Parameters

country_code
string
required

Only available countries in the system

Response

200 - application/json
data
object