Skip to contents

RobinHood 1.8.0

Bug Fixes


RobinHood 1.7.1

Bug Fixes


RobinHood 1.6.9

Bug Fixes

  • (GH-159): HTTP 400 bad request on api_login
    • added static field al_key to api_login body request

RobinHood 1.6.8

Bug Fixes

  • (GH-150): HTTP 400 when get_tickers(RH, add_fundamentals = TRUE)
    • unsearchable tickers on RH were causing the issue
    • applied a filter to remove unsearchable symbols

RobinHood 1.6.7

Bug Fixes

  • (GH-153): fixed broken link preventing placing orders from working

RobinHood 1.6.6

Bug Fixes

  • (GH-151): Updated api_login to fix a change in the api
    • Redesigned RH object, added more transparency in API return
    • Temporarily disabled the non-MFA login method

RobinHood 1.6.5

CRAN release: 2022-04-22

Bug Fixes

  • (GH-147): Added HTTPS validation check to make cryptic errors less likely (@JanLauGe)

RobinHood 1.6.4

Bug Fixes


RobinHood 1.6.3

Bug Fixes


RobinHood 1.6.2

CRAN release: 2022-01-24

RobinHood 1.6.1

Bug Fixes

Clean up


RobinHood 1.6

CRAN release: 2021-03-01

New Features

Documentation

  • Updated layout of site
  • Added network plots displaying how functions are linked within the package

RobinHood 1.5

CRAN release: 2021-01-06

New Features

  • MFA is now enabled via the RobinHood(username, password, mfa_code) function. Use your authentication app to input your code. This is optional and only required if you have enabled MFA on your RobinHood account.

RobinHood 1.4

CRAN release: 2020-05-23

New features

Bug Fixes

  • Fixed an issue where get fundamental returned the entire vector of symbols in every row, now its one symbol per row

Clean up


RobinHood 1.3.1

Clean up

  • (GH-86) get_market_hours(), get_historicals() by default returned times in UTC. The default format has been changed to the local users timezone. The timezone column now also reflects the timezone of the actual time, not the time zone of the exchange which comes from RobinHood.

RobinHood 1.3

New Features

Clean up

  • (GH-85) Made cancel_url, status_url consistent across equity, crypto, and ach orders (crypto status requires an ID instead of staus_url so it has been left alone)
  • Cleaned up old comments
  • Fixed bad example code references
  • Fixed date format warning on get_quote()

RobinHood 1.2.5

Bug Fixes


RobinHood 1.2.4

CRAN release: 2020-03-25

Bug Fixes

Clean up


RobinHood 1.2.3

  • get_tickers(): fixed an issue where get_tickers(RH, fundamentals = TRUE) would return an error when a tickers fundamental data is empty

RobinHood 1.2.1

CRAN release: 2019-10-06

Bug fixes

  • place_orders_crypto(): fixed a typo in the api url preventing it from working
  • place_orders(): fixed an issue with limit orders that would not work without a stop_price
  • cancel_order_crypto(): fixed a typo preventing it from working
  • get_tickers(): fixed a typo preventing function from working
  • logout(): fixed broken api

RobinHood 1.2

CRAN release: 2019-09-30

Clean up

  • Fixed typo in place_order()
  • Changed from curl to httr for backend API calls
  • Fixed bad date format in api_accounts
  • Improved comments in code

RobinHood 1.0.7

CRAN release: 2019-05-24

Bug fixes

  • fixed a change to the upstream login api

RobinHood 1.0.6

New Features

Clean up


RobinHood 1.0.5

CRAN release: 2019-04-06

Bug fixes

  • get_positions()
    • fixed an issue that throws an error when you own no shares
    • fixed an issue that throws an error when one of your investments has no “Simple Name” value in the api

New Features

Clean up

  • Reorganized some of the api_functions to make more calls go through api_instruments() when pulling instrument meta data