Company Profile - Detailed
Retrieve comprehensive and detailed company profile information for a specific stock symbol.
GET/3.0/company/profile/detail
Description
This endpoint returns comprehensive company profile information including business description, sector classification, contact details, management team, auditors, registrars, and other corporate information. Provides detailed organizational and corporate structure details.
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
symbol | string | Yes | Stock symbol/ticker code for the company | DGKC |
Response
Success Response (200)
{
"status": "ok",
"message": "",
"data": {
"created": "2021-02-24T11:17:57.255Z",
"updated": "2025-10-03T06:15:36.164Z",
"symbol": "DGKC",
"name": "D.G. Khan Cement Company Limited",
"sector_code": "0804",
"sector_name": "CEMENT",
"description": "D. G. Khan Cement Company Limited is a public company limited by shares incorporated in Pakistan in 1978 under the repealed Companies Act, 1913 (now Companies Act, 2017). The Company is principally engaged in production and sale of Clinker, Ordinary Portland and Sulphate Resistant Cement.",
"people": [
{
"position": "CEO",
"name": "Raza Mansha"
},
{
"position": "CFO",
"name": "Inayat Ullah Niazi"
},
{
"position": "Chairperson",
"name": "Naz Mansha"
},
{
"position": "Company Secretary",
"name": "Khalid Mahmood Chohan"
},
{
"position": "Director",
"name": "Khalid Niaz Khawaja"
},
{
"position": "Director",
"name": "Farid Noor Ali Fazal"
},
{
"position": "Director",
"name": "Shahzad Ahmad Malik"
},
{
"position": "Director",
"name": "Usama Mahmud"
},
{
"position": "Director",
"name": "Raza Mansha"
},
{
"position": "Director",
"name": "Naz Mansha"
},
{
"position": "Director",
"name": "Shehryar Ahmed Buksh"
}
],
"auditors": "A.F. Ferguson & Co. Chartered Accountants",
"offices": [
"Nishat House, 53-A Lawrence Road, Lahore"
],
"factories": [
"Khofli Sattai, Distt., Dera Ghazi Khan",
"12, K.M. Choa Saidan Shah Road,Khairpur, Tehsil Kallar Kahar, Distt. Chakwal",
"Chichaee Gadani Main RCD, Hub Distt. Lasbela, Pakistan"
],
"registrar": [
"THK Associates (Pvt) Ltd - Plot No. 32-C, Jami Commercial Street No. 2, DHA Phase_VII, Karachi"
],
"website": "www.dgcement.com",
"employees": 1798,
"capacity_util": [
"0.5971 Clinker"
],
"capacity": [
"6,720,000 Metric Tonnes of Clinker",
"120 million Bags of Cement"
],
"status": 1,
"year_end": "June",
"par_value": 10,
"associated": [
"Nishat Mills Limited",
"Security General Insurance Company Limited",
"Adamjee Life Assurance Company Limited",
"Adamjee Life Assurance Company Limited - IMF",
"Adamjee Life Assurance Company Limited - DGF"
],
"termsheet": null
}
}
Response Fields
| Field | Type | Description |
|---|---|---|
created | string | Timestamp when the record was created (ISO 8601 format) |
updated | string | Timestamp when the record was last updated (ISO 8601 format) |
symbol | string | Company stock symbol/ticker code |
name | string | Full company name |
sector_code | string | Sector classification code |
sector_name | string | Sector classification name |
description | string | Detailed company business description |
people | array | Management team with names and positions View |
auditors | string | Name of the company's auditors |
offices | array | Office locations and addresses |
factories | array | Manufacturing and operational facility locations |
registrar | array | Share registrar contact information |
website | string | Company official website URL |
employees | integer | Total number of employees |
capacity_util | array | Capacity utilization information |
capacity | array | Production capacity specifications |
status | integer | Company status (1 = active, 0 = inactive) |
year_end | string | Financial year end month/period |
par_value | integer | Par value of shares |
associated | array | Associated or subsidiary companies |
termsheet | array | Array of term sheet entries View |
People Array Fields
| Field | Type | Description |
|---|---|---|
name | string | Person's full name |
position | string | Position or designation in the company |
Termsheet Array Fields
| Field | Type | Description |
|---|---|---|
label | string | Term sheet label/name |
value | string | Term sheet value |
Error Responses
For detailed Common Error responses, see the Error Handling.
Missing Symbol (200)
{
"status": "error",
"message": "no `symbol` provided"
}
Examples
Get Detailed Company Profile
curl -X GET "https://csapis.com/3.0/company/profile/detail?symbol=DGKC" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Company Research: Comprehensive company information for due diligence
- Corporate Structure: Understand organizational hierarchy and management
- Contact Information: Retrieve company office locations and registrar details
- Capacity Analysis: Evaluate production capacity and utilization
- Investor Relations: Obtain detailed information for shareholder communication
- Compliance: Verify company details for regulatory requirements
- Business Analysis: Assess company scale through employee count and operations