from and to must be EUR or one of the ~30 currencies in the ECB rates.rate is an ECB daily reference rate, not a tradable market rate.curl --location --request GET '/api/v1/forex/convert?amount=100&from=USD&to=EUR' \
--header 'x-api-key: ABCD314159'{
"data": {
"from_currency": "USD",
"to_currency": "EUR",
"amount": 100,
"result": 0,
"rate": 0,
"date": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}