| axprism_screener | R Documentation |
Screen tickers by compliance and fundamentals (max 50)
axprism_screener(
client,
tickers,
verdict = NULL,
ruleset = "aaoifi",
period = "annual",
debt_ratio_max = NULL,
income_ratio_max = NULL,
market_cap_min = NULL,
market_cap_max = NULL,
limit = 50
)
client |
An |
tickers |
Character vector of tickers. |
verdict |
Optional verdict filter ("halal"/"haram"/"inconclusive"). |
ruleset |
Compliance ruleset (default "aaoifi"). |
period |
"annual" or "quarterly". |
debt_ratio_max |
Optional max debt ratio. |
income_ratio_max |
Optional max non-permissible income ratio. |
market_cap_min |
Optional minimum market cap (USD). |
market_cap_max |
Optional maximum market cap (USD). |
limit |
Max results (default 50). |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_screener(client, c("AAPL", "MSFT"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.