Euronext Equities Directory Scraper avatar

Euronext Equities Directory Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
Euronext Equities Directory Scraper

Euronext Equities Directory Scraper

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

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Share

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 itWhat they scrape Euronext for
Quantitative researchersBuild a complete universe of Euronext-listed equities for backtesting.
Financial data vendorsRefresh their Euronext instrument master file on a schedule.
Compliance officersVerify which securities are listed on each Euronext market.
Market analystsCompare listing counts and ticker coverage across Euronext venues.
Portfolio managersScreen 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 directoryAll listed equities from the seven Euronext markets in one dataset.
Market-level controlFilter by MIC code to get exactly the exchange you need.
No API keyReads the public directory, no registration or OAuth.
Fixed schemaEvery 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.

FeatureParseForgeEuronext Scraper - European Stock Exchange Data
Complete equities directoryYesNot listed
Filter by market MIC codeYesNot listed
Real-time quotesNoYes
Volume and market capNoYes
P/E ratios and dividendsNoYes

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

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

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.