ohlc/test/get_minute_data_for_today.py

4 lines
66 B
Python

from ohlc import ohlc
data = ohlc('SPY', minutes = 5)
print(data)