---
title: "SGX Daily Price Data"
method: GET
path: "/v2/sgx/daily/{symbol}/"
tags: ["SGX - Transaction Data"]
---

# SGX Daily Price Data

`GET /v2/sgx/daily/{symbol}/`

Returns daily close price and volume for a given SGX-listed company over a date range of up to 90 days.

<Note>SGX symbol: 3 characters (letters or digits). E.g. `D05`, `U11`, `Z74`.</Note>

<Note>Date range: defaults to last 30 days. Max window 90 days; wider ranges are clamped to the most recent 90 days ending at `end`. Future `end` dates return 400.</Note>

<Info>Costs 1 API credit.</Info>

## Path parameters

- `symbol` string, required

## Query parameters

- `start` string
- `end` string

## Response `200`

List of daily price rows.

- SgxDailyDataItem[]
  - `symbol` string, required — SGX 3-character symbol.
  - `date` string, date, required — Trading date.
  - `close` number, double, nullable, required — Closing price (SGD).
  - `volume` integer, nullable, required — Number of shares traded.

## Other responses

- `404` — No data found for symbol.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.dev/sectors/apis/sectors-api.md) · [All operations](https://skmtc.dev/sectors/apis/sectors-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sectors/sectors-api/revisions/49e492f19d77/schema)
