View source: R/get_instruments.R
get_instruments | R Documentation |
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)
tokens |
token object from 'get_authentication_tokens' function (list). |
symbol |
symbol(s) of interest to search for (string or character vector). |
projection |
type of search to be performed. Valid values are "symbol-search", "symbol-regex", "desc-search", "desc-regex", "search", and "fundamental" (string). |
Returns a data frame containing information surrounding the symbol(s) of interest in the search.
Nick Bultman, njbultman74@gmail.com, July 2024
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.