---
title: "Screener data"
method: GET
path: "/instruments/stocks"
---

# Screener data

`GET /instruments/stocks`

Get the list of securities based on the filter

## Query parameters

- `sortBy` string
- `pageSize` integer
- `page` integer
- `type` string

## Headers

- `api-key` string, required
- `auth-key` string, required

## Response `200`

200

- object
  - `status` integer
  - `doc` object[]
    - `code` string
    - `company` string
    - `price` number
    - `change` number
    - `percentChange` number
    - `yearHigh` string
    - `yearLow` string
    - `marketCapitalization` integer
    - `logo` string
    - `type` string

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/revisions/08e36bbbd3be/schema)
