diff --git a/test/get_minute_data_for_today.py b/test/get_minute_data_for_today.py new file mode 100644 index 0000000..d32daf4 --- /dev/null +++ b/test/get_minute_data_for_today.py @@ -0,0 +1,4 @@ +from ohlc import ohlc + +data = ohlc('SPY', minutes = 5) +print(data) \ No newline at end of file