alpacahq/alpaca-backtrader-api

only getting minute data until 12pm EST everyday in historical mode

SpY0o2 opened this issue · 1 comments

This is the first time I am running my script since Jan (it was working fine then), and I had to upgrade to use alpaca backtrader 0.15.0 today. After upgrading however, I'm now getting mkt data only until noon every day in historical mode (it would move onto the next day). Does anyone have any idea? What am I missing?

eg:

2022-06-16 11:54:00: h:123.110 l:122.790 c:122.790
2022-06-16 11:55:00: h:123.050 l:122.810 c:122.810
2022-06-16 11:56:00: h:123.310 l:122.940 c:123.040
2022-06-16 11:57:00: h:123.460 l:123.010 c:123.460
2022-06-16 11:58:00: h:123.950 l:123.410 c:123.660
2022-06-16 11:59:00: h:124.160 l:123.660 c:124.080
2022-06-16 12:00:00: h:124.200 l:123.490 c:123.540
2022-06-17 05:44:00: h:126.610 l:126.610 c:126.610
2022-06-17 07:04:00: h:126.930 l:126.930 c:126.930
2022-06-17 07:05:00: h:127.300 l:127.280 c:127.300
2022-06-17 07:07:00: h:128.000 l:127.980 c:128.000
2022-06-17 07:09:00: h:128.200 l:128.200 c:128.200
2022-06-17 07:40:00: h:128.500 l:128.500 c:128.500

looks it was a timezone issue on my end. please ignore