Financial Modeling Prep
getCOTReports
Access comprehensive Commitment of Traders (COT) reports with the FMP COT Report API. This API provides detailed information about long and short positions across various sectors, helping you assess market sentiment and track positions in commodities, indices, and financial instruments.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getCOTReports?
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)"
},
"symbol": {
"type": "string",
"description": "Commodity symbol"
}
}
}