exchange
exchange copied to clipboard
Go library for getting current and historical exchange rates, Forex and Crypto currency conversion with no authentication using Free foreign exchange rates API
Hey! I am just checking this lib for my company but there is something that its clear for me. Is there a reason why _ex.ConvertTo("BTC", 10)_ takes integers instead of...
MYR/USD returning nil for now. This has been working for the past week. func checkForex() (fr *big.Float) { // Create a new Exchange instance and set USD as the base...
It was implicit, but New overwritten the already initialized cache. Other changes: * Simplify cacheDuration calculation with Time.Truncate * Use one parseDate for all date parsing, add error reporting. *...