Add test for retrieving minute data for the current day
This commit is contained in:
parent
2d6231354f
commit
2e7a551823
4
test/get_minute_data_for_today.py
Normal file
4
test/get_minute_data_for_today.py
Normal file
@ -0,0 +1,4 @@
|
||||
from ohlc import ohlc
|
||||
|
||||
data = ohlc('SPY', minutes = 5)
|
||||
print(data)
|
Loading…
Reference in New Issue
Block a user