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
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
Last updated