💻
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
  • Margin Trading Data
  • Short Selling Data
  1. KR STOCK
  2. market

credit

Summary

This document provides an overview of the credit data items available in the Korean stock market, including their descriptions and usage examples.

Example code

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

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

40 23 * * 0-4

Daily

Item List

Margin Trading Data

  • fin_bal_cnt: Daily margin trading balance count in the Korean stock market

  • fin_pay_cnt: Daily margin trading repayment count in the Korean stock market

  • fin_pay_amt: Daily margin repayment amount in the Korean stock market

  • fin_bal_amt: Daily margin trading balance amount in the Korean stock market

  • fin_new_cnt: Daily new margin trading cases in the Korean stock market

  • fin_new_amt: Daily new margin trading amount in the Korean stock market

  • fin_bal_rt: Daily margin trading balance rate of the Korean stock market

  • fin_giv_rt: Daily margin lending rate of the Korean stock market

Short Selling Data

  • lend_new_cnt: Daily new short selling cases in the Korean stock market

  • lend_new_amt: Daily new amount of large shareholders in the Korean stock market

  • lend_pay_cnt: Daily short selling repayment count in the Korean stock market

  • lend_pay_amt: Daily short selling repayment amount in the Korean stock market

  • lend_bal_cnt: Daily short selling balance in the Korean stock market

  • lend_bal_amt: Daily short selling balance amount in the Korean stock market

  • lend_bal_rt: Daily short selling balance ratio of the Korean stock market

  • lend_giv_rt: Daily lending rate of major stocks in the Korean stock market

PreviousuniverseNextprice_volume

Last updated 19 days ago