Skip to contents

Fetches current prices of Tesouro Direto (TD) assets from the website's JSON API at <https://www.tesourodireto.com.br/titulos/precos-e-taxas.htm>.

Usage

td_get_current()

Value

A data frame with prices.

Examples

if (FALSE) { # \dontrun{
df_current <- td_get_current()
} # }