| axprism_facts | R Documentation |
Raw XBRL facts for a company
axprism_facts(client, ticker, concept = NULL, limit = 500)
client |
An |
ticker |
Ticker symbol. |
concept |
Optional XBRL concept filter. |
limit |
Max facts (default 500). |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_facts(client, "AAPL")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.