Financial Modeling Prep
getRevenueProductSegmentation
Access detailed revenue breakdowns by product line with the Revenue Product Segmentation API. Understand which products drive a company's earnings and get insights into the performance of individual product segments.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getRevenueProductSegmentation?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"period": {
"enum": [
"annual",
"quarter"
],
"type": "string",
"description": "Period type (annual or quarter)"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
},
"structure": {
"enum": [
"flat"
],
"type": "string",
"description": "Response structure"
}
}
}