8000 GitHub - aquaflamingo/go-euro: European Central Bank foreign currency rates
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aquaflamingo/go-euro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Euro

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Go library to parse the European Central Bank statistics for daily foreign currency rates

Usage

  • Get the current EUR exchange rate
  • Get the past 90 day EUR historic exchange rate
  • Get the historic EUR exchange rate

func main() {
	 exchangeRate, err := goeuro.AllCurrentRates()
	 
	 usd := exchangeRate.Rates["USD"]
	 fmt.Printf("today 1 EUR = %s USD", usd)
}

License

This repository is licensed under MIT Open Source Licence

About

European Central Bank foreign currency rates

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0