swissco_events
Fetch a company's Swiss commercial register events by UID, verified against each publication's own UID, with dates, type, canton, and source URL.
Instructions
One company's registry events, each confirmed against the publication's own UID.
Each row carries publication_date, event_type,
effective_date, company_name, uid, canton,
sub_rubric, id and url, newest first.
The gazette's list page carries a title and no UID, so the UID resolves to a legal name, the name selects candidate publications, and each candidate's body is fetched and kept only when its own UID matches. A publication carrying no UID is dropped.
Bodies are cached under the state directory and keyed by publication id, so an overlapping second call over the same range costs almost nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The company's UID. | |
| limit | No | Maximum rows. | |
| since | No | First publication date, YYYY-MM-DD. Defaults to a year ago. | |
| until | No | Last publication date, YYYY-MM-DD. Defaults to today. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| count | Yes | ||
| notes | Yes |