# \[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;
