Indicators

This document provides an overview of the economic indicators data related to the Korean stock market, available for use in financial analysis.

Example code

from finter.data import ContentFactory

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

Metadata

Valid FromDelivery ScheduleTime ZoneData Frequency

Item List

Currency

  • currency: Information about the currency rates.

Interest Rates

  • interest_rate: Data on the prevailing interest rates.

Market Indices

  • index_close: Closing values of the market indices.

  • index_mkt_cap: Market capitalization based on the indices.

Last updated