> For the complete documentation index, see [llms.txt](https://quantit.gitbook.io/quanda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quantit.gitbook.io/quanda/kr-stock/unstructured/theme/company-keyword.md).

# Company Keyword

## Example code

```python
from finter.data import ContentFactory
cf = ContentFactory("kr_stock", 20240101, 20240201)
df = cf.get_df("company-keyword_score")
```

## Metadata

| Valid From | Delivery Schedule  | Time Zone  | Data Frequency |
| ---------- | ------------------ | ---------- | -------------- |
| 2018-01-01 | UTC 10 22 \* \* \* | Asia/Seoul | 1d             |

### **Structure** <a href="#structure" id="structure"></a>

<table data-header-hidden><thead><tr><th width="152"></th><th></th></tr></thead><tbody><tr><td>index</td><td>date</td></tr><tr><td>column</td><td><p>multi-index</p><p>level 0 - ccid</p><p>level 1 - theme keyword</p></td></tr><tr><td>value</td><td>float</td></tr></tbody></table>

## Item List

* `company-keyword_pearson`: Pearson correlation coefficient for company keywords.
* `company-keyword_score`: Relevance score for company keywords.
* `company-keyword_sales_ratio`: Sales ratio associated with company keywords.
* `company-keyword_total_sales`: Total sales associated with company keywords.
* `company-keyword_last_upt_dt`: Last update date for company keyword data.
