Financial Modeling Prep
getTreasuryRates
Access real-time and historical Treasury rates for all maturities with the FMP Treasury Rates API. Track key benchmarks for interest rates across the economy.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getTreasuryRates?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "Optional end date (YYYY-MM-DD)"
},
"from": {
"type": "string",
"description": "Optional start date (YYYY-MM-DD)"
}
}
}