The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  Finance::Quant::Symbols -  Stock symbols 

DESCRIPTION

  gerneric stock symbols within Finance::Quant

  

SYNOPSIS

  use strict;
  use warnings;
  use Data::Dumper;
  use Finance::Quant::Symbols;

    @markets = Finance::Quant::Symbols->new;

    print Dumper [@markets];

AUTHOR

Hagen Geissler <santex@cpan.org>

SEE ALSO

  Finance::Quant;