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

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

Description

@westonplatter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions