GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Finance::Quote::MorningstarCH(3) User Contributed Perl Documentation Finance::Quote::MorningstarCH(3)

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

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

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.

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

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.

Morning Star websites, https://morningstar.ch

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

Copyright (C) 2019 by Manuel Friedli

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.

2025-04-27 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.