주가 정보 조회
Request Path Parameter
Name
Type
Description
Example
Request Query Parameter
Name
Type
Description
Example
Response Example
{
"detail": {
"message": "success",
"code": "SUCCESS",
"ok": true
},
"data": [
{
"date": {{날짜* (string, YYYY-MM-DD)}},
"symbol": {{기업 ticker* (string)}},
"open": {{시작가* (float)}},
"high": {{최고가* (float)}},
"low": {{최저가* (float)}},
"close": {{종가* (float)}},
"volume": {{거래량* (float)}},
"change": {{지난 일 대비 변동 가격 (float)}},
"change_percent": {{변동률 (float)}}
},
...(and more)
]
}Last updated
Was this helpful?