![]() |
![]()
| ![]() |
![]()
NAMEFinance::Quote::AEX - Obtain quotes from Euronext Amsterdam/Paris/... eXchange SYNOPSISuse Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("aex", "AMG"); # Only query AEX %info = $q->fetch("dutch", "AMG"); # Failover to other sources OK DESCRIPTIONThis 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 RETURNEDThe following labels may be returned: currency, date, time, high, isin, isodate, last, low, name, open, close, success, symbol, volume, exchange. Terms & ConditionsUse 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.
|