Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 254 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 254 Bytes

ruble

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"])