Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_economic_data

Retrieve macroeconomic data from Yahoo Finance, including treasury rates, economic indicators, and market risk premiums. Specify data type, date range, and indicators for precise analysis.

Instructions

获取宏观经济数据。

参数说明: data_type: str treasury_rates、economic_indicators、economic_calendar、market_risk_premium name: str 经济指标名称,data_type 为 economic_indicators 时必填 from_date: str 起始日期,格式 YYYY-MM-DD to_date: str 结束日期,格式 YYYY-MM-DD

Input Schema

NameRequiredDescriptionDefault
data_typeYes
from_dateNo
nameNo
to_dateNo

Input Schema (JSON Schema)

{ "properties": { "data_type": { "title": "Data Type", "type": "string" }, "from_date": { "default": "", "title": "From Date", "type": "string" }, "name": { "default": "", "title": "Name", "type": "string" }, "to_date": { "default": "", "title": "To Date", "type": "string" } }, "required": [ "data_type" ], "title": "get_economic_dataArguments", "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