Monitoring
Watch a selection of companies. Once a month we re-run it and send only what changed.
Loading…
What a monitor can catch
| Trigger | Fires when | Good to know |
|---|---|---|
| New in selection | a company starts matching your filters (incl. fresh registrations) | Estonia publishes ~2,400 new companies/month; new LV/LT companies get activity codes with a delay |
| Left selection | a company stops matching or is removed from the registry | includes liquidations and dissolutions |
| Turnover up / down | quarterly turnover moves more than your threshold | quarter-over-quarter is seasonal; 50% is a sane default |
| Hired / lost people | employee count moves by your threshold and 20%+ | very clean signal: ~1.7% of companies per quarter |
| Status changed | registry status changes (e.g. into liquidation) | early warning on counterparties |
| VAT on / off | VAT registration appears or disappears | deregistration often precedes trouble |
| Contacts appeared | a company you watch gets an email address | useful outside Estonia, where contacts arrive later |
Where reports go
Email
Always on. Each run sends a summary + CSV attachment from support@innovadata.eu. Every past CSV stays downloadable here.
Webhook
Optional, per monitor. We POST the events as JSON, signed with
X-Innovadata-Signature: sha256=HMAC(secret, body). Set the URL in the monitor's settings below.
API
Pull runs and CSVs programmatically:
GET /api/v1/monitors/{id}/runs with your portal session, or receive everything via webhook.