get_aggs
Retrieve aggregate bars for a specific ticker within a defined date range and custom time window using specified parameters. Ideal for analyzing financial data trends over time.
Instructions
List aggregate bars for a ticker over a given date range in custom time window sizes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjusted | No | ||
| from_ | Yes | ||
| limit | No | ||
| multiplier | Yes | ||
| params | No | ||
| sort | No | ||
| ticker | Yes | ||
| timespan | Yes | ||
| to | Yes |