logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Name

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

See Also

perl v5.40.1                                       2025-05-16                 Finance::Quote::BorsaItaliana(3pm)

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

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

See Also