The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Finance::Quote::BorsaItaliana - Obtain quotes from Borsa Italiana site

SYNOPSIS

    use Finance::Quote;

    $q = Finance::Quote->new;

    %info = Finance::Quote->fetch("borsa_italiana","{ISIN_CODE}");

DESCRIPTION

This module fetches information from Borsa Italiana site

This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing "BorsaItaliana" in the argument list to Finance::Quote->new().

This module provides the "borsa_italiana" fetch method.

LABELS RETURNED

The following labels may be returned by Finance::Quote::BorsaItaliana : name, symbol, price, last, isodate, currency, method, exchange.

SEE ALSO