Skip to main content

For querying documents from Korea Investor's Network for Disclosure(KIND)

Project description

kind

Query Korea Investor's Network for Disclosure(KIND) for Korean companies' published documents.

Instructions

The package requires that you have Mozilla Firefox, Internet browser, installed.

  1. Install:
pip install kind-wycliffwasonga

Usage

  1. CLI
$ kind search --company 241560
$ kind search --company 241560 --start 2021-01-01 --end 2021-03-31

2 Library

from datetime import datetime
import kind

start_date = datetime(2021, 1, 1)
end_date = datetime(2021, 3, 31)
results = kind.search("241560", start_date, end_date)

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

kind-wycliffwasonga-0.0.2.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

kind_wycliffwasonga-0.0.2-py3-none-any.whl (5.8 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