Learn R Programming

RobinHood (version 1.6)

get_order_history: Download all available order history for your RobinHood account

Description

Download all available order history for your RobinHood account

Usage

get_order_history(RH, page_size = 1000)

Arguments

RH

object of class RobinHood

page_size

(int) number of historical records to fetch

Examples

Run this code
# NOT RUN {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

get_order_history(RH)
# }

Run the code above in your browser using DataLab