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

# 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.
