Given the tokens object from the `get_authentication_tokens` function, the symbol(s) of interest, and the search type, return a data frame with information about the securities matching the search.
get_instruments(tokens, symbol, projection)Returns a data frame containing information surrounding the symbol(s) of interest in the search.
token object from `get_authentication_tokens` function (list).
symbol(s) of interest to search for (string or character vector).
type of search to be performed. Valid values are "symbol-search", "symbol-regex", "desc-search", "desc-regex", "search", and "fundamental" (string).
Nick Bultman, njbultman74@gmail.com, July 2024