get_instruments_cusip {charlesschwabapi}R Documentation

Get Instruments by Cusip

Description

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.

Usage

get_instruments_cusip(tokens, cusip_id)

Arguments

tokens

tokens object from 'get_authentication_tokens' function (list).

cusip_id

cusip of the security to be searched on (string).

Value

Returns a data frame containing information surrounding the cusip of interest in the search.

Author(s)

Nick Bultman, njbultman74@gmail.com, July 2024


[Package charlesschwabapi version 1.0.2 Index]