Sanctions list
The EU sanctions list: the consolidated financial sanctions file (FSF)
The EU sanctions list is the European Commission's consolidated list of individuals, groups and organisations subject to EU financial sanctions — one machine-readable file (the FSF) covering every EU regime, managed by DG FISMA and updated whenever the Official Journal publishes a change. CompliAPI ingests it daily and screens the identifiers in each entry.
- Publisher
- European Commission (DG FISMA)
- List type
- Sanctions
- Refresh
- Ingested daily
- API list slug
eu_fsf- Official source
- EU Sanctions Map
- Search it live
- Search the EU sanctions list free
About this list
EU financial sanctions are enacted regime by regime through Council regulations. The European Commission consolidates every listed person and entity into one file — the EU sanctions list in everyday usage, formally the consolidated list of individuals, groups and organisations subject to EU financial sanctions (as of September 2026), often called the FSF or the European Union consolidated list — so that screening does not require tracking dozens of separate legal acts.
The consolidated XML records one entry per listed party, carrying name aliases, identification documents and the regulation behind each designation. CompliAPI extracts the machine-checkable identifiers: crypto addresses where they appear in identification records, email addresses, and identity-document numbers.
The file is distributed by the Commission through a token-gated download. CompliAPI maintains that access and republishes nothing — the data surfaces only as screening results, each carrying its designation context.
What CompliAPI extracts
- Crypto wallet addresses
- Email addresses
- Government-issued IDs — passports, national IDs, registration numbers
How CompliAPI handles it
Official Commission XML, daily
The full consolidated file is downloaded from the Commission's service daily and parsed per listed party, keeping the designation's regulation context in the match metadata.
Identifier extraction
Identity-document numbers come from the identification records; crypto addresses are recognized inside those records by address format; email addresses are extracted from contact information.
Source-scoped reconciliation
Each daily run reconciles only the EU list: new identifiers are added and removed ones are recorded as delistings, independent of every other list.
Screen against this list
Every /screen endpoint checks all enabled lists by default and names the list behind each match. Add the ?lists= filter to restrict a request to this source.
GET /api/v1/screen/id/{id}?lists=eu_fsf
curl "https://api.compliapi.com/api/v1/screen/id/X1234567?lists=eu_fsf" \
-H "Authorization: Bearer $COMPLIAPI_TOKEN"Response
{
"value": "X1234567",
"flagged": false,
"sanctioned": false,
"lists_checked": ["eu_fsf"],
"matches": []
}Frequently asked questions
What is the EU consolidated financial sanctions list?
A single machine-readable file maintained by the European Commission that consolidates every person and entity subject to EU financial sanctions, across all sanctions regimes, so screeners do not have to track each Council regulation separately.
Which identifiers does CompliAPI take from the EU list?
Identity-document numbers (passports, national IDs, registration numbers), email addresses, and crypto wallet addresses where they appear in the identification records of a designation.
Does screening the EU list cover national EU-member lists too?
No — it covers designations made at EU level. National registers can go further; CompliAPI separately ingests the French Trésor asset-freeze register, which combines EU measures with France's national designations.
How current is the EU sanctions data in CompliAPI?
The consolidated file is re-ingested daily, and identifiers the Commission removes are recorded as delistings on the same schedule.
Is there an EU sanctions list API?
Yes. Every /api/v1/screen endpoint checks the EU list by default, and ?lists=eu_fsf restricts a request to it; the same lists filter works on the MCP tools. The free API key carries 10,000 requests per month. The Commission's own file sits behind a registration-gated download (the Financial Sanctions Files service), which CompliAPI maintains so integrators do not have to.
How do I search the EU sanctions list?
The official routes are the EU Sanctions Map, which lists every EU regime and its legal acts, and the Commission's consolidated-list service for the file itself. For a quick name or identifier lookup, the free browser search at /tools/sdn-search covers the EU list alongside the others CompliAPI ingests and names the list on every result. For software, use the screening API. A name match is a candidate for review, not a verdict.
How is the EU sanctions list different from the OFAC SDN list?
Different issuer and legal basis: EU designations are made by Council regulation, regime by regime, and consolidated by the Commission; the SDN list is published by the US Treasury under US sanctions programs. The records carry a different identifier mix, and a party can appear on one list and not the other. Both are screened in one request by default, or together explicitly with ?lists=eu_fsf,ofac.
Related
Sanctions list
The French Trésor asset-freeze register
How CompliAPI ingests France's registre national des gels: the DG Trésor's official open-data JSON, parsed daily for crypto addresses, emails, websites and identity documents.
Sanctions list
The UK Sanctions List (FCDO)
How CompliAPI ingests the UK Sanctions List: the FCDO's official XML, the single UK designation list since January 2026, parsed daily for emails, websites, IDs and crypto addresses.
Sanctions screening
OFAC API — screen against the official SDN list
Screen crypto wallets, emails, IDs and countries against the official US Treasury OFAC SDN list, refreshed every 15 minutes.
Screen against EU sanctions data
Get a free API key and make your first request in minutes — every screen checks all enabled lists in one call.
14-day free trial. No credit card required.
CompliAPI provides data and tools that support compliance workflows. It does not provide legal advice, and organizations should determine their obligations with qualified counsel.