---
title: "Get security of account"
method: GET
path: "/rest/accounts/{account-id}/securities/{security-id}"
tags: ["Securities"]
---

# Get security of account

`GET /rest/accounts/{account-id}/securities/{security-id}`

Retrieve a single security associated to a specific account by its `security-id`.

## Path parameters

- `security-id` string, required — finX ID of security.

## Parameters

- `#/paths/~1rest~1accounts~1%7Baccount-id%7D/get/parameters/0` — unresolved $ref

## Response `200`

Security details.

- object
  - `account_id` Schema — unresolved $ref
  - `security_id` Schema — unresolved $ref
  - `amount` number — Monetary value in account currency.
  - `amount_original_currency` Amount — unresolved $ref
  - `created_at` CreatedAt — unresolved $ref
  - `currency` Currency — unresolved $ref
  - `exchange_rate` number, float — Exchange rate between trading and account price.
  - `isin` string, ISO 6166 — International Securities Identification Number.
  - `market` string — Market the security is traded on.
  - `modified_at` ModifiedAt — unresolved $ref
  - `name` string — Name of the security.
  - `price` number, float — Trading price.
  - `price_currency` Currency — unresolved $ref
  - `purchase_price` number, float — Purchase price.
  - `purchase_price_currency` Currency — unresolved $ref
  - `traded_at` string, date-time — Trading timestamp.
  - `wkn` string — Domestic security identification number.
  - `quantity` number, float — Quantity in stock.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `404` — unresolved $ref
- `4XX` — unresolved $ref

---

[API](https://skmtc.net/qwist/apis/finx-api.md) · [All operations](https://skmtc.net/qwist/apis/finx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qwist/finx-api/revisions/b75f5c1aa39e/schema)
