Skip to content

Gnucash/Finance::Quote modules to fetch prices of Brazilian stocks, bonds and mutual funds

License

Notifications You must be signed in to change notification settings

romuloceccon/finance-quote-brazil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance::Quote Brazil

This is a set of Finance::Quote modules to fetch prices of Brazilian government and private bonds, Bovespa stocks, and mutual funds available at various banks.

Currently the following quoters are implemented:

  • ADVFNBrasil: Bovespa stocks
  • BMFBovespa: Private bonds
  • SNDBrasil: Private bonds negotiated on the secondary market
  • TNBrasil: Tesouro Direto (government bonds)
  • HSBCBrasil: Mutual funds from HSBC Brasil bank
  • VAM: Mutual funds from Votorantim Asset Management

Installation

There's no package installer. Just copy the pm modules to /usr/local/lib/site_perl/Finance/Quote and set the FQ_LOAD_QUOTELET environment variable so that Gnucash loads those modules. For example:

export FQ_LOAD_QUOTELET="Currencies Yahoo::Brasil TNBrasil SNDBrasil BMFBovespa"

Symbol names

Bond and mutual fund symbols are sometimes not available. In those cases a "fake symbol" – usually formed by replacing spaces with underscores – should be supplied to the quoter. For example:

  • BMFBovespa: use real symbol

    • TRIA-DEB22TRIA-DEB22
  • SNDBrasil: use real symbol

    • ITAP13ITAP13
  • TNBrasil: use official name (†) followed by maturity date in ddmmyy format

    • Tesouro IPCA+ 2019NTN-B_Principal_150519
    • Tesouro Selic 2021LFT_010321
  • HSBCBrasil:

    • HSBC FIC FI RF CURTO PRAZOHSBC_FIC_FI_RF_CURTO_PRAZO
  • VAM:

    • FIA DividendosFIA_Dividendos

(†) Nicknames and official names for Brazilian government bonds are as follows:

  • Tesouro Prefixado ⇒ LTN
  • Tesouro Selic ⇒ LFT
  • Tesouro Prefixado com Juros Semestrais ⇒ NTN-F
  • Tesouro IPCA+ ⇒ NTN-B Principal
  • Tesouro IPCA+ com Juros Semestrais ⇒ NTN-B

Debugging

If you have any issues trying to obtain quotes (from an interactive application like GnuCash) the script bin/getquote.pl may help with debugging. For example:

$ getquote.pl tesourodireto LFT_010321
LFT_010321: 7707.61 @ 2016-04-29 (last)

$ getquote.pl bmfdebentures TRIA-DEB22
TRIA-DEB22: 15131.170000 @ 2016-04-29 (last)

$ getquotes.pl vamfundos FIA_Dividendos
FIA_Dividendos: 0.701088117 @ 2016-04-28 (last)

To-do

  • Add quoters for mutual funds of various banks.

License

Released under MIT License. See LICENSE for details.

About

Gnucash/Finance::Quote modules to fetch prices of Brazilian stocks, bonds and mutual funds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages