| axprism_financials | R Documentation |
Normalized financial statements (IS / BS / CF / ALL)
axprism_financials(
client,
ticker,
statement = "IS",
period = "annual",
currency = "NATIVE",
history = "latest",
as_reported = FALSE
)
client |
An |
ticker |
Ticker symbol. |
statement |
"IS", "BS", "CF", or "ALL". |
period |
"annual", "quarterly", or "ttm". |
currency |
"NATIVE", "USD", or any ISO 4217 code. |
history |
"latest" or "all". |
as_reported |
Return raw un-normalized XBRL when TRUE. |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_financials(client, "AAPL", statement = "IS")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.