get_price_for_multiple_stock#
- KISSimpleDomesticStock.get_price_for_multiple_stock(asset_codes: List[str]) DataFrame [source]#
여러 종목의 현재 가격 조회
- Parameters:
asset_codes (List[str]) – 종목 코드 리스트
- Returns:
현재 가격 정보
code (str): 종목 코드
current_price (int): 현재 가격
volume (int): 거래량
open_price (int): 시가
high_price (int): 고가
low_price (int): 저가
diff (int): 전일대비
diff_rate (float): 전일대비율
- Return type:
pd.DataFrame