timeseries
InactiveTool of Sarb Za
Historical observation series for a single SARB indicator, identified by its TimeseriesCode (obtain codes from home_rates, current_market_rates, cpd_rates or exchange_rates). Examples: "MMRD002A" (SARB Policy Rate), "MMRD000A" (prime lending rate), "EXCX135D" (Rand per US Dollar), "CPI1000F" (CPI). Optionally bound the range with start_date and end_date (YYYY-MM-DD); omit both for the full available history. An unknown code returns an empty list.
Parameters schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "SARB TimeseriesCode, e.g. \"MMRD002A\", \"EXCX135D\", \"CPI1000F\"."
},
"end_date": {
"type": "string",
"description": "Range end, YYYY-MM-DD (optional). Requires start_date."
},
"start_date": {
"type": "string",
"description": "Range start, YYYY-MM-DD (optional). Requires end_date."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Sarb Za
https://github.com/pipeworx-io/mcp-sarb-za
1/7 registries