DocsAPI ReferenceCurrency/bff/currency/rate-history
getCurrencyAdmin BFF

/bff/currency/rate-history

Daily middle-rate time series for a single currency over the last N days, expressed in the organisation default currency. Each point is resolved through the cross-rate graph, so currencies covered only by Fawaz (e.g., AED, SAR, EGP) work too. Returns one point per business day.

CurrencygetBffCurrencyRate-history

Parameters

2 query

2 total
Query · 2
codestringRequired

ISO 4217 code to chart.

daysstring

Window length in calendar days (default 30, max 1825 = 5 years).

Request

GET /bff/currency/rate-history

get
curl -X GET "https://api.bizkithub.com/bff/currency/rate-history?code=USD&days=30" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "code": "USD",
  "baseCode": "EUR",
  "items": [
    {
      "date": "2026-04-27",
      "rate": 24.355
    }
  ],
  "itemCount": 22
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key