Learn R Programming

charlesschwabapi (version 1.0.5)

get_transaction: Get Specific Transaction Information

Description

Given the tokens object from the `get_authentication_tokens` function, the encrypted account ID of interest, and the transaction ID of interest, return information corresponding to that transaction. Note that the transaction ID can be obtained by first calling the `get_transactions` function, finding the transaction of interest, and then finding the transaction ID on that data frame.

Usage

get_transaction(tokens, encrypted_account_id, transaction_id)

Value

Returns a data frame containing the transaction information.

Arguments

tokens

token object from `get_authentication_tokens` function (list).

encrypted_account_id

encrypted ID of the account from `get_account_numbers` function (string).

transaction_id

transaction ID of interest (numeric).

Author

Nick Bultman, njbultman74@gmail.com, July 2024