table of contents
Finance::Quote::TesouroDireto(3) | User Contributed Perl Documentation | Finance::Quote::TesouroDireto(3) |
NAME¶
Finance::Quote::TesouroDireto - Obtain quotes for Brazilian government bounds
SYNOPSIS¶
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("tesouro_direto", "Tesouro IPCA+ 2045");
DESCRIPTION¶
This module obtains quotes for Brazilian government bounds, obtained from https://www.tesourodireto.com.br/titulos/precos-e-taxas.htm
LABELS RETURNED¶
The following labels may be returned by Finance::Quote::TesouroDireto: exchange, name, symbol, date, price, last, method, currency.
SEE ALSO¶
2024-06-10 | perl v5.40.0 |