axprism_fx_rates: FX rates relative to a base currency

View source: R/axprism.R

axprism_fx_ratesR Documentation

FX rates relative to a base currency

Description

FX rates relative to a base currency

Usage

axprism_fx_rates(client, base = "USD", symbols = NULL)

Arguments

client

An axprism_client.

base

Base currency (default "USD").

symbols

Optional character vector of target currencies.

Value

Parsed API response as a named list.

Examples

client <- axprism_client(api_key = "demo-key")
## Not run: 
axprism_fx_rates(client, "USD", c("EUR", "GBP"))

## End(Not run)

axprism documentation built on July 8, 2026, 9:07 a.m.