ToolAssay

S&P 500, Nasdaq-100, and Russell 2000 constituents and GICS sectors

S&P 500, Nasdaq-100, and Russell 2000 constituents and GICS sectors.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1256 msmedian answer time
$0.011listed price per call
$0.011price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.edifiedlab.com/v1/market/indices

CategoryMarket data
Provider hostapi.edifiedlab.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.011 1256 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "index": "sp500"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "index": {
              "description": "Case-insensitive. Aliases ndx/nasdaq\u2192nasdaq100, rut/russell\u2192russell2000, sp/s&p500\u2192sp500. SPX is not an index.",
              "enum": [
                "NASDAQ",
                "NASDAQ100",
                "NDX",
                "RUSSELL",
                "RUSSELL2000",
                "RUT",
                "S&P500",
                "SP",
                "SP500",
                "nasdaq",
                "nasdaq100",
                "ndx",
                "russell",
                "russell2000",
                "rut",
                "s&p500",
                "sp",
                "sp500"
              ],
              "type": "string"
            },
            "ticker": {
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "index"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "action": {
              "const": "lookup",
              "type": "string"
            },
            "constituent_count": {
              "type": "integer"
            },
            "constituents": {
              "items": {
                "type": "object"
              },
              "type": "array"
            },
            "degraded": {
              "const": false,
              "type": "boolean"
            },
            "index": {
              "type": "string"
            },
            "payload": {
              "const": "indices",
              "type": "string"
            },
            "source": {
              "const": "live",
              "type": "string"
            }
          },
          "required": [
            "payload",
            "action",
            "index",
            "constituent_count",
            "constituents",
            "degraded",
            "source"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON