/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
Query · 2
codestringRequiredISO 4217 code to chart.
daysstringWindow length in calendar days (default 30, max 1825 = 5 years).
Request
GET /bff/currency/rate-history
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.