Skip to main content

KRX Holidays

Project description

python : 3.6+

KRX Holiday util

  • KRX 사이트에서 xls 파일 다운로드후 data 디렉토리에 넣고 gen_code.py 실행해서 data.py 파일 생성

  • 대한민국 공휴일 데이터는 2018년 데이터부터 있음 주의

Installation

pip install krx-holidays==0.0.3

Usage

from datetime import datetime
from krxholidays import is_holiday_str, get_day_info, is_holiday

print(is_holiday(datetime(2021, 1, 1))) # True

dinfo = get_day_info(datetime(2021, 1, 4))
print(dinfo["desc"])        # "평일"
print(dinfo["week_name"])   # "월요일"
print(dinfo["is_holiday"])  # False

Version History

0.0.3 (2024-07-06)

  • 2024-07-06 일 기준 공휴일 업데이트

  • 2028년 데이터 추가

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

krx_holidays-0.0.3-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page