---
title: "Previous Close"
method: GET
path: "/v2/aggs/ticker/{indicesTicker}/prev"
tags: ["indices:aggregates"]
---

# Previous Close

`GET /v2/aggs/ticker/{indicesTicker}/prev`

Get the previous day's open, high, low, and close (OHLC) for the specified index.

## Path parameters

- `indicesTicker` string, required

## Response `200`

The previous day OHLC for a index.

- object
  - `ticker` string, required — The exchange symbol that this item is traded under.
  - `queryCount` integer, required — The number of aggregates (minute or day) used to generate the response.
  - `request_id` string, required — A request id assigned by the server.
  - `resultsCount` integer, required — The total number of results for this request.
  - `status` string, required — The status of this request's response.
  - `results` object[] — An array of results containing the requested data.
    - `c` number, double, required — The close value for the symbol in the given time period.
    - `h` number, double, required — The highest value for the symbol in the given time period.
    - `l` number, double, required — The lowest value for the symbol in the given time period.
    - `o` number, double, required — The open value for the symbol in the given time period.
    - `t` integer, required — The Unix millisecond timestamp for the start of the aggregate window.

## Other responses

- `default` — Unexpected error

---

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