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::SIX - Obtain quotes from the Swiss Stock Exchange

Description

       This module fetches information from the Swiss Stock Exchange, https://www.six-group.com.

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

Labels Returned

       The following labels may be returned by Finance::Quote::SIX : isin name currency date isodate ask close
       high low open volume success

Name

       Finance::Quote::SIX - Obtain quotes from the Swiss Stock Exchange

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

           %info = Finance::Quote->fetch('six', 'NESN');

Terms & Conditions

       Use of www.six-group.com is governed by any terms & conditions of that site.

       Finance::Quote is released under the GNU General Public License, version 2, which explicitly carries a
       "No Warranty" clause.

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

See Also