| axprism_bulk_financials | R Documentation |
Bulk financials as a CSV string
axprism_bulk_financials(client, ticker, statement = "IS", period = "annual")
client |
An |
ticker |
Ticker symbol. |
statement |
"IS", "BS", or "CF". |
period |
"annual" or "quarterly". |
A character scalar containing CSV text.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_bulk_financials(client, "AAPL")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.