From 5dac8fa44dff8084f3691e3a2bdf6d1465e44bac Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 4 Feb 2019 00:15:10 -0500 Subject: [PATCH] Note the RH auth/account requirements for usage --- piker/brokers/robinhood.py | 4 ++++ 1 file changed, 4 insertions(+) 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