Skip to main content
Glama

FinanceMCP

MIT License
603
60
  • Apple
  • Linux

company_performance_us

Retrieve comprehensive U.S. company performance data, including income statements, balance sheets, cash flow, and financial metrics, for informed investment decisions. Analyze specific periods or date ranges with ease.

Instructions

获取美股上市公司综合表现数据,包括利润表、资产负债表、现金流量表和财务指标数据

Input Schema

NameRequiredDescriptionDefault
data_typeYes数据类型:income(利润表)、balance(资产负债表)、cashflow(现金流量表)、indicator(财务指标)
end_dateYes结束日期,格式为YYYYMMDD,如'20231231'
periodNo特定报告期,格式为YYYYMMDD,如'20231231'表示2023年年报。指定此参数时将忽略start_date和end_date
start_dateYes起始日期,格式为YYYYMMDD,如'20230101'
ts_codeYes美股代码,如'NVDA'表示英伟达,'AAPL'表示苹果,'TSLA'表示特斯拉

Input Schema (JSON Schema)

{ "properties": { "data_type": { "description": "数据类型:income(利润表)、balance(资产负债表)、cashflow(现金流量表)、indicator(财务指标)", "enum": [ "income", "balance", "cashflow", "indicator" ], "type": "string" }, "end_date": { "description": "结束日期,格式为YYYYMMDD,如'20231231'", "type": "string" }, "period": { "description": "特定报告期,格式为YYYYMMDD,如'20231231'表示2023年年报。指定此参数时将忽略start_date和end_date", "type": "string" }, "start_date": { "description": "起始日期,格式为YYYYMMDD,如'20230101'", "type": "string" }, "ts_code": { "description": "美股代码,如'NVDA'表示英伟达,'AAPL'表示苹果,'TSLA'表示特斯拉", "type": "string" } }, "required": [ "ts_code", "data_type", "start_date", "end_date" ], "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/guangxiangdebizi/FinanceMCP'

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