---
title: "Get Current Price"
method: GET
path: "/price/current-price"
---

# Get Current Price

`GET /price/current-price`

Get current OHLC price for given symbol(s). Uses prices access token.

## Query parameters

- `symbols` string

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `code` integer
  - `message` string
  - `data` object
    - `timing` string
    - `currentPrice` object[]
      - `symbol` string
      - `lastTradePrice` string
      - `lastTradeTime` string
      - `cumulativeVolume` string
      - `priorClosePrice` string
      - `priceChange` string
      - `openPrice` string
      - `highPrice` string
      - `lowPrice` string
      - `closePrice` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
