Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_ratings

Retrieve real-time or historical stock ratings using the Yahoo Finance MCP Server. Input a stock symbol to access snapshot or past rating data, with customizable limits for results.

Instructions

获取股票评级数据,可选择快照或历史记录。

参数说明: symbol: str 股票代码,例如 "AAPL" rating_type: str snapshot 或 historical,默认 snapshot limit: int 返回数量,默认 1

Input Schema

NameRequiredDescriptionDefault
limitNo
rating_typeNosnapshot
symbolYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 1, "title": "Limit", "type": "integer" }, "rating_type": { "default": "snapshot", "title": "Rating Type", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "get_ratingsArguments", "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