---
title: "Get the list of positions and orders with extra information"
method: GET
path: "/data/extended-securities"
---

# Get the list of positions and orders with extra information

`GET /data/extended-securities`

## Response `200`

Response

- object
  - `positions` SecurityPositionExtended
    - `financialInstrument` object — Financial instrument that was transferred within the transaction.
      - `isin` string
      - `name` string
      - `normalisedPrice` object
        - `amount` Amount
          - `amount` number — The amount value
          - `currency` string — The amount currency
        - `priceDateTime` string
        - `priceType` 'BIDE' | 'OFFR' | 'NAVL' | 'CREA' | 'CANC' | 'INTE' | 'SWNG' | 'MIDD' | 'RINV' | 'SWIC' | 'MRKT' | 'INDC' | 'DDVR' | 'ACTU'
        - `sourceOfPrice` object
          - `type` 'FUND' | 'LMAR' | 'THEO' | 'VEND'
          - `mic` string
      - `unitsNumber` number
      - `balanceType` 'AVAI' | 'AWAS' | 'BTRA' | 'BLOK' | 'BLOV' | 'BLCA' | 'BLOT' | 'BORR' | 'COLI' | 'COLO' | 'MARG' | 'DRAW' | 'COLA' | 'TRAN' | 'ISSU' | 'DIRT' | 'LOAN' | 'REGO' | 'BODE' | 'BORE' | 'PEDA' | 'PECA' | 'PEND' | 'PDMT' | 'PDUM' | 'LODE' | 'LORE' | 'PENR' | 'PRMT' | 'PRUM' | 'PLED' | 'QUAS' | 'NOMI' | 'RSTR' | 'SPOS' | 'CLEN' | 'OTHR' | 'UNRG' | 'WDOC'
      - `averageBuyingPrice` Amount
        - `amount` number — The amount value
        - `currency` string — The amount currency
      - `details` string
    - `providerId` string
    - `currentPrice` integer
    - `positionValue` integer
    - `symbol` string
    - `securityId` string
  - `totalPositionsValue` integer
  - `orders` SecurityOrderExtended
    - `orderId` string
    - `side` 'buy' | 'sell' | 'subscription' | 'redemption'
    - `financialInstrument` object
      - `isin` string
      - `name` string
    - `unitsNumber` string
    - `orderStatus` 'unknown' | 'new' | 'partiallyFilled' | 'filled' | 'doneForDay' | 'canceled' | 'replaced' | 'pendingCancel' | 'stopped' | 'rejected' | 'suspended' | 'pendingNew' | 'calculated' | 'expired' | 'acceptedForBidding' | 'pendingReplace'
    - `providerId` string

## Other responses

- `400` — orgId was not provided
- `401` — Unauthorized access - Invalid access token
- `403` — Forbidden - Access token missing the required permissions to perform this action
- `404` — Not found - payment not found
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
