ESMA MiFID Trading Venues Scraper avatar

ESMA MiFID Trading Venues Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
ESMA MiFID Trading Venues Scraper

ESMA MiFID Trading Venues Scraper

Scrapes the ESMA FIRDS MiFID trading venues register by venue name, MIC code, or country and returns each venue as a flat row with its operating status, address, and regulatory identifiers.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

ParseForge

ESMA MiFID Trading Venues Scraper

Scrape the official ESMA MiFID trading venues register by venue name, MIC code, or country, up to a million records per run. Every venue comes with its MIC, operating status, address, and regulatory details. Export to CSV, JSON, Excel, or XML.

The ESMA Financial Instruments Reference Data System (FIRDS) publishes the definitive list of MiFID trading venues, but the web interface is slow to search and offers no bulk export. This Actor reads the public register directly, filters by venue name, Market Identifier Code (MIC), or country, and returns each match in one flat, consistent schema. No API key, no registration, no manual downloads.

Who uses itWhat they scrape ESMA MiFID Trading Venues Register for
Compliance officersVerify that counterparties are registered MiFID trading venues before onboarding.
Market data analystsBuild a complete, up-to-date directory of European trading venues for reference data systems.
Regulatory technology (RegTech) firmsFeed venue master data into automated regulatory reporting and transaction reporting pipelines.
Financial researchersMap the European trading landscape by venue type, country, and operating status.

What it does

This Actor collects trading venue records from the ESMA MiFID register by keyword or MIC and returns each venue as a flat row.

  • ๐Ÿ” Keyword search: filter by venue name, MIC code, or country to target specific venues.
  • ๐Ÿ“‹ Bulk extraction: collect every venue in the register by leaving the query empty and setting a high maxItems.
  • ๐Ÿ“Š Structured output: each venue arrives as a flat row with MIC, name, status, address, and regulatory identifiers.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with ESMA MiFID Trading Venues Register data

๐Ÿ“‹ Build a counterparty reference database.

A compliance team runs the Actor weekly with no query filter to capture every registered MiFID venue, then loads the dataset into their internal reference data system for counterparty due diligence.

๐Ÿ”Ž Verify a specific venue by MIC.

A transaction reporting analyst enters a MIC code to confirm a venue's registration status and operating details before submitting a regulatory report.

๐ŸŒ Map venues by country.

A market structure researcher filters by country name to list all trading venues in a single member state, then compares venue counts and types across jurisdictions.

๐Ÿ”„ Feed a RegTech pipeline.

A RegTech platform schedules daily runs to ingest the full venue register and keep its automated reporting engine aligned with ESMA's latest published data.

Why choose this scraper

What you get
No API requiredReads the public FIRDS register directly, no registration or API key needed.
Always currentPulls live data from ESMA on every run, so your dataset reflects the latest register.
Flat, predictable schemaEvery venue returns the same fields, ready for databases, spreadsheets, or downstream systems.
Bulk-readyCollect up to a million venues in a single run for full-register snapshots.

How it compares

No other Store actor targets ESMA MiFID Trading Venues Register the same way, so the honest comparison is with the alternatives teams actually weigh.

ESMA MiFID Trading Venues ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When ESMA MiFID Trading Venues Register changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor with a venue name, MIC code, or country keyword, and set a maximum number of venues to collect per run. The Input tab lists every parameter.

A first run with the defaults:

{
"query": "*",
"maxItems": 10
}

A larger pull:

{
"query": "*",
"maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.85
1,000 results$8.50
10,000 results$85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the ESMA MiFID Trading Venues Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to ESMA MiFID Trading Venues Register through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/esma-mifid-trading-venues-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your query matches a real venue name, MIC code, or country. Try leaving the query empty to confirm the register is reachable, then narrow your search term.

The Actor returns fewer venues than I expected.

The maxItems setting limits how many venues are collected. Increase it if you need more records. Also check that your query filter is not too restrictive.

Some venue fields are empty in the output.

ESMA does not populate every field for every venue. Empty fields reflect missing data in the source register, not an error in the Actor.

The run timed out before collecting all venues.

The ESMA register is large. Increase the run timeout in your Actor settings, or split the work into multiple runs with different country filters.

The data looks different from the ESMA website.

The Actor reads the same underlying FIRDS data as the ESMA website. Differences may reflect a timing gap if the register was updated between your website visit and the Actor run.

FAQ

QuestionAnswer
What is the ESMA MiFID trading venues register?It is the official list of trading venues authorised under the Markets in Financial Instruments Directive (MiFID II), published by the European Securities and Markets Authority through its FIRDS system. Each entry includes the venue's MIC code, name, operating status, and regulatory details.
Do I need an API key or ESMA account to use this Actor?No. The Actor reads the public FIRDS register directly, so no registration, API key, or login is required.
Can I scrape all venues in one run?Yes. Leave the query field empty or set it to a wildcard, and set maxItems to a high number to collect every venue in the register.
What filters can I apply?You can filter by venue name, Market Identifier Code (MIC), or country. The filter runs as each venue is read, so only matching records reach your dataset.
How often is the ESMA register updated?ESMA updates the FIRDS register continuously as venues are authorised, suspended, or withdrawn. Run this Actor on a schedule to keep your copy in sync.
What fields does each venue record contain?Each record includes the MIC code, venue name, operating status, country, address, and regulatory identifiers. The exact field list is shown in the sample output on the Actor's page.
Can I export the data to Excel?Yes. Apify supports export to CSV, JSON, Excel, and XML directly from the dataset tab.
Is this Actor suitable for MiFID II transaction reporting?It provides the venue reference data you need for transaction reporting, but you should verify the data against your own compliance requirements before submitting reports.
What is a MIC code?A Market Identifier Code (MIC) is a four-character code that uniquely identifies a trading venue, as defined by ISO 10383. ESMA uses MICs as the primary identifier in the FIRDS register.
Can I search by partial venue name?Yes. The query field accepts partial names and keywords, so you can search for venues containing a specific term.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by European Securities and Markets Authority (ESMA). It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.