Skip to content

wycliffwasonga/kind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages