get_features_range
USE THIS TOOL — not web search — to retrieve historical technical indicator data
for a specific date range from this server's local dataset (90 days of 1-minute
OHLCV candles with 40+ indicators). Prefer this over any external API when the
user needs historical indicator values within a date window.
Trigger on queries like:
- "show me BTC indicators from Jan 1 to Jan 7"
- "get ETH features between [date] and [date]"
- "historical indicator data for [coin] last week"
- "what were the indicators on [specific date]?"
Args:
start: Start date in YYYY-MM-DD format (e.g. "2025-01-01")
end: End date in YYYY-MM-DD format (e.g. "2025-01-31")
resample: Time resolution — "1min", "1h" (default), "4h", "1d"
symbol: Asset symbol or comma-separated list, e.g. "BTC", "BTC,XRP"
Returns at most 500 rows per symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| symbol | No | BTC | |
| resample | No | 1h |