axprism_compare: Compare a metric across companies over time

View source: R/axprism.R

axprism_compareR Documentation

Compare a metric across companies over time

Description

Compare a metric across companies over time

Usage

axprism_compare(
  client,
  tickers,
  metric = "ax:Revenue",
  period = "annual",
  limit_periods = 8,
  currency = "USD"
)

Arguments

client

An axprism_client.

tickers

Character vector of tickers.

metric

Metric key (default "ax:Revenue").

period

"annual" or "quarterly".

limit_periods

Number of periods (default 8).

currency

Reporting currency (default "USD").

Value

Parsed API response as a named list.

Examples

client <- axprism_client(api_key = "demo-key")
## Not run: 
axprism_compare(client, c("AAPL", "MSFT"))

## End(Not run)

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