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

/bff/currency/rate-sheet

Daily rate sheet re-expressed in the organisation default currency. Combines fixings from CNB, ECB, and Fawaz Ahmed Currency API; pairs without a direct quote are resolved via cross-rate paths through pivot currencies (CZK / EUR / USD). Each rate says how many units of the base currency one unit of code is worth.

CurrencygetBffCurrencyRate-sheet

Parameters

1 query

1 total
Query · 1
datestring

Target date in YYYY-MM-DD. Defaults to today. The actual fixing returned (fixingDate) may be earlier when the requested date is a weekend, holiday, or before the daily CNB publication.

Request

GET /bff/currency/rate-sheet

get
curl -X GET "https://api.bizkithub.com/bff/currency/rate-sheet?date=2026-04-27" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "baseCode": "EUR",
  "baseSymbol": "€",
  "fixingDate": "2026-04-27",
  "items": [
    {
      "code": "USD",
      "symbol": "$",
      "decimals": 2,
      "rate": 0.85,
      "hops": 0,
      "rateDate": "2026-04-27"
    }
  ],
  "itemCount": 120
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key