---
title: "Retrieve prices"
method: GET
path: "/prices"
tags: ["market-data"]
---

# Retrieve prices

`GET /prices`

Retrieve the price for the requested symbols as-of the given datetime, which defaults to now.

## Query parameters

- `symbol` string[], required — Return prices for the given symbols.
- `asof` string, date-time — Return prices as-of the given datetime. Defaults to now.

## Response `200`

OK

- Price[]
  - `accrued_interest` string, nullable, required — The accrued interest at standard settlement.
  - `ask` string, required — The ask price.
  - `bid` string, required — The bid price.
  - `currency` 'EUR' | 'USD' | 'GBP', required
  - `dirty_ask` string, nullable — The ask price including accrued interest.
  - `dirty_bid` string, nullable — The bid price including accrued interest.
  - `dirty_mid` string, nullable — The midpoint price including accrued interest.
  - `mid` string, nullable, required — The midpoint between the bid and ask prices.
  - `price_type` 'percent' | 'money', required
  - `quality` 'closing' | 'intraday' | 'realtime' | 'delayed', required
  - `symbol` string, required — The instrument symbol, such as an ISIN or ticker.
  - `timestamp` string, date-time, required — The time the price took effect.
  - `ytm_ask` string, nullable, required — The ask yield to maturity for a fixed-income instrument.
  - `ytm_bid` string, nullable, required — The bid yield to maturity for a fixed-income instrument.
  - `ytm_mid` string, nullable, required — The midpoint yield to maturity for a fixed-income instrument.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/joinsophic/apis/sophic-engine-api.md) · [All operations](https://skmtc.net/joinsophic/apis/sophic-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinsophic/sophic-engine-api/revisions/5b4c43e2941b/schema)
