Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_analyst_estimates

Retrieve analyst financial estimates for stocks using symbol, period, page, and limit parameters. Access detailed projections for informed investment decisions.

Instructions

获取分析师的财务预估数据。

参数说明: symbol: str 股票代码,例如 "AAPL" period: str annual 或 quarter,默认 annual page: int 页码,默认 0 limit: int 返回数量,默认 10

Input Schema

NameRequiredDescriptionDefault
limitNo
pageNo
periodNoannual
symbolYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "page": { "default": 0, "title": "Page", "type": "integer" }, "period": { "default": "annual", "title": "Period", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "get_analyst_estimatesArguments", "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