Skip to content

Download Conversion Rates with the Foreign exchange rates API.

License

Notifications You must be signed in to change notification settings

markushhh/CurrencyAPI.jl

Repository files navigation

CurrencyAPI.jl

"logo"

CurrencyAPI.jl offers the possibility to access the Foreign exchange rates API in Julia.

Installation

#add CurrencyAPI # not (yet?) supported

or

add https://github.com/markushhh/CurrencyAPI.jl/

Index

The package contains following functions:

  • get_symbols
  • cconvert

Tutorial and Workflow

Download a dataset

x1 = get_symbols("USD", "CAD", "2000-01-01", "2018-01-01")
x2 = get_symbols("USD", ["EUR", "CHF", "CAD"], "2000-01-01", "2018-01-01")
plot(x2)

"logo"

convert Euros into another currency.

cconvert(100, "CAD")
144.98

Each comment, suggestion or pull request is welcome!

About

Download Conversion Rates with the Foreign exchange rates API.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages