Net growth analytics

GET https://firmatal.dk/api/search/net-growth

Formations vs dissolutions, bucketed by month, quarter or year. Empty buckets appear as zeros so a chart drawing the response shows the gap rather than a fabricated continuity.

bash Example
curl 'https://firmatal.dk/api/search/net-growth?country=dk&granularity=month&from=2020-01-01&to=2024-12-31&industry_code=620200' \
  -H 'Authorization: Bearer cvr_your_token_here'

Returns buckets[] with bucket, founded, dissolved, net_growth, plus a totals summary.