Company Profile
Get a company's profile information including founding year, employee count, headquarters, and description.
SDK Links
Parameters
SDK method parameters.
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | YES | Security symbol, e.g. AAPL.US |
Request Example
Response
Response Example
json
{
"code": 0,
"message": "success",
"data": {
"company_name": "Apple Inc.",
"name": "Apple",
"ticker": "AAPL",
"market": "NasdaqGS",
"founded": "1976",
"employees": "166000",
"manager": "Timothy D. Cook",
"website": "www.apple.com",
"phone": "(408) 996-1010",
"address": "One Apple Park Way, Cupertino, California, United States",
"profile": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, a...",
"region": "US",
"sector": 0,
"year_end": "September 27",
"icon": "https://assets.lbkrs.com/ticker/ST/US/AAPL.png"
}
}Response Status
| Status | Description | Schema |
|---|---|---|
| 200 | Success | CompanyProfileResponse |
| 400 | Bad request | None |
Schemas
CompanyProfileResponse
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | false | Chinese name |
| company_name | string | false | Full company name |
| ticker | string | false | Ticker symbol |
| market | string | false | Listing exchange |
| sector | integer | false | Industry sector |
| category | string | false | Company category |
| founded | string | false | Founding year |
| listing_date | string | false | IPO listing date |
| employees | string | false | Number of employees |
| chairman | string | false | Chairman |
| manager | string | false | CEO / General manager |
| secretary | string | false | Company secretary |
| address | string | false | Registered address |
| office_address | string | false | Office address |
| string | false | Contact email | |
| website | string | false | Company website |
| profile | string | false | Business description |
| icon | string | false | Stock icon URL |
| region | string | false | Region |
| shares_offered | string | false | Total shares offered |
| issue_price | string | false | IPO issue price |
| year_end | string | false | Fiscal year-end |
| zip_code | string | false | Postal code |
| phone | string | false | Phone number |
| fax | string | false | Fax number |
| legal_repr | string | false | Legal representative |
| legal_counsel | string | false | Legal counsel |
| accounting_firm | string | false | Accounting firm |
| audit_inst | string | false | Audit institution |
| securities_rep | string | false | Securities representative |
| bus_license | string | false | Business license number |
| ads_ratio | string | false | ADS ratio |

