alpacahq / Alpaca-API

The Alpaca API is a developer interface for trading operations and market data reception through the Alpaca platform.
https://alpaca.markets/
141 stars 13 forks source link

Filter orders by Asset ID #138

Open drixie opened 3 years ago

drixie commented 3 years ago

Is your feature request related to a problem? Please describe. Sometimes, I just want to get all the historical orders for a particular asset

Describe the solution you'd like Include assetID or asset in the parameters supplied to /v2/orders

Describe alternatives you've considered Fetching all orders everyday, and filtering in my own database