query_minute_bars
Full trading day of intraday bars for one US stock (interval 3-240 min, default 3m). Every bar carries absolute open/high/low/close plus pct_open/pct_high/pct_low/pct_close (fractional change from that day's open), volume and transactions. $0.025 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | YYYY-MM-DD | |
| ticker | Yes | Stock ticker (e.g. AAPL) | |
| interval | No | Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 (default 3) |