CLI

cvrdata — CVR ETL CLI

Python CLI (`python -m cvrparser`) to extract Danish CVR registry data from Erhvervsstyrelsen into a SQL database.

About

Open-source Python package (gronlund/cvrdata) for bulk extraction of Danish Business Authority (CVR) data into SQL. Commands include `reconfigure` (credentials), `dbsetup` (schema), and download/sync operations via `python -m cvrparser`. Intended for data engineering pipelines and research — not an interactive agent tool, but scriptable from agents via shell with human-managed credentials.

Agent Use Cases

  • 01Bulk-sync CVR entities into a local warehouse for analytics
  • 02Automate nightly registry snapshots for due-diligence datasets
  • 03Run scripted extracts as part of a supervised data pipeline

Notes

Requires username/password from Erhvervsstyrelsen for distribution access. Targets Elasticsearch 6-era dependencies — verify compatibility before production use. Agents should only invoke with explicit human approval and stored credentials outside the repo.

Something wrong or missing? Edit this entry on GitHub

More in Government