Financial Modeling Prep

calculateCustomDCF

Run a tailored Discounted Cash Flow (DCF) analysis using the FMP Custom DCF Advanced API. With detailed inputs, this API allows users to fine-tune their assumptions and variables, offering a more personalized and precise valuation for a company.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called calculateCustomDCF? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "input": {
      "type": "object",
      "required": [
        "symbol"
      ],
      "properties": {
        "beta": {
          "type": "number",
          "description": "Beta"
        },
        "symbol": {
          "type": "string",
          "description": "Stock symbol"
        },
        "ebitPct": {
          "type": "number",
          "description": "EBIT percentage"
        },
        "taxRate": {
          "type": "number",
          "description": "Tax rate"
        },
        "ebitdaPct": {
          "type": "number",
          "description": "EBITDA percentage"
        },
        "costOfDebt": {
          "type": "number",
          "description": "Cost of debt"
        },
        "payablePct": {
          "type": "number",
          "description": "Payable percentage"
        },
        "costOfEquity": {
          "type": "number",
          "description": "Cost of equity"
        },
        "riskFreeRate": {
          "type": "number",
          "description": "Risk-free rate"
        },
        "inventoriesPct": {
          "type": "number",
          "description": "Inventories percentage"
        },
        "receivablesPct": {
          "type": "number",
          "description": "Receivables percentage"
        },
        "revenueGrowthPct": {
          "type": "number",
          "description": "Revenue growth percentage"
        },
        "marketRiskPremium": {
          "type": "number",
          "description": "Market risk premium"
        },
        "longTermGrowthRate": {
          "type": "number",
          "description": "Long term growth rate"
        },
        "operatingCashFlowPct": {
          "type": "number",
          "description": "Operating cash flow percentage"
        },
        "capitalExpenditurePct": {
          "type": "number",
          "description": "Capital expenditure percentage"
        },
        "cashAndShortTermInvestmentsPct": {
          "type": "number",
          "description": "Cash and short term investments percentage"
        },
        "depreciationAndAmortizationPct": {
          "type": "number",
          "description": "Depreciation and amortization percentage"
        },
        "sellingGeneralAndAdministrativeExpensesPct": {
          "type": "number",
          "description": "Selling, general and administrative expenses percentage"
        }
      },
      "additionalProperties": false
    }
  }
}