# perldoc > Finance::Quote::SIX

## NAME
    [Finance::Quote::SIX](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3ASIX/markdown) - Obtain quotes from the Swiss Stock Exchange

## SYNOPSIS
        use [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown);

        $q = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->new;

        %info = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->fetch('six', 'NESN');

## 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](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown) object. It's also possible to load it
    explicitly by placing 'SIX' in the argument list to [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->new().

## LABELS RETURNED
    The following labels may be returned by [Finance::Quote::SIX](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3ASIX/markdown) : isin name currency date isodate
    ask close high low open volume success

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

    [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown) is released under the GNU General Public License, version 2, which explicitly
    carries a "No Warranty" clause.

