Financial Modeling Prep
getCOTAnalysis
Gain in-depth insights into market sentiment with the FMP COT Report Analysis API. Analyze the Commitment of Traders (COT) reports for a specific date range to evaluate market dynamics, sentiment, and potential reversals across various sectors.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getCOTAnalysis?
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"
}
}
}