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::morningstarch - Obtain CH Unit Trust quotes from morningstar.ch.

Author

       Manuel Friedli, <manuel@fritteli.ch> Based heavily on the work of Martin Sadler
       <martinsadler@users.sourceforge.net>, many thanks!

Description

       This module fetches information from the MorningStar Funds service, https://morningstar.com/ch/.

       Funds are identified by their ISIN code.

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

       Information obtained by this module may be covered by Morningstar terms and conditions See
       https://morningstar.ch/ for details.

   StocksAndIndices
       This module provides the "morningstarch" fetch method for fetching CH Unit Trusts and OEICs prices and
       other information from morningstar.ch.

Labels Returned

       The following labels may be returned by Finance::Quote::morningstarch :

           name, currency, last, date, time, price, nav, source, method,
           iso_date, net, p_change, success, errormsg.

Name

       Finance::Quote::morningstarch - Obtain CH Unit Trust quotes from morningstar.ch.

See Also

       Morning Star websites, https://morningstar.ch

Synopsis

           $q = Finance::Quote->new;

           %info = Finance::Quote->fetch("morningstarch","<isin> ...");  # Only query morningstar.ch using ISINs

See Also