Financial Modeling Prep
getEarningsTranscript
Access the full transcript of a company’s earnings call with the FMP Earnings Transcript API. Stay informed about a company’s financial performance, future plans, and overall strategy by analyzing management's communication.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getEarningsTranscript?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"year": {
"type": "string",
"description": "Year of the earnings call"
},
"limit": {
"type": "number",
"description": "Limit the number of results"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
},
"quarter": {
"type": "string",
"description": "Quarter of the earnings call (e.g., 1, 2, 3, 4)"
}
}
}