Company Basic Detail
Last updated
Last updated
This API retrieves detailed stock information for a company by its name. It returns the company's BSE and NSE symbols, market capitalization type, industry, and stock price details, including the latest closing price, percentage change, and price difference for both BSE and NSE exchanges.
Note: Pass companyname
from Search Stock API.
Endpoint:
Name | Mandatory | Description |
---|---|---|
Request
Response
Response Parameters
Parameter | Description |
---|---|
companyname
Y
The name of the company for which the stock information is being retrieved.
bseSymbol
The BSE symbol of the company.
cocode
Unique identifier for the company.
companyName
Full name of the company.
date
The date and time of the stock information retrieval in ISO 8601 format.
exchanges
The stock exchanges where the company is listed (e.g., BSE, NSE).
industryName
The industry to which the company belongs.
isin
The International Securities Identification Number (ISIN) for the company’s stock.
mcapType
Market capitalization classification (e.g., "Large Cap").
nseSymbol
The NSE symbol of the company.
price
Contains the latest stock price information for both BSE and NSE exchanges or either one if listed.
Exchange (NSE or BSE)
Contains price change based on exchange
changePer
The percentage change in the stock price on NSE/BSE.
close
The closing price of the stock on NSE/BSE.
diff
The difference between the current and previous prices on NSE/BSE.