# Credit

## Example code

```python
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 |
| ---------- | ----------------- | --------- | -------------- |
|            |                   |           |                |

## Item List

### **Financial Balances**

* `fin_bal_cnt`: Financial balance count
* `fin_bal_amt`: Financial balance amount
* `fin_bal_rt`: Financial balance rate

### **Financial Transactions**

* `fin_new_cnt`: New financial transaction count
* `fin_new_amt`: New financial transaction amount
* `fin_pay_cnt`: Financial payment count
* `fin_pay_amt`: Financial payment amount
* `fin_giv_rt`: Financial given rate

### **Lending Balances**

* `lend_bal_cnt`: Lending balance count
* `lend_bal_amt`: Lending balance amount
* `lend_bal_rt`: Lending balance rate

### **Lending Transactions**

* `lend_new_cnt`: New lending transaction count
* `lend_new_amt`: New lending transaction amount
* `lend_pay_cnt`: Lending payment count
* `lend_pay_amt`: Lending payment amount
* `lend_giv_rt`: Lending given rate


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://quantit.gitbook.io/quanda/kr-stock/market/credit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
