美股技术指标
stock_tech_indicators_usRetrieve US stock technical indicators including SMA, EMA, RSI, MACD, and Bollinger Bands. Specify symbol, indicator type, interval, period, and limit for customized analysis.
Instructions
获取美股技术分析指标数据,如SMA、EMA、RSI、MACD、布林带等。需要配置 ALPHA_VANTAGE_API_KEY 环境变量。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 美股代码,如: AAPL, MSFT, GOOGL | |
| indicator | No | 指标类型: SMA(简单移动平均), EMA(指数移动平均), RSI(相对强弱), MACD(指数平滑移动平均), BBANDS(布林带), STOCH(随机指标), ADX(趋向指标), ATR(真实波幅) | RSI |
| interval | No | 时间间隔: daily(日), weekly(周), monthly(月) | daily |
| time_period | No | 计算周期,如RSI常用14,SMA常用20 | |
| limit | No | 返回数量限制 |