diff --git a/piker/brokers/robinhood.py b/piker/brokers/robinhood.py index ff1e22d4..4c17fff1 100644 --- a/piker/brokers/robinhood.py +++ b/piker/brokers/robinhood.py @@ -1,5 +1,9 @@ """ Robinhood API backend. + +WARNING: robinhood now requires authenticated access to use the quote +endpoints (it didn't originally). We need someone with a valid US +account to test this code. """ from functools import partial from typing import List