We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5734b commit 6436bbfCopy full SHA for 6436bbf
alpaca_trade_api/polygon/rest.py
@@ -150,7 +150,7 @@ def news(self, symbol):
150
return NewsList(self.get(path))
151
152
def gainers_losers(self, direction="gainers"):
153
- path = '/snapshot/locale/us/markets/stocks/{}'.format(direction)
+ path = '/snapshot/locale/us/markets/stocks/{}'.format(direction)
154
return [
155
Ticker(ticker) for ticker in
156
self.get(path, version='v2')['tickers']
0 commit comments