| | --- |
| | 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. |
| |
|