| axprism_purification | R Documentation |
Purification amount for a single holding (USD)
axprism_purification(client, ticker, shares_held, dividend_per_share = NULL)
client |
An |
ticker |
Ticker symbol. |
shares_held |
Number of shares held. |
dividend_per_share |
Optional dividend per share (USD). |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_purification(client, "AAPL", shares_held = 100)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.