| axprism_compare | R Documentation |
Compare a metric across companies over time
axprism_compare(
client,
tickers,
metric = "ax:Revenue",
period = "annual",
limit_periods = 8,
currency = "USD"
)
client |
An |
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"). |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_compare(client, c("AAPL", "MSFT"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.