[Free] Open dataset

The data is released for free in the public interest by Dart, a Korean open data portal and publication site, and the data column is returned with the 6-digit stock short_code.

Open data will gradually be added in the future.

Example code

from finter.data import ContentFactory

cf = ContentFactory("kr_stock", 20200101, 20200201)
df = cf.get_df("price_close")

Metadata

Valid FromDelivery ScheduleTime ZoneData Frequency

Asia/Seoul

1d

Item List

Price Data

  • price_close: Closing price

  • price_high: Highest price

  • price_low: Lowest price

  • volume_sum: Total volume

  • listed_shares: Number of listed shares

  • mkt_cap: Market capitalization

Where does the data come from?

Last updated