get_us_historical_k_data
Retrieve historical candlestick data for US stocks by specifying stock symbol, date range, and frequency to analyze price movements and trends.
Instructions
获取美股历史K线数据
Args:
code: 美股代码 (如 'us.AAPL' 表示苹果公司)
start_date: 开始日期 'YYYY-MM-DD'
end_date: 结束日期 'YYYY-MM-DD'
frequency: 数据频率,默认'd'(日线)
fields: 可选的字段列表
Returns:
Markdown格式的K线数据表格
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| start_date | Yes | ||
| end_date | Yes | ||
| frequency | No | d | |
| fields | No |