rp_getInstrument | R Documentation |
Get Specific Instrument Information
rp_getInstrument(symbol, type)
symbol |
= Trading Symbol Type: Ex. "AAPL" |
type |
= Symbol Type Ex. "EQUITY", "OPTION", "MULTI_LEG_INSTRUMENT", "CRYPTO", "ALT", "TREASURY", "BOND", "INDEX" |
Retrieves specific trading instrument with optional filtering capabilities as a data.frame
.
## Not run:
# Fetches AAPL instrument trading information
this_ins <- rp_getInstrument(symbol = "AAPL", type="EQUITY")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.