Skip to content

Commit

Permalink
Adjust built-in backend list to known working
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Nov 17, 2022
1 parent b53c9ec commit 701de9f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions piker/brokers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,21 @@

__brokers__ = [
'binance',
'questrade',
'robinhood',
'ib',
'kraken',

# broken but used to work
# 'questrade',
# 'robinhood',

# TODO: we should get on these stat!
# alpaca
# wstrade
# iex

# deribit
# kucoin
# bitso
]


Expand Down

0 comments on commit 701de9f

Please sign in to comment.