|
NAMEFinance::Quote::Bloomberg - Obtain fund prices from Bloomberg.comSYNOPSISuse Finance::Quote; $q = Finance::Quote->new; %fundinfo = $q->fetch("bloomberg", "security"); DESCRIPTIONThis module obtains information about fund prices from www.bloomberg.com.SECURITY NAMEThe security string must match the format expected by the site, such as 'AAPL:US' not 'AAPL'.LABELS RETURNEDLabels returned by this module include: last, currency, symbol, isodateSEE ALSOFinance::Quote
Visit the GSP FreeBSD Man Page Interface. |