Skip to main content
GET
/
v1
/
indices
/
by-group
Get Indices By Group
curl --request GET \
  --url https://api.aries.com/v1/indices/by-group \
  --header 'Authorization: Bearer <token>'
{
  "indices": [
    {
      "indexName": "S&P 500",
      "symbol": "SPX",
      "indexGroup": "IND_CBOM",
      "currency": "USD",
      "valoren": "998434"
    },
    {
      "indexName": "NASDAQ Composite",
      "symbol": "COMP",
      "indexGroup": "IND_CBOM",
      "currency": "USD",
      "valoren": "1269719"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

indexGroup
string
required

Index group to retrieve recently-updated members from. Use GET /v1/indices/groups to discover the live list — see IndexGroup for the current published set with plain-English labels. Identifier of an index data group. Each group is a publisher / index family. Use GET /v1/indices/groups at runtime to get the live list — the list below is the current published set:

  • IND_CBOC — CBOE Data Services CMSI – Crypto Feed
  • IND_CBOCGI — CBOE Global Indices
  • IND_CBOF — CBOE Data Services CMSI – FTSE
  • IND_CBOI — CBOE Data Services CMSI – iNAV
  • IND_CBOM — CBOE Data Services CSMI (S&P 500, NASDAQ Composite, etc.)
  • IND_CBOMSTAR — CBOE Data Services CSMI – Morningstar
  • IND_DJI — Dow Jones Indices
  • IND_GIDS — Nasdaq Global Index Data Service
  • IND_GIF — NYSE Global Indices
  • IND_SPF — S&P Complete Indices
  • INDBVMF — B3 / Brazil (Bm_Fbovespa)
  • INDXNSE — National Stock Exchange of India
  • INDXSTU — Borse Stuttgart
  • INDXTSE — Toronto Stock Exchange
Example:

"IND_CBOM"

Response

Successful response

indices
object[]