Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Implement "updated_at" query param for Stock & Option orders #54

Open
2 tasks
westonplatter opened this issue Oct 7, 2018 · 0 comments
Open
2 tasks

Comments

@westonplatter
Copy link
Owner

westonplatter commented Oct 7, 2018

According to the unofficial docs, it's possible to restrict/scope orders by earliest data. Details here -> https://github.com/sanko/Robinhood/blob/master/Order.md#gather-recent-orders.

Therefore, implement something like this.
curl -v https://api.robinhood.com/orders/?updated_at="2018-09-02T13:24:13.156344Z"
-H "Accept: application/json"
-H "Authorization: Token a9a7007f890c790a30a0e0f0a7a07a0242354114"

Todo:

  • add query param to Option order fetching
  • add query param to Stock order fetching
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant