Finance::Quote::Currencies(3pm) | User Contributed Perl Documentation | Finance::Quote::Currencies(3pm) |
Finance::Quote::Currencies - List of currencies from Yahoo Finance
use Finance::Quote::Currencies; my $currencies = Finance::Quote::Currencies::known_currencies(); # Grab the latest from Yahoo my $live_currencies = Finance::Quote::Currencies::fetch_live_currencies();
This module provides a list of known currencies from Yahoo Currency Converter.
The converter website includes a list of known currencies - this module includes a stored list
The currency list stored in this module was last copied from the live site:
Sun Feb 15 18:01:12 GMT 2009
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Currency information fetched through this module is bound by Yahoo!'s terms and conditons.
Bradley Dean <bjdean@bjdean.id.au>
Yahoo Currency Converter - http://uk.finance.yahoo.com/currency-converter
2017-11-24 | perl v5.26.1 |