From 4ff491b5656e39f9068f8e1429f5ed87934dbd98 Mon Sep 17 00:00:00 2001 From: Bruce Schuck Date: Sun, 10 May 2026 10:49:32 -0700 Subject: [PATCH] Removed AEX from list of commodities. euronext.com is now using JS based anti-webscraping. --- libgnucash/engine/gnc-commodity.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp index 91d8867db7..4295f8750d 100644 --- a/libgnucash/engine/gnc-commodity.cpp +++ b/libgnucash/engine/gnc-commodity.cpp @@ -189,7 +189,6 @@ static QuoteSourceList currency_quote_sources = static QuoteSourceList single_quote_sources = { { false, SOURCE_SINGLE, NC_("FQ Source", "Alphavantage"), "alphavantage" }, - { false, SOURCE_SINGLE, NC_("FQ Source", "Amsterdam Euronext eXchange, NL"), "aex" }, { false, SOURCE_SINGLE, NC_("FQ Source", "Association of Mutual Funds in India"), "amfiindia" }, { false, SOURCE_SINGLE, NC_("FQ Source", "Athens Exchange Group, GR"), "asegr" }, { false, SOURCE_SINGLE, NC_("FQ Source", "Australian Stock Exchange, AU"), "asx" },