Changelog
Source:NEWS.md
RobinHood 1.6.9
Bug Fixes
-
(GH-159): HTTP 400 bad request on api_login
- added static field
al_key
toapi_login
body request
- added static field
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.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.4
Bug Fixes
-
(GH-99)
RobinHood()
issues with tbl_vars -
(GH-146)
RobinHood()
issues with tbl_vars (@JanLauGe)
RobinHood 1.6.2
CRAN release: 2022-01-24
Bug Fixes
-
(GH-139)
get_positions_options()
,get_contracts()
: fixed api change (@fouslim, @SwingBotScripts)
RobinHood 1.6.1
Clean up
-
(GH-122):
place_order()
: added default parameter valueprice = NA
(@kmohammadi6) ## Documentation -
(GH-122):
place_order()
: added stop loss example (@kmohammadi6)
RobinHood 1.6
CRAN release: 2021-03-01
New Features
-
(GH-74)
get_ratings()
: returns analyst rating and comments for a particular instrument -
(GH-117)
get_positions_crypto()
: added average_price field -
(GH-116) New function
get_historicals_crypto()
(@jgQuantScripts) ## Bug Fixes -
(GH-108)
get_tickers()
: no longer fails when call returns no info about a given equity symbol -
(GH-110)
get_positions_crypto()
: no longer fails when you have a position in a single crypto only -
(GH-115)
get_order_history_crypto()
: no longer limits you to the last 75 records -
(GH-103)
get_positions()
: now returns a message when no positions are found -
(GH-111)
api_marketdata()
: fixed dataframe conversion error (@fouslim) -
(GH-113)
watchlist()
: fixed broken function due to api change ## Clean up -
(GH-101)
place_order()
: no longer prevents you from trading fractional shares -
(GH-114)
get_positions_crypto()
swapped outaverage_price
formark_price
, eliminating rounding errors -
get_order_history_crypto()
: USD references have been stripped out ofname
andsymbol
, should look cleaner now - Fixed various documentation typos
RobinHood 1.4
CRAN release: 2020-05-23
New features
- Added functions for trading options:
-
get_positions_options()
: gets your owned options contracts -
get_contracts()
: get current open contracts -
place_order_options()
: plan a buy order on a contract -
get_order_status_options()
: check the status of an existing order -
cancel_order_options()
: cancel an existing order
-
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
-
(GH-50) Added
get_ach()
,place_ach_transfer()
,cancel_ach_transfer()
which allows transfers between linked bank accounts and RobinHood
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
- Fixed an API change that broke
get_positions()
- Fixed an API change that broke
get_order_history_crypto()
RobinHood 1.2.4
CRAN release: 2020-03-25
Bug Fixes
- fixed quantity check in
place_order_crypto()
so that it allows fractional share purchases
RobinHood 1.2.3
-
get_tickers()
: fixed an issue whereget_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 astop_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
tohttr
for backend API calls - Fixed bad date format in
api_accounts
- Improved comments in code
RobinHood 1.0.6
New Features
- added an optional output of
get_fundamentals()
to the output ofget_tickers()
Clean up
-
get_historicals()
now returns prices formatted as numeric -
get_fundamentals()
now returns as a data frame instead of a list
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
-
get_historicals()
: added a new function for pulling historical prices -
get_portfolios()
: added a new function for pulling current and historical portfolio values -
get_order_history()
: added an additional fieldcreated_at
Clean up
- Reorganized some of the api_functions to make more calls go through
api_instruments()
when pulling instrument meta data