Brazilian Interest Rates
gov.brasilapi.ratesGet current SELIC, CDI, and IPCA interest rates from Banco Central do Brasil. Optionally force a fresh fetch by setting refresh to true.
Instructions
Current SELIC, CDI, and IPCA rates from Banco Central do Brasil. BrasilAPI MIT
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Set to true to bypass cache and re-fetch current SELIC, CDI, and IPCA rates. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |