View source: R/get_order_history.R
get_order_history | R Documentation |
Download all available order history for your RobinHood account
get_order_history(RH, page_size = 1000)
RH |
object of class RobinHood |
page_size |
(int) number of historical records to fetch |
## Not run: # Login in to your RobinHood account RH <- RobinHood("username", "password") get_order_history(RH) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.