rp_getInstrument: Get Specific Instrument Information

View source: R/rPublic.R

rp_getInstrumentR Documentation

Get Specific Instrument Information

Description

Get Specific Instrument Information

Usage

rp_getInstrument(symbol, type)

Arguments

symbol

= Trading Symbol Type: Ex. "AAPL"

type

= Symbol Type Ex. "EQUITY", "OPTION", "MULTI_LEG_INSTRUMENT", "CRYPTO", "ALT", "TREASURY", "BOND", "INDEX"

Value

Retrieves specific trading instrument with optional filtering capabilities as a data.frame.

Examples

## Not run: 
  # Fetches AAPL instrument trading information
    this_ins <- rp_getInstrument(symbol = "AAPL", type="EQUITY")

## End(Not run)

rPublic documentation built on Aug. 23, 2025, 1:12 a.m.