query_daily
Daily OHLCV bars plus VWAP, range_pct and true_range_pct for one ticker over a date range. range_pct = (high - low) / open is a ready-made volatility read; true_range_pct also captures the overnight gap. Day-level aggregates — the cheapest way to cover long histories. $0.001/year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End date YYYY-MM-DD | |
| start | Yes | Start date YYYY-MM-DD | |
| ticker | Yes | Stock ticker (e.g. AAPL) |