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

# Get instrument prices

`GET /v1/prices/latest`

Get current price of each instrument

## Response `200`

OK

- PricePricesResult
  - `results` 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)
