Note the RH auth/account requirements for usage
parent
e91a50a1ba
commit
5dac8fa44d
|
@ -1,5 +1,9 @@
|
||||||
"""
|
"""
|
||||||
Robinhood API backend.
|
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 functools import partial
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
Loading…
Reference in New Issue