logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finance::Quote::TesouroDireto - Obtain quotes for Brazilian government bounds

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.

Name

       Finance::Quote::TesouroDireto - Obtain quotes for Brazilian government bounds

See Also

perl v5.40.1                                       2025-05-16                 Finance::Quote::TesouroDireto(3pm)

Synopsis

           use Finance::Quote;
           $q = Finance::Quote->new;

           %stockinfo = $q->fetch("tesouro_direto", "Tesouro IPCA+ 2045");

See Also