Register change feed (AT + DE)
list_eventsCross-company, cross-country feed of register CHANGES, newest first - the market-watch / deal-sourcing surface. Read-only.
Parameters (all optional, AND-combined):
- types: any of the SUPERSET enum - founding, new_registration, deletion,
deletion_announced, name_change, seat_change, legal_form_change, capital_change,
management_change, management_join, management_leave, gegenstand_change, merger,
split, conversion, contribution, consolidation, division,
shareholder_capital_change. Each country's feed carries a SUBSET; a type not in
a country's feed is skipped for that country (reported in notices), and a
country with none of the requested types is excluded. Note new_registration (DE,
a discovery date) and founding (AT, a register event) are distinct - see
describe_fields.
- since / until: ISO dates. Default window: last 30 days.
- bundesland: full state name.
- nace_section (A-U, both countries); nace_division (AT only); legal_form (AT only).
- company_ids: prefixed watchlist; AT filters the whole list, DE filters ONE id at
a time (pass a single DE id, or query DE separately).
- country: "AT" | "DE" | "all" (default). page (1), page_size (25).
Returns {countries, events, per_country, windows, notices}. ``events`` are merged
newest-first, each with ``country`` and a prefixed ``company_id``; AT events add
before/after values only for the detailed types. ``windows`` states each country's
data availability (AT: detailed >= 2026-07-01, coarse >= ~2020; DE: >= 2026-07-30)
so an empty stretch is never mistaken for missing data. For aggregate counts use
get_event_stats; for one company's history use get_company_details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| since | No | ||
| types | No | ||
| until | No | ||
| country | No | all | |
| page_size | No | ||
| bundesland | No | ||
| legal_form | No | ||
| company_ids | No | ||
| nace_section | No | ||
| nace_division | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||