# Theme Analytics Metrics

## Example code

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

## Metadata

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

## Structure

<table data-header-hidden><thead><tr><th width="157"></th><th></th></tr></thead><tbody><tr><td>ma</td><td>7-day moving average of buzz volume in the news sector and blog sector (normalized per 100,000 keyword occurrences)</td></tr><tr><td>score</td><td>Theme score</td></tr><tr><td>z_score</td><td>180-day z_score of buzz volume in the news sector and blog sector (normalized per 100,000 keyword occurrences)</td></tr></tbody></table>

## Item List

### Business Metrics

* `business-ma`
* `business-score`
* `business-z_score`

### Theme Metrics

* `theme-ma`
* `theme-score`
* `theme-z_score`

### Item Metrics

* `item-ma`
* `item-score`
* `item-z_score`


---

# 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/unstructured/theme/theme-analytics-metrics.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.
