# Corporate Actions

## Example code

```python
from finter.data import ContentFactory

cf = ContentFactory("kr_stock", 20200101, 20200201)
df = cf.get_df("adjust_factor")
```

## Metadata

| Valid From | Delivery Schedule | Time Zone | Data Frequency |
| ---------- | ----------------- | --------- | -------------- |
|            |                   |           |                |

## Item List

### Corporate Actions

* `adjust_factor`: A multiplier applied to stock prices and volumes to account for historical changes due to stock splits, dividends, and other corporate actions, ensuring comparability over time.
* `dividend_factor`: A factor reflecting the adjustment made to a stock's price to incorporate the distribution of dividends, aiming to present a price that accurately represents the stock's value post-dividend payout.


---

# 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/event/corporate-actions.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.
