Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::Currencies

Name Finance::Quote::Currencies
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/Currencies.pm
Is Core No
Search CPAN for this module Finance::Quote::Currencies
Documentation Finance::Quote::Currencies
Module Details Finance::Quote::Currencies

NAME

Finance::Quote::Currencies - List of currencies from iban.com


SYNOPSIS

    use Finance::Quote::Currencies;
    my $currencies = Finance::Quote::Currencies::known_currencies();
    # Grab the latest list
    my $live_currencies = Finance::Quote::Currencies::fetchive_currencies();


DESCRIPTION

This module provides a list of known currencies from iban.com.

known_currencies returns a cached currency information stored in this module.

fetch_live_currencies is a function that fetches the latest currency information.

Both functions return a hash

    {CODE => {'name'    => 'Currency Name', 
              'country' => ['List of countries known to use this currency'],
              'number'  => 'ISO 4217 currency code'}}


CACHE DATE

The currency list stored in this module was last copied from the live site Oct 2020.


LICENSE

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 terms and conditons available at https://www.iban.com/terms.


AUTHORS

  Bradley Dean <bjdean@bjdean.id.au> - Original Yahoo version

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026