ParseForge Scrapers

Euronext Equities Directory Scraper

parseforge/euronext-equities-scraper

OtherLead generation

Scrapes the Euronext equities directory by market MIC code and returns each listed equity as one flat row with ticker symbol and exchange location.

Run this scraper See the API call
Total users
1
Monthly active
0
Total runs
98
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Euronext Equities Directory Scraper

Scrape the complete Euronext equities directory across Paris, Amsterdam, Brussels, Lisbon, Milan, Oslo, and Dublin. Every listing comes with its market MIC code, ticker symbol, and exchange location. Export to CSV, JSON, Excel, or XML.

Euronext's official website offers no bulk download for its equities directory, and the data is spread across seven national exchange pages. This Actor reads the public directory directly, filtered by market MIC code, and returns each listed equity as one flat row. No login, no API key, no rate-limit headaches.

Who uses it What they scrape Euronext for
Quantitative researchers Build a complete universe of Euronext-listed equities for backtesting.
Financial data vendors Refresh their Euronext instrument master file on a schedule.
Compliance officers Verify which securities are listed on each Euronext market.
Market analysts Compare listing counts and ticker coverage across Euronext venues.
Portfolio managers Screen for new Euronext listings by market segment.

What it does

This Actor collects the Euronext equities directory by market MIC code and returns each listed equity as one flat row.

  • πŸ›οΈ Market MIC filter: collect equities from one market or all seven Euronext venues at once.
  • πŸ”’ Item cap: set a maximum number of equities per run, from 1 to 1,000,000.
  • πŸ“„ Flat output: each equity is one row, ready for CSV, JSON, Excel, or XML export.
  • πŸ”„ Scheduled runs: refresh the directory daily, weekly, or monthly with Apify Schedules.

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

What you can do with Euronext data

πŸ“Š Build a Euronext trading universe.

A quant researcher runs the Actor with all seven MIC codes to get the full list of Euronext equities for factor backtests.

πŸ”„ Refresh an instrument master file.

A data vendor schedules a weekly run to update their Euronext ticker and MIC reference table.

βœ… Verify listing status.

A compliance officer filters by XPAR to confirm which securities are currently listed on Euronext Paris.

πŸ“ˆ Track new listings.

A market analyst runs the Actor monthly and diffs the output to spot newly listed equities on Euronext Growth markets.

Why choose this scraper

What you get
Complete directory All listed equities from the seven Euronext markets in one dataset.
Market-level control Filter by MIC code to get exactly the exchange you need.
No API key Reads the public directory, no registration or OAuth.
Fixed schema Every row has the same fields, so downstream code never breaks.

How it compares

This Actor focuses on the Euronext equities directory, while the competitor below targets real-time market data.

Feature ParseForge Euronext Scraper - European Stock Exchange Data
Complete equities directory Yes Not listed
Filter by market MIC code Yes Not listed
Real-time quotes No Yes
Volume and market cap No Yes
P/E ratios and dividends No Yes

Configure the run

Drive the Actor with one or more market MIC codes, and set a maximum number of equities to collect per run. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10,
  "mic": "XPAR,XAMS,XBRU,XLIS"
}

A larger pull:

{
  "maxItems": 200,
  "mic": "XPAR,XAMS,XBRU,XLIS"
}

Pricing

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

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.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 Euronext Equities Directory 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 Euronext 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/euronext-equities-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 the MIC codes you entered are valid Euronext codes, such as XPAR, XAMS, XBRU, XLIS, XMIL, XOSL, or XLDN. Also make sure 'Maximum equities' is set to at least 1.

The run stops before collecting all equities.

Increase the 'Maximum equities' input. The Actor stops as soon as it reaches that number, even if more equities exist.

I see duplicate rows in the output.

If you enter the same MIC code twice, the Actor may collect duplicates. Remove duplicate codes from the input and run again.

The Actor times out on large runs.

Try splitting the run by MIC code, or increase the Actor's timeout in the Apify run settings. The directory is large, so collecting all seven markets in one run may take a few minutes.

Some fields are empty in the output.

Not every equity has every field populated on the Euronext website. Empty fields are expected for some listings.

FAQ

Question Answer
Which Euronext markets does this Actor cover? It covers all seven Euronext venues: Paris (XPAR), Amsterdam (XAMS), Brussels (XBRU), Lisbon (XLIS), Milan (XMIL), Oslo (XOSL), and Dublin (XDUB). You can select any combination of MIC codes.
Do I need an API key or login? No. The Actor reads the public Euronext equities directory, so no registration or authentication is required.
What data does each equity row contain? Each row includes the equity's ticker symbol, market MIC code, and exchange location. The exact fields are shown in the sample output below.
Can I limit how many equities are collected? Yes. Set the 'Maximum equities' input to any number from 1 to 1,000,000. The Actor stops after collecting that many rows.
How do I filter by a specific exchange? Enter the MIC code in the 'Market MIC Codes' field, for example XPAR for Paris or XAMS for Amsterdam. You can enter multiple codes separated by commas.
What export formats are supported? You can export the results as CSV, JSON, Excel, or XML directly from the Apify dataset.
Can I schedule this Actor to run automatically? Yes. Use Apify Schedules to run it daily, weekly, or at any custom interval, and get fresh Euronext directory data on a regular basis.
Is this Actor affiliated with Euronext? No. This is an independent scraper built by the Apify community. It is not endorsed by or affiliated with Euronext N.V.
What is a MIC code? A Market Identifier Code (MIC) is a four-letter code that uniquely identifies a stock exchange. For example, XPAR is Euronext Paris and XAMS is Euronext Amsterdam.
Does this Actor get real-time prices? No. This Actor collects the static equities directory, not live quotes. For real-time or historical price data, use a dedicated market data scraper.

Related actors

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 Euronext N.V. 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.

Input

FieldTypeWhat it doesDefault
maxItems integer How many equities to collect per run. 10
mic string Comma-separated MIC codes (e.g. XPAR=Paris, XAMS=Amsterdam, XBRU=Brussels, XLIS=Lisbon, XMIL=Milan, XOSL=Oslo, XLDN=London). XPAR,XAMS,XBRU,XLIS

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~euronext-equities-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Euronext Equities Directory Scraper on Apify All scrapers