| axprism_compliance | R Documentation |
Shariah compliance verdict for one ticker
axprism_compliance(
client,
ticker,
standard = "aaoifi",
period = "annual",
as_of = NULL
)
client |
An |
ticker |
Ticker symbol. |
standard |
"aaoifi", "msci", "dji", "ftse", or "saudi". |
period |
"annual" or "quarterly". |
as_of |
Optional ISO date for point-in-time context. |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_compliance(client, "AAPL")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.