Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_dcf_valuation

Calculate discounted cash flow (DCF) or levered DCF valuations for stocks using Yahoo Finance data. Specify the valuation type and stock symbol to retrieve precise financial valuation metrics.

Instructions

获取 DCF 或杠杆 DCF 估值数据。

参数说明: valuation_type: str dcf 或 levered symbol: str 股票代码

Input Schema

NameRequiredDescriptionDefault
symbolYes
valuation_typeYes

Input Schema (JSON Schema)

{ "properties": { "symbol": { "title": "Symbol", "type": "string" }, "valuation_type": { "title": "Valuation Type", "type": "string" } }, "required": [ "valuation_type", "symbol" ], "title": "get_dcf_valuationArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/16Coffee/finance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server