Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Currency ¶
type Currency string
const ( CurrencyUSD Currency = "USD" CurrencyEUR Currency = "EUR" CurrencyCNY Currency = "CNY" CurrencyTRY Currency = "TRY" CurrencyRUB Currency = "RUB" CurrencyVES Currency = "VES" CurrencyUSDT Currency = "USDT" CurrencyCOP Currency = "COP" CurrencyPEN Currency = "PEN" CurrencyCLP Currency = "CLP" CurrencyBRL Currency = "BRL" CurrencyUSDC Currency = "USDC" CurrencyARS Currency = "ARS" )
type ExchangeRate ¶
type Source ¶
type Source string
const ( SourceBCV Source = "BCV" // Banco Central de Venezuela SourceSFC Source = "SFC" // Superintendencia Financiera de Colombia SourceBCRP Source = "BCRP" // Banco Central de Reserva del Perú SourceBCCH Source = "BCCH" // Banco Central de Chile SourceBCB Source = "BCB" // Banco Central do Brasil SourceECB Source = "ECB" // European Central Bank SourceCoinbase Source = "Coinbase" // Coinbase SourceBCRA Source = "BCRA" // Banco Central de la República Argentina SourceBNA Source = "BNA" // Banco de la Nación Argentina SourceBinanceP2P Source = "BinanceP2P" // Binance P2P marketplace SourceDolarAPIBlue Source = "DolarAPIBlue" // DolarAPI Blue (informal) rate SourceDolarAPIMEP Source = "DolarAPIMEP" // DolarAPI MEP (bolsa) rate SourceDolarAPICCL Source = "DolarAPICCL" // DolarAPI Contado con Liquidación rate SourceDolarAPITarjeta Source = "DolarAPITarjeta" // DolarAPI Tarjeta (turista) rate )
Click to show internal directories.
Click to hide internal directories.