| axprism_fx_rates | R Documentation |
FX rates relative to a base currency
axprism_fx_rates(client, base = "USD", symbols = NULL)
client |
An |
base |
Base currency (default "USD"). |
symbols |
Optional character vector of target currencies. |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_fx_rates(client, "USD", c("EUR", "GBP"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.