Share Holding Pattern
This API retrieves the shareholding pattern for a given company, identified by its company code (cocode
). It returns detailed information about the distribution of shares among different shareholder categories, including Domestic Institutional Investors & Mutual Funds (DIIMF), Foreign Institutional Investors (FII), insurance companies, mutual funds, promoters, and others, along with the total number of shares and record count for each period.
Note: cocode
can be obtained from the Search Stock or Company Basic Detail API.
Endpoint
Request Parameter
Name | Mandatory | Description |
---|---|---|
cocode | Y | The unique company code identifier. |
Request
Response
Response Parameter
Parameters | Description |
---|---|
DIIMFPer | Percentage of shares held by Domestic Institutional Investors and Mutual Funds. |
FIIPer | Percentage of shares held by Foreign Institutional Investors (FII). |
insurancePer | Percentage of shares held by insurance companies. |
mutualFundsPer | Percentage of shares held by mutual funds. |
othersPer | Percentage of shares held by other shareholders. |
promotersPer | Percentage of shares held by company promoters. |
totalShares | Total number of shares outstanding. |
yearlyRecordCount | Unique record identifier for the year, showing the time period of the data record. |
Last updated