Company Profile Inquiry
GET/v1/basic/profile/:ticker
Inquire about the company profile for the stock corresponding to the ticker.
Request
Path Parameters
stock code
Header Parameters
Default value: KR
Country Code (KR or US)
Default value: KRW
Currency Code (KRW or USD)
Default value: EN
Language Code (KO or EN)
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
data
object
Exchange name
Listed market
Ticker symbol
Closing price
12-month high price
12-month low price
12-month maximum drawdown (%)
Total outstanding shares
Market capitalization
EPS - Trailing 12 months
PER - Recent fiscal year
Foundation date
Fiscal year-end month
Delisting status
Company overview
CEO name
Website
Address information (street)
Address information (city)
Address information (state)
Address information (zip code)
Address information (country)
Response code
Response status code
Response message
Response timestamp
{
"data": {
"exchange": "string",
"listedMarket": "string",
"ticker": "string",
"close": 0,
"priceHigh12M": 0,
"priceLow12M": 0,
"priceMdd12M": 0,
"totalOutstandingShares": 0,
"marketCap": 0,
"epsTtm": 0,
"perQtr": 0,
"foundationDt": "2024-07-29",
"fiscalYearEnd": "string",
"listingStatus": true,
"companySummary": "string",
"ceoName": "string",
"website": "string",
"companyAddress": "string",
"companyCity": "string",
"companyState": "string",
"companyZip": "string",
"companyCountry": "string"
},
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string"
}