disclosure

Summary

This document provides an overview of the disclosure data related to KOSDAQ and KOSPI listed companies, including various financial metrics and corporate actions.

Example code

from finter.data import ContentFactory
cf = ContentFactory("kr_stock", 20200101, 20200201)
df = cf.get_df("buyback_trust", unpivot=True)

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

20100101

00 17 * * *

Item List

Corporate Actions

  • buyback = report on decision to acquire treasury shares

  • buyback_trust = report on decision to sign a trust agreement for acquiring treasury shares

  • buyback_disposal = report on decision to dispose of treasury shares

  • bonus_issue = report on decision for bonus (free) issue

  • rights_issue = report on decision for rights issue (paid-in capital increase)

  • br_issue = report on decision for combined paid-in/bonus issue

  • reduction = report on decision for capital reduction

  • cb = report on decision to issue convertible bonds

  • eb = report on decision to issue exchangeable bonds

  • bw = report on decision to issue bonds with warrants

  • coco = report on decision to issue contingent convertible bonds

  • merge = report on decision for company merger

  • division = report on decision for company division

  • division_merge = report on decision for divisional merger

  • major_stock = report on ownership status of securities by executives or major shareholder

Last updated