---
title: "Get stock by symbol id"
method: GET
path: "/public/stocks/{stockSymbol}"
tags: ["📢 Public APIs"]
---

# Get stock by symbol id

`GET /public/stocks/{stockSymbol}`

The API endpoint retrieves a stock based on the Symbol as ID provided as a path variable.

By accessing this endpoint and specifying a valid stock symbol, you will receive a response containing the details of the corresponding stock.

## Response `200`

Get stock by symbol id

- object
  - `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
  - `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)
