.rp_make_qte_payload | R Documentation |
Build Dynamic Payload For rp_getQuote (Internal)
.rp_make_qte_payload(symbols, types)
symbols |
= (string) Equity/ETF/Option symbol(s) |
types |
= (string) The product type (ex. 'EQUITY' or 'OPTION') |
Returns a list
in the appropriate payload format in case the user needs multiple symbols for quotes
## Not run:
# Create the correct quote payload for AAPL and a SPY 631 Call 8/15/25 Expiration
.rp_make_qte_payload(symbols=c("AAPL","SPY250815C00631000"), types=c("EQUITY","OPTION"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.