(convert-using-coinbase money term-currency)
(convert-using-coinbase money term-currency date)
Converts the given monetary amount to the term currency using the Coinbase rates.
Converts the given monetary amount to the term currency using the Coinbase rates.
(convert-using-db money term-currency db table from-field to-field rate-field)
(convert-using-db money
term-currency
date
db
table
from-field
to-field
rate-field
date-field)
Converts the given monetary amount to the term currency using the given database and schema information.
Converts the given monetary amount to the term currency using the given database and schema information.
(convert-using-ecb money term-currency)
(convert-using-ecb money term-currency date)
Converts the given monetary amount to the term currency using the European Central Bank rates.
Converts the given monetary amount to the term currency using the European Central Bank rates.
(convert-using-exchange-rate money term-currency exchange-rate)
Converts the given monetary amount to the term currency using the given exchange rate.
Converts the given monetary amount to the term currency using the given exchange rate.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close