4 lines
66 B
Python
4 lines
66 B
Python
|
from ohlc import ohlc
|
||
|
|
||
|
data = ohlc('SPY', minutes = 5)
|
||
|
print(data)
|