# \[Free] Open dataset

**Open data will gradually be added in the future.**

## Example code

```python
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 |
| ---------- | ----------------- | -------------- | -------------- |
|            |                   | **Asia/Seoul** | **1d**         |

## Item List

### Price Data

* `price_close`: Closing price&#x20;
* `price_high`: Highest price
* `price_low`: Lowest price
* `volume_sum`: Total volume&#x20;
* `listed_shares`: Number of listed shares
* `mkt_cap`: Market capitalization

### **Where does the data come from?**

* Korea public data portal : <https://www.data.go.kr/>&#x20;


---

# 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/free-open-dataset.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.
