💻
Content Model auto
  • Content Model Catalog
  • KR STOCK
    • financial
    • market
      • calendar
      • investor_activity
      • cax
      • capital
      • fund_center
      • universe
      • credit
      • price_volume
      • status
    • analysis
      • somemoney
      • consensus
    • factor
      • descriptor
      • fundamental_factor
    • macro
      • marketregime
      • economy
    • edge
      • top_foreign_invest
      • disclosure
      • ews
      • narr
      • emp_exc
      • theme
      • keyword
  • US STOCK
    • financial
    • market
      • classification
      • cax
      • universe
      • price_volume
    • analysis
    • factor
      • fundamental_factor
      • guru_factor
    • macro
    • edge
      • ews
      • llm
      • narr
      • dkg
  • US ETF
    • market
      • cax
      • price_volume
  • VN ETF
    • market
  • VN STOCK
    • financial
      • ratio
      • cash_flow
      • balance_sheet
      • income_statement
    • market
      • classification
      • cax
      • price_volume
  • ID STOCK
    • market
Powered by GitBook
On this page
  • Summary
  • Example code
  • Metadata
  • Item List
  • Price Data
  • Volume Data
  • Market Capitalization Data
  • Margin Trading Data
  1. KR STOCK
  2. market

price_volume

Summary

This document provides an overview of the price and volume data available for Korean stocks, including various metrics related to trading and market capitalization.

Example code

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

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

20 14 * * 1-5

Item List

Price Data

  • price_close: Closing price of Korean stocks

  • price_open: The market price of Korean stocks

  • price_high: High price of Korean stocks

  • price_low: Low prices of Korean stocks

  • price_base: The reference price of Korean stocks

Volume Data

  • turnover: Trading volume of Korean stocks

  • turnover_all: Total trading volume of Korean stocks

  • short_selling_volume: Short selling trading volume of Korean stocks

  • short_selling_turnover: Short selling transaction volume of Korean stocks

  • slb_balance_volume: The balance of margin trading in Korean stocks

  • slb_repay: Repayment volume of securities lending in the Korean stock market

  • slb_new_loan: New lending volume of securities lending in the Korean stock market

  • volume_sum: Trading volume of Korean stocks

Market Capitalization Data

  • mkt_cap: Market capitalization of Korean stocks

  • mkt_cap_all: Total market capitalization of Korean stocks

  • mkt_cap_index: Market capitalization index of Korean stocks

  • foreigner_shares_ratio: Foreign ownership ratio of Korean stocks

  • foreigner_shares: Number of shares held by foreigners in Korean stocks

  • listed_shares: The number of listed shares in the Korean stock market

  • listed_shares_to_be: Expected number of listed shares in the Korean stock market

  • free_float: The number of floating shares in Korean stocks

Margin Trading Data

  • slb_balance_amount: The balance amount of margin trading in Korean stocks

PreviouscreditNextstatus

Last updated 19 days ago