sgs_series
ActiveTool of Bcb Br
Fetch any Banco Central do Brasil SGS time series by numeric code. Common codes: 432=Selic target, 11=Selic daily, 433=IPCA inflation, 1=USD/BRL PTAX sell, 21619=USD/BRL, 4389=CDI. Returns [{data:"dd/MM/yyyy", valor:"..."}]. Use "last" for the most recent N observations, or a date range.
Parameters schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"end": {
"type": "string",
"description": "End date dd/MM/yyyy, e.g. \"31/12/2025\". Optional."
},
"code": {
"type": "integer",
"description": "SGS series code, e.g. 432 (Selic target)."
},
"last": {
"type": "integer",
"description": "Return only the most recent N observations, e.g. 12. Omit for full/ranged series."
},
"start": {
"type": "string",
"description": "Start date dd/MM/yyyy, e.g. \"01/01/2025\". Optional."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Bcb Br
https://github.com/pipeworx-io/mcp-bcb-br
1/7 registries