File size: 2,116 Bytes
9f259f0 f436e76 9f259f0 f436e76 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
pretty_name: GDPR Enforcement Tracker
license: cc0-1.0
language:
- en
tags:
- gdpr
- privacy
- compliance
- eu
- legal
- enforcement
- fines
size_categories:
- n<1K
---
# GDPR Enforcement Tracker
Every GDPR fine and enforcement action in the EU/EEA
- Dataset key: `gdpr-enforcement`
- Version: `2026.02`
- Formats: `csv, json`
- Sample rows: `682`
- Full rows: `6828`
Tags: gdpr, privacy, compliance, eu, legal, enforcement, fines
## Sample vs Full
This repository contains the free sample only.
See product page for current pricing.
[Get the full GDPR Enforcement Tracker](https://niklassebastyijan.gumroad.com/l/gdpr-enforcement-tracker-full)
## Details
# GDPR Enforcement Tracker
Every GDPR enforcement action (fines, rulings, reprimands) issued by EU/EEA Data Protection Authorities, structured as a clean, queryable dataset. Updated monthly.
## Schema
| Column | Type | Description |
|--------|------|-------------|
| `id` | string | Unique identifier (country code + sequential) |
| `date` | date | Date of decision/fine |
| `country` | string | ISO 3166-1 alpha-2 country code |
| `dpa_authority` | string | Name of DPA (e.g. "CNIL", "BfDI", "ICO") |
| `company` | string | Entity fined/investigated |
| `sector` | string | Industry sector (tech, healthcare, finance, telecom, etc.) |
| `violation_type` | string[] | GDPR articles violated (e.g. "Art. 5", "Art. 6", "Art. 32") |
| `violation_summary` | string | One-line description of the violation |
| `fine_amount_eur` | float | Fine in EUR (0 if reprimand only) |
| `fine_currency_original` | string | Original currency if not EUR |
| `fine_amount_original` | float | Fine in original currency |
| `outcome_type` | enum | "fine", "reprimand", "order", "ban", "warning" |
| `appeal_status` | enum | "none", "appealed", "upheld", "overturned", "reduced", "pending" |
| `source_url` | string | Link to original decision/announcement |
| `last_updated` | date | When this row was last verified |
## Source Strategy
- **Start with**: enforcementtracker.com + GDPRhub.eu
- **Expand to**: Individual DPA sites, EDPB decisions database, EUR-Lex.
|