Finance::Quote::Currencies - List of currencies from Yahoo Finance


Finance-Quote documentation  | view source Contained in the Finance-Quote distribution.

Index


NAME

Top

Finance::Quote::Currencies - List of currencies from Yahoo Finance

SYNOPSIS

Top

    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();

DESCRIPTION

Top

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

LAST EXTRACT

Top

The currency list stored in this module was last copied from the live site:

Sun Feb 15 18:01:12 GMT 2009

LICENSE

Top

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.

AUTHORS

Top

  Bradley Dean <bjdean@bjdean.id.au>

SEE ALSO

Top

Yahoo Currency Converter - http://uk.finance.yahoo.com/currency-converter


Finance-Quote documentation  | view source Contained in the Finance-Quote distribution.