Add test for retrieving minute data for the current day

This commit is contained in:
moshferatu 2024-10-21 09:11:42 -07:00
parent 2d6231354f
commit 2e7a551823

View File

@ -0,0 +1,4 @@
from ohlc import ohlc
data = ohlc('SPY', minutes = 5)
print(data)