AlgoTradingClub / trade_bot

A scrum based club project that focuses on developing a minimum viable trading bot
4 stars 1 forks source link

Alpaca-Trade-API 1.0.1 doesn't have support for V2. this may be changed soon #13

Open Bryson14 opened 3 years ago

Bryson14 commented 3 years ago

As of now, in the requirements.txt, we have alpaca-trade-api 1.0.1. Looking in the code of this, the endpoints still goes to data.markets.alpaca/v1/. But now as i look at https://pypi.org/project/alpaca-trade-api/, i see its now up to 1.2.0. I'll see if this has changed anything

Bryson14 commented 3 years ago

1.2.0 doens't have v2 support either