get_technical_indicators
Compute SMA, Bollinger Bands, and RSI technical indicators for a Japanese stock by specifying its code and optional date range.
Instructions
Compute technical indicators (SMA, Bollinger Bands, RSI) for a single stock (テクニカル指標). All plans.
Use for SMA・移動平均・ボリンジャーバンド・RSI queries on a specific stock. For charting use get_candlestick_data; for VWAP pressure use compare_close_vs_vwap. Supported: sma5, sma25, sma75, bb20 (→ bb20_mid/upper/lower ±2σ), rsi14. Null when not warmed up.
[Supported plans] Free / Light / Standard / Premium (API fallback on cache miss)
Args: code: Stock code (required). date: Single trading date (YYYYMMDD or YYYY-MM-DD). Overrides date_from/date_to. date_from: Range start inclusive (YYYYMMDD or YYYY-MM-DD). date_to: Range end inclusive (YYYYMMDD or YYYY-MM-DD). indicators: Indicator names list. Default ["sma5","sma25","bb20","rsi14"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| date | No | ||
| date_from | No | ||
| date_to | No | ||
| indicators | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||