get_marketmaker_chart
Retrieve raw OHLC and market-maker data for traded products via Avanza order-book ID. Control time period and pagination to access independent slices of source data.
Instructions
Get raw OHLC and market-maker data for traded products, not stock/fund charts.
Both arrays are independently sliced with the same offset/limit in source order; their metadata counts are separate. No point alignment, aggregation or unit conversion is inferred. Upstream fields are under data, separate from wrapper pagination keys. Not guaranteed real-time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| time_period | No | today | |
| order_book_id | Yes | Avanza order-book ID from discovery; not the separate instrumentId. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Price chart data response. Used for both stock charts and marketmaker charts. | |
| pagination | Yes | ||
| marketMakerPagination | No |