기업 재무 데이터 조회
Request Path Parameter
Name
Type
Description
Example
Request Query Parameter
Name
Type
Description
Example
Response Example
{
"detail": {
"message": "success",
"code": "SUCCESS",
"ok": true
},
"data": [
{
"symbol": {{기업 ticker* (string)}},
"name": {{기업 이름* (string)}},
"name_ko": {{기업 한글 이름 (string)}},
"reported_currency": {{통화* (string)}},
"fiscal_end_date": {{회계 결산 일자* (string, YYYY-MM-DD)}},
"revenue": {{매출액 (string)}},
"gross_profit": {{매출총이익 (string)}},
"operating_profit": {{영업이익 (string)}},
"net_income": {{순손익 (string)}},
"asset": {{총자산* (string)}},
"liability": {{총부채* (string)}},
"equity": {{총자본* (string)}},
},
...(and more)
]
}Last updated
Was this helpful?