Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Forex

dev.livemd

Forex

Section

Forex

Forex is a …

# Get the latest foreign exchange rates
Forex.current_rates!()
# Get the currency information for the given ISO code
Forex.get_currency("GBP")
# You can use the Feed moodule to fetch rates without any parsing applied
Forex.Feed.fetch!(:current_rates)
# Or you can just use higher level functions to fetch and parse the xml output
Forex.Feed.current_rates()
# Get a list of the foreign exchange for the last 90 days
Forex.Feed.last_ninety_days_rates()