Official CBRF currency rates of Russian ruble for a specific date. Source: https://www.cbr.ru
curs, err := GetCurrenciesByCode(time.Now())
// How many rubles in 100 USD?
fmt.Printf("A hundred bucks = %.2f rubles\n", 100*curs["USD"])
Official CBRF currency rates of Russian ruble for a specific date. Source: https://www.cbr.ru
curs, err := GetCurrenciesByCode(time.Now())
// How many rubles in 100 USD?
fmt.Printf("A hundred bucks = %.2f rubles\n", 100*curs["USD"])