Euronext Equities Directory Scraper
Pricing
from $19.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
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
- Create a free Apify account with $5 in credit.
- Open the Euronext Equities Directory Scraper.
- Set your inputs and any filters, then click Start.
- 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.
