One base, many markets
Currency Rates
Get a complete rate table or one target currency relative to a base.
POST
/currency- Service
- Currency
- Billing
- On success
01
Request
baserequiredstringA 2–5 character currency code. Input is uppercased.
targetstringOptional 2–5 character target code.
curl https://api.finap.uk/api/v1/currency -X POST \
-H "Authorization: Bearer $FINAP_API_KEY" \
-H "Content-Type: application/json" \
-d '{"base":"USD","target":"EUR"}'02
Response fields
basestringNormalized lowercase base code.
updatedAtstring | nullRate source timestamp in ISO 8601 format.
ratesRecord<string, number>Lowercase target codes mapped to rates.
durationMsnumberServer processing duration.