Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_stock_grade_news

Retrieve stock rating news for specified tickers from Yahoo Finance. Input ticker symbol, page number, and results limit to access timely financial insights.

Instructions

获取指定股票的评级新闻。

参数说明: ticker: str 股票代码,例如 "AAPL" page: int 页码,默认 0 limit: int 每页数量,最大 100,默认 1

Input Schema

NameRequiredDescriptionDefault
limitNo
pageNo
tickerYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 1, "title": "Limit", "type": "integer" }, "page": { "default": 0, "title": "Page", "type": "integer" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_stock_grade_newsArguments", "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