---
title: "Get position"
method: GET
path: "/accounts/{account_id}/positions/{symbol}"
tags: ["Positions"]
---

# Get position

`GET /accounts/{account_id}/positions/{symbol}`

Get current position for a given account for a given symbol.

## Path parameters

- `account_id` string, required — Account ID for the account.
- `symbol` string, required

## Response `200`

Successful response

- Position
  - `account_id` string, required — Account ID for the account.
  - `account_number` string, required — Account number for the account.
  - `symbol` string, required
  - `quantity` string, required — String representation of quantity.
  - `average_cost` number, double, required — The average cost of the position.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/clear-street/apis/common-api-models.md) · [All operations](https://skmtc.net/clear-street/apis/common-api-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clear-street/common-api-models/revisions/05b4df42c056/schema)
