perldoc > Finance::Quote::AEX

📋 NAME

📄 Finance::Quote::AEX — Obtain quotes from Amsterdam Euronext eXchange

🚀 Quick Reference

Use CaseCommandDescription
🔍 Single symbol query$q->fetch("aex", "AMG")Fetch quote for AMG from AEX source only
🔄 Failover query$q->fetch("dutch", "AMG")Fetch quote with fallback to other Dutch sources
⚙️ Load module explicitlyFinance::Quote->new("aex")Load AEX module when creating a new quote object

📝 SYNOPSIS

use Finance::Quote;

$q = Finance::Quote->new;

%info = Finance::Quote->fetch("aex", "AMG");   # Only query AEX
%info = Finance::Quote->fetch("dutch", "AMG"); # Failover to other sources OK

📖 DESCRIPTION

🌐 This module fetches information from https://live.euronext.com. Stocks and bonds are supported.

📦 This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing aex in the argument list to Finance::Quote->new().

🏷️ LABELS RETURNED

The following labels may be returned: currency 💰, date 📅, high 📈, isin 🔑, isodate 📅, last 💵, low 📉, name 🏢, open 🚪, success ✅, symbol 🔤, volume 📊.

⚖️ Terms & Conditions

📜 Use of live.euronext.com is governed by any terms & conditions of that site.

Finance::Quote is released under the GNU General Public License, version 2, which explicitly carries a No Warranty clause.

Finance::Quote::AEX
📋 NAME 🚀 Quick Reference 📝 SYNOPSIS 📖 DESCRIPTION 🏷️ LABELS RETURNED ⚖️ Terms & Conditions

Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-21 01:08 @2600:1f28:365:80b0:d8a5:c3c6:bf94:28c0
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format