---
title: "Stock Market Index Listing"
method: GET
path: "/indexlist"
tags: ["Indexes"]
---

# Stock Market Index Listing

`GET /indexlist`

The Stock Market Index Listing endpoint delivers instantly real-time and historical stock market index data. Also, returns the full list of supported benchmarks/indexes.

## Query parameters

- `access_key` string, required
- `limit` integer
- `offset` integer

## Response `200`

Index list retrieved.

- IndexListResponse
  - `pagination` Pagination
    - `limit` integer — Returns your pagination limit value.
    - `offset` integer — Returns your pagination offset value.
    - `count` integer — Returns the results count on the current page.
    - `total` integer — Returns the total count of results available.
  - `data` IndexListItem[]
    - `benchmark` string — Benchmark code of the market index.

---

[API](https://skmtc.net/beavermoney/apis/marketstack-api-v2.md) · [All operations](https://skmtc.net/beavermoney/apis/marketstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/marketstack-api-v2/revisions/c3305aea713e/schema)
