Check listing status and corporate actions
check_corporate_actionsCheck a ticker's listing status and corporate actions since a balance-sheet period end to flag splits and delistings that invalidate per-share figures.
Instructions
Check listing status and corporate actions for a ticker against Polygon reference data. Two things this catches that a ratio cannot. A split between the balance-sheet date and today makes every per-share figure derived from the filing wrong — the share count is pre-split and the price is post-split — and a reverse split makes a name look cheap by exactly the split factor. And a delisted ticker still resolves in the EDGAR index long after it stopped trading. Pass the balance-sheet period end as since.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Balance-sheet period end. Splits on or after this date invalidate per-share figures taken from that filing. | |
| ticker | Yes | US-listed ticker symbol, e.g. "AAPL". Case-insensitive. | |
| includeDividends | No | Report recent cash dividends alongside the splits. |