NAME

App::bovespa - Simple tool to follow up your stocks at Bovespa Stock Exchange

VERSION

Version 0.003

SYNOPSIS

This module is a crawler to get the cotation of the Bovespa Stock Exchange. Now it gets information one of the main portals.

This module is just for follow up, really, nothing realtime, nothing too serious. I wrote it to keep my eyes on my own stocks. It is easier run a script that login on my homebroker agent, with tokens and etc just to see the cotation.

To get a stock cotation is plain simple:

use App::bovespa;

my $exchange = App::bovespa->new();
my $cotation = $exchange->stock( "PETR4.SA" );

Also inside this distribution, comes a small tool called bovespa_report, it has a wrapper for cotation and a parser for a file with a list of cotations and prices to compare.

bovespa_report --help

Will display all options related with the tool

SUBROUTINES/METHODS

stock

Receives a stock name and returns it cotation. The name must the symbol name for the stock and the type digit. Like "PETR4.SA" or "PETR3.SA"

AUTHOR

RECSKY, recsky at cpan.org

BUGS

In case of one of providers change it page or something like that, the lib may broke. In this case contact me at recsky@cpan.org

LICENSE AND COPYRIGHT

Copyright 2015

This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at:

http://www.perlfoundation.org/artistic_license_2_0