Financial Modeling Prep
getRevenueGeographicSegmentation
Access detailed revenue breakdowns by geographic region with the Revenue Geographic Segments API. Analyze how different regions contribute to a company’s total revenue and identify key markets for growth.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getRevenueGeographicSegmentation?
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"
}
}
}