美股财务报表
stock_financials_usRetrieve US stock financial statements including balance sheet, income statement, and cash flow. Supports quarterly or annual reports with automatic data source failover between Alpha Vantage and yfinance.
Instructions
获取美股财务报表数据,包括资产负债表、利润表、现金流量表。支持多数据源: Alpha Vantage (需API key) -> yfinance (免费)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 美股代码,如: AAPL, MSFT, GOOGL | |
| report_type | No | 报表类型: balance_sheet(资产负债表), income_statement(利润表), cash_flow(现金流量表) | balance_sheet |
| quarterly | No | 是否获取季度数据,False则获取年度数据 |