get_bars
Resampled intraday bars at custom timeframes (3, 6, 9, 12, 15, 30, 60, 240 min) for one ticker. Every bar carries absolute open/high/low/close plus fractional change from the daily open, whatever the interval, and volume and transactions. $0.015 USDC per day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Multi-day end date | |
| date | No | Trading date YYYY-MM-DD | |
| start | No | Multi-day start date | |
| ticker | Yes | Stock ticker (e.g. AAPL) | |
| adjusted | No | Apply split adjustment (default false) | |
| interval | Yes | Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 |