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 From
Delivery Schedule
Time Zone
Data 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
Was this helpful?