Skip to main content

Get entire corp data from https://kind.krx.co.kr

Project description

krx-hj3415

krx-hj3415는 https://kind.krx.co.kr 에서 종목에 대한 정보를 받아서 데이터베이스에 저장한다.(krx.db) pandas는 최소설치를 1.3.5로 한다(라즈베리파이 리눅스 호환위해)

Installation

pip 를 사용하여 설치한다.

pip install krx-hj3415

Usage

from krx_hj3415 import krx

MIN_REFRESH_DAY = 10

# krx 데이터베이스를 refresh 한다.
krx.make_db()

# 데이터베이스가 MIN_REFRESH_DAY 보다 오래되었는지 확인한다.
krx.is_old_krx()

# 전체 코드를 리스트로 반환한다.
krx.get_codes()

# 전체 코드를 키로하고 종목명을 값으로 하는 딕셔너리를 반환한다.
krx.get_name_codes()

# 삼성전자를 반환한다.
krx.get_name(code='005930')

# 전체 종목코드의 1/10을 날짜베이스로 반환한다.(dart 에서 사용한다.)
krx.get_parts()

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

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

Source Distribution

krx_hj3415-0.4.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

krx_hj3415-0.4.0-py3-none-any.whl (6.5 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