The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Finances::Bovespa2 Reads stock options values from bovespa ( with 15 minutes lag )

SYNOPSIS

use WWW::Finances::Bovespa2;

my $bovespa = WWW::Finances::Bovespa2->new();
$bovespa->find( { codigo => 'PETR3' } );

print $bovespa->ibovespa;
print $bovespa->valor_ultimo;
print $bovespa->quant_neg;
print $bovespa->delay;
print $bovespa->codigo;
print $bovespa->hora;
print $bovespa->data;
print $bovespa->descricao;
print $bovespa->oscilacao;
print $bovespa->mercado;

print $bovespa->is_valid; #always true when the code is found.

DESCRIPTION

Documentation for WWW::Finances::Bovespa2;

METHODS

WWW::Finances::Bovespa2->new()

Creates a new empty WWW::Finances::Bovespa2 object.
Use WWW::Finances::Bovespa2->find( { codigo => 'foo' } ) to retrieve data.

WWW::Finances::Bovespa2->find( { codigo => 'foo' } )

Attempts to retrieve data from bovespa based on the code/codigo. 
To see a list of valid codes, search at http://www.bmfbovespa.com.br .

is_valid

Indicates if the code was found is valid.

ibovespa

Returns ibovespa

valor_ultimo

Returns last value

quant_neg

Returns negociated amount

delay

Returns delay

codigo

Returns codigo 

hora

Returns hora

data

Returns date

descricao

Returns description

oscilacao

Returns oscilation

mercado

Returns market name

BUGS

Please report any... 

SUPPORT

Send me a msg

AUTHOR

Hernan Lopes
CPAN ID: HERNAN
HERNAN
hernanlopes@gmail.com
-

COPYRIGHT

This program is free software licensed under the...

The BSD License

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

http://www.bovespa.com.br