---
title: "Get stocks"
method: GET
path: "/public/stocks"
tags: ["📢 Public APIs"]
---

# Get stocks

`GET /public/stocks`

The API endpoint allows you to retrieve a list of stocks listed on NSE [National Stock Exchange of India]. The data you get is a snapshot taken on 28th Dec 2023 & not live from stock exchange. 
Upon accessing this endpoint, you will receive a response containing a collection of randomly selected stocks.

## Query parameters

- `page` string
- `limit` string
- `inc` string
- `query` string

## Response `200`

Get stocks

- object
  - `data` object
    - `currentPageItems` number
    - `data` object[]
      - `Name` string
      - `Symbol` string
      - `ListingDate` string
      - `ISIN` string
      - `MarketCap` string
      - `CurrentPrice` string
      - `HighLow` string
      - `StockPE` string
      - `BookValue` string
      - `DividendYield` string
      - `ROCE` string
      - `ROE` string
      - `FaceValue` string
    - `limit` number
    - `nextPage` boolean
    - `page` number
    - `previousPage` boolean
    - `totalItems` number
    - `totalPages` number
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
