Alpaca maintains 4 SDKs in Python, TypeScript/JS, C#/.NET, and Go where we ship the latest functionality for Alpaca APIs.
Only the CSharp SDK has been updated since last month’s change log.
pip3 install alpaca-trade-api
npm install @alpacahq/alpaca-trade-api
dotnet add package Alpaca.Markets
go get -u github.com/alpacahq/alpaca-trade-api-go/v2/alpaca
alpaca-trade-api-csharp v5.2.15
New Features
- Fixed problem with the ListExchangesAsync, ListTradeConditionsAsync, and ListQuoteConditionsAsync methods. They work without any issues if a user provides the correct authentication data. (PR #508)