tagroup

Results 2 comments of tagroup

The endpoint is https://api.robinhood.com/accounts//recent_day_trades/. You will receive a result with equity_day_trades and option_day_trades and will need to add the number of results under each object. example: { "option_day_trades": [ {...

README is wrong. The .d.ts has some issues too. Example of a good for day - **stop loss** (at stop price it becomes a market order) "time_in_force":"gfd","fees":"0.00","cumulative_quantity":"0.00000","stop_price":"7.00000000","reject_reason":null,"instrument":"https:\/\/api.robinhood.com\/instruments\/39ff611b-84e7-425b-bfb8-6fe2a983fcf3\/","state":"queued","trigger":"stop","type": "market" Example of...