get_historical_daily_data#

KISSimpleDomesticStock.get_historical_daily_data(asset_code: str, first_date: date, last_date: date, adjusted_price: bool = True) DataFrame[source]#

일봉 데이터 검색

Parameters:
  • asset_code (str) – 종목코드

  • first_date (datetime.date) – 조회 시작일자

  • last_date (datetime.date) – 조회 종료일자

  • adjusted_price (bool) – 수정 주가 여부

Returns:

일봉 데이터

Return type:

pd.DataFrame