---
title: "FW Equity Data By Index"
method: GET
path: "/equity/index/{index}"
tags: ["MarketData"]
---

# FW Equity Data By Index

`GET /equity/index/{index}`

This is the FW Equity data call by Index. This allows you to get our live market stats for any of our tickers. "FW" is used to designate that these are made internally using our metrics and data sources. This is also to separate these Tickers from Tickers found outside of SONAR, like the NYSE. This call will return any Indexes that match the provided search parameter. These searches will only provide the most up to data we have, most will be updated intraday. For more information, feel free to navigate to the Help page or just contact us directly. An example URL for this API call would be: https://api.sonar.surf/equity/index/FOTRI

## Path parameters

- `Index` string, required

## Headers

- `x-api-version` string

## Response `200`

Returns List of Index Data

- FullEquityObject[]
  - `index` string
  - `qualifier` string
  - `full_Ticker` string
  - `current_Value` number, double
  - `current_Data_Date` string, date-time
  - `previous_Value` number, double
  - `previous_Data_Date` string, date-time
  - `change` number, double
  - `pcnt_Change` number, double
  - `hi52` number, double
  - `low52` number, double
  - `stDev52` number, double
  - `mean52` number, double
  - `zValue52` number, double
  - `absZValue52` number, double
  - `index_Definition` IndexDefinition
    - `index_Name` string
    - `ticker` string
    - `frequency` string
    - `unit_Type` string
    - `description` string
    - `precision` integer
    - `display_Unit_Type` string
    - `documentation_Url` string
    - `data_Source` string
    - `periodicity` string
    - `product` string
  - `qualifier_Item` QualifierItem
    - `qualifier` string
    - `qualifier_Description` string
    - `shapefile` string
  - `qualifier_Level` QualifierLevel
    - `qualifier_Name` string
    - `qualifier_Code` string
  - `data_Value` number, double
  - `data_Timestamp` string, date-time
  - `security_Id` string
  - `symbol` string
  - `security_Desc` string

## Other responses

- `401` — Unauthorized Request
- `500` — Internal Server error

---

[API](https://skmtc.net/freightwaves/apis/sonar-api.md) · [All operations](https://skmtc.net/freightwaves/apis/sonar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freightwaves/sonar-api/revisions/3a995f316cda/schema)
