Financial Modeling Prep
getDCFValuation
Estimate the intrinsic value of a company with the FMP Discounted Cash Flow Valuation API. Calculate the DCF valuation based on expected future cash flows and discount rates.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getDCFValuation?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}