Central Banks & Monetary
PRIBOR history for one tenor
Historical PRIBOR fixings for one tenor across a date window. Accepts both Sugra short tenor tokens (ON, 1W, 2W, 1M, 2M, 3M, 6M, 9M, 12M) and the CNB upstream enum values (ONE_DAY, ONE_WEEK, TWO_WEEKS, ONE_MONTH, TWO_MONTH, THREE_MONTH, SIX_MONTH, NINE_MONTH, ONE_YEAR).
get/api/v1/cnb/pribor/{tenor}/history
Path parameters
tenorstring required
PRIBOR tenor token (e.g. '3M', 'ON', '12M') or upstream enum ('THREE_MONTH').
PRIBOR tenor token (e.g. '3M', 'ON', '12M') or upstream enum ('THREE_MONTH').
Query parameters
fromstring required
Start of the fixing-date window (YYYY-MM-DD).
Start of the fixing-date window (YYYY-MM-DD).
tostring required
End of the fixing-date window (YYYY-MM-DD).
End of the fixing-date window (YYYY-MM-DD).
Response
Daily PRIBOR observations for the requested tenor across the window, sorted by ascending date.
Example response
{
"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": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}