국내 장 운영 정보 조회
toss_get_kr_market_calendarGet Korean stock market calendar for any date: returns pre-market, regular, and after-market trading hours along with previous and next business day details.
Instructions
국내(KRX) 주식 시장의 장 운영 시간 정보를 조회합니다. 특정 날짜의 프리마켓/정규장/애프터마켓 시간과 전/다음 영업일 정보를 반환합니다.
Args:
date (string, 선택): 조회 기준 날짜 (YYYY-MM-DD). 생략 시 오늘
Returns:
today.date: 기준 날짜
today.integrated: 통합장 시간 (preMarket, regularMarket, afterMarket)
previousBusinessDay: 전 영업일 정보
nextBusinessDay: 다음 영업일 정보
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 조회 기준 날짜 (YYYY-MM-DD). 생략 시 오늘. 예: "2026-06-28" |