Financial Modeling Prep
getSectorPESnapshot
Retrieve the price-to-earnings (P/E) ratios for various sectors using the Sector P/E Snapshot API. Compare valuation levels across sectors to better understand market valuations.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getSectorPESnapshot?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Date (YYYY-MM-DD)"
},
"sector": {
"type": "string",
"description": "Sector (e.g., Energy)"
},
"exchange": {
"type": "string",
"description": "Exchange (e.g., NASDAQ)"
}
}
}