ohlc/test/get_minute_data_for_today.py

4 lines
66 B
Python
Raw Permalink Normal View History

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