alpacahq / alpaca-trade-api-csharp

C# SDK for Alpaca Trade API https://docs.alpaca.markets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add sorting support into historical data requests

OlegRa opened this issue · comments

The latest version of the Alpaca REST API supports the new sort parameter for all historical data requests. The corresponding Go PR is already under review and the .NET SKD should also support this helpful addition.