/series/{quote_name} with the TimeseriesCode from any sample row to fetch deep history. Source: South African Reserve Bank (SARB).x-api-key: ********************curl --location '/api/v1/central-banks/sarb/sectoral-sdds' \
--header 'x-api-key: <api-key>'{
"data": {
"sectors": [
{
"sector": "string",
"count_total": 0,
"count_sample": 0,
"sample": [
{
"id": "string",
"type_name": "string",
"section_id": "string",
"section_name": "string",
"timeseries_code": "string",
"measure_name": "string",
"value": 0,
"value_date": "string",
"unit_of_measure": "string",
"publishing_agency": "string",
"format_number": "string",
"format_date": "string"
}
],
"latest_value_date": "string"
}
],
"count_sectors": 0
},
"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": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}