---
title: "Stock Market Index Info"
method: GET
path: "/indexinfo"
tags: ["Indexes"]
---

# Stock Market Index Info

`GET /indexinfo`

The Stock Market Index Info endpoint delivers stock market index information and returns the details for the requested index.

## Query parameters

- `access_key` string, required
- `index` string, required

## Response `200`

Index info retrieved.

- IndexInfoItem[]
  - `benchmark` string — Benchmark name of the market index.
  - `region` string — Region of the index.
  - `country` string — Country of the index.
  - `price` string — Current index price.
  - `price_change_day` string — Absolute day change.
  - `percentage_day` string — Day change in percent.
  - `percentage_week` string — Week change in percent.
  - `percentage_month` string — Month change in percent.
  - `percentage_year` string — Year change in percent.
  - `date` string — Date of the quote.

---

[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)
