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

NAME

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

SYNOPSIS

  use WWW::Finances::Bovespa;

  my $bovespa = WWW::Finances::Bovespa->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::Bovespa;

METHODS

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

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

WWW::Finances::Bovespa->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