Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_financial_statement

Retrieve company financial statements, including annual/quarterly income statements, balance sheets, and cash flow reports, using stock tickers via Yahoo Finance MCP Server.

Instructions

获取公司财报,类型包括年度/季度的收入表、资产负债表和现金流量表。

参数说明: ticker: str 股票代码,例如 "AAPL" financial_type: str 财报类型:income_stmt_annual、income_stmt_quarterly、balance_sheet_annual、balance_sheet_quarterly、cashflow_annual、cashflow_quarterly

Input Schema

NameRequiredDescriptionDefault
financial_typeYes
tickerYes

Input Schema (JSON Schema)

{ "properties": { "financial_type": { "title": "Financial Type", "type": "string" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker", "financial_type" ], "title": "get_financial_statementArguments", "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