---
title: "Get instrument price"
method: GET
path: "/v1/prices/last"
tags: ["Pricing-service"]
---

# Get instrument price

`GET /v1/prices/last`

Get last price of instrument

## Response `200`

OK

- PricePrice
  - `close` number
  - `high` number
  - `id` integer
  - `instrumentId` integer
  - `low` number
  - `open` number
  - `timestamp` string

---

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