Skip to content
Sections
>> Trisquel >> Paquets >> aramo >> perl >> libfinance-quote-perl
etiona  ] [  nabia  ] [  aramo  ]
[ Paquet source : libfinance-quote-perl  ]

Paquet : libfinance-quote-perl (1.51-1)

Perl module for retrieving stock quotes from a variety of sources

Finance::Quote gets stock quotes from various internet sources all over the world. Quotes are obtained by constructing a quoter object and using the fetch method to gather data, which is returned as a two-dimensional hash (or a reference to such a hash, if called in a scalar context). For example:

 $q = Finance::Quote->new;
 %info = $q->fetch("australia", "CML");
 print "The price of CML is ".$info{"CML", "price"};

The first part of the hash (eg, "CML") is referred to as the stock. The second part (in this case, "price") is referred to as the label.

Autres paquets associés à libfinance-quote-perl

  • dépendances
  • recommandations
  • suggestions

Télécharger libfinance-quote-perl

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
all 165,5 ko499 ko [liste des fichiers]