| axprism_disclosures_search | R Documentation |
Full-text search across disclosures (SEC EDGAR, ESEF, etc.)
axprism_disclosures_search(client, q, ticker = NULL, forms = NULL, limit = 20)
client |
An |
q |
Query string. |
ticker |
Optional ticker filter. |
forms |
Optional character vector of form types. |
limit |
Max hits (default 20). |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_disclosures_search(client, "revenue recognition")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.