man > Finance::Quote::AEX

Finance::Quote::AEX(3pm) User Contributed Perl Documentation Finance::Quote::AEX(3pm)

📖 NAME

Finance::Quote::AEX - Obtain quotes from Amsterdam Euronext eXchange

🚀 Quick Reference

Use CaseCommandDescription
Fetch a single quote from AEX Finance::Quote->fetch("aex", "AMG") Query only the AEX source for a symbol
Fetch with automatic failover Finance::Quote->fetch("dutch", "AMG") Use AEX as primary source, fallback to other Dutch sources
Explicitly load the AEX module Finance::Quote->new("aex") Force use of AEX module even if not default
Standard usage (module auto-loaded) use Finance::Quote; $q = Finance::Quote->new; Default initialization loads AEX automatically

📝 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:

⚖️ 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.

perl v5.32.1 2021-09-01 Finance::Quote::AEX(3pm)

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 00:29 @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