ta_slug_rsi_latest
Obtain the current Relative Strength Index (RSI) datapoint for a cryptocurrency. Configure with slug, period, interval, and smoothing.
Instructions
Latest RSI datapoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Asset slug (e.g. bitcoin) | |
| start | No | Start timestamp in ms | |
| end | No | End timestamp in ms | |
| period | No | RSI calculation period (default: 5) | |
| smoothing | No | Smoothing method (default: EMA) | |
| fetchInterval | No | Timeframe for price bars | |
| includeOriginal | No | Include original price data |