Finance::Quote::Sberbank

Obtain quotes from Sberbank (Savings Bank of the Russian Federation)
Download

Finance::Quote::Sberbank Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alexander Korolyoff
  • Publisher web site:
  • http://search.cpan.org/~kilork/

Finance::Quote::Sberbank Tags


Finance::Quote::Sberbank Description

Obtain quotes from Sberbank (Savings Bank of the Russian Federation) Finance::Quote::Sberbank is a Perl module that fetches metal quotes information from the Sberbank (Savings Bank of the Russian Federation) http://sbrf.ru. It fetches quotes for next metals: Gold (SBRF.AU), Silver (SBRF.AG), Platinum (SBRF.PT), Palladium (SBRF.PD).It's not loaded as default Finance::Quote module, so you need create it by Finance::Quote->new("Sberbank"). If you want it to load by default, make changes to Finance::Quote default module loader, or use FQ_LOAD_QUOTELET environment variable. Gnucash example: FQ_LOAD_QUOTELET="-defaults Sberbank" gnucash.SYNOPSIS use Finance::Quote; my $quoter = Finance::Quote->new("Sberbank"); my %info = $quoter->fetch("sberbank", "SBRF.PD"); # Palladium print "$info{'SBRF.PD','date'} $info{'SBRF.PD','last'} "; Requirements: · Perl


Finance::Quote::Sberbank Related Software