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

NAME

Finance::Quote::Moex - Perl module. Obtain quotes from Moex exchange.

SYNOPSIS

        use Finance::Quote;

        my $quoter = Finance::Quote->new("Moex");
        my %info = $quoter->fetch("moex_bond_ofz", "SU26218RMFS6"); # ОФЗ 26218
        print "$info{'SU26218RMFS6','date'} $info{'SU26218RMFS6','price'}\n";

DESCRIPTION

This module fetches bond share quotes information from the Moex russian exchange http://www.moex.com and http://rbc.ru

It's not loaded as default Finance::Quote module, so you need create it by Finance::Quote->new("Moex"). 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 Moex" gnucash

LABELS RETURNED

The following labels may be returned by Finance::Quote::Moex :

name price date isodate currency

AUTHOR

Partizand, partizand@cpan.org, https://github.com/partizand/finquote

COPYRIGHT AND LICENSE

Copyright (C) 2019 by Partizand. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.0.8 or, at your option, any later version of Perl 5 you may have available.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 352:

Non-ASCII character seen before =encoding in 'ОФЗ'. Assuming CP1252