Price Volume
A concise reference for accessing South Korean stock market price and volume data.
Example code
from finter.data import ContentFactory
cf = ContentFactory("kr_stock", 20200101, 20200201)
df = cf.get_df("price_close")Metadata
Item List
Price Data
price_close: Closing priceprice_base: Base priceprice_open: Opening priceprice_high: Highest priceprice_low: Lowest price
Volume Data
volume_sum: Total volumeturnover: Turnoverturnover_all: Total turnover
Shares Data
listed_shares: Number of listed shareslisted_shares_to_be: Number of shares to be listedtreasury_stock: Treasury stockforeigner_shares: Number of shares held by foreignersforeigner_shares_ratio: Ratio of shares held by foreigners
Market Capitalization
mkt_cap: Market capitalizationmkt_cap_all: Total market capitalizationmkt_cap_index: Market capitalization indexfree_float: Free float shares
Short Selling Data
short_selling_volume: Short selling volumeshort_selling_turnover: Short selling turnover
Securities Lending and Borrowing (SLB)
slb_new_loan: New SLB loansslb_repay: SLB repaymentsslb_balance_volume: SLB balance volumeslb_balance_amount: SLB balance amount
Last updated
Was this helpful?