| axprism_batch_metric | R Documentation |
One metric across multiple tickers (max 20)
axprism_batch_metric(
client,
tickers,
metric,
period = "annual",
currency = "USD",
years = 5
)
client |
An |
tickers |
Character vector of tickers. |
metric |
Metric key, e.g. "ax:Revenue". |
period |
"annual" or "quarterly". |
currency |
Reporting currency (default "USD"). |
years |
Number of years (default 5). |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_batch_metric(client, c("AAPL", "MSFT"), "ax:Revenue")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.