View source: R/get_instruments_cusip.R
get_instruments_cusip | R Documentation |
Given the tokens object from the 'get_authentication_tokens' function and a cusip, return a data frame with information about the security matching the search.
get_instruments_cusip(tokens, cusip_id)
tokens |
tokens object from 'get_authentication_tokens' function (list). |
cusip_id |
cusip of the security to be searched on (string). |
Returns a data frame containing information surrounding the cusip 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.