Skip to main content
Glama

MCP Yahoo Finance

by maxscheijen
MIT License
13

get_income_statement

Retrieve income statement data for a stock symbol in Yahoo Finance format, specifying frequency as yearly, quarterly, or trailing. Use this to analyze financial performance directly from the MCP Yahoo Finance server.

Instructions

Get income statement for a given stock symbol.

Input Schema

NameRequiredDescriptionDefault
freqNoAt what frequency to get cashflow statements. Defaults to "yearly". Valid freqencies: "yearly", "quarterly", "trainling"
symbolYesStock symbol in Yahoo Finance format.

Input Schema (JSON Schema)

{ "properties": { "freq": { "description": "At what frequency to get cashflow statements. Defaults to \"yearly\". Valid freqencies: \"yearly\", \"quarterly\", \"trainling\"", "type": "string" }, "symbol": { "description": "Stock symbol in Yahoo Finance format.", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

Other Tools from MCP Yahoo Finance

Related Tools

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/maxscheijen/mcp-yahoo-finance'

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