Equity(FIBBG000BSWKH7 [QQQ]) Error

This morning when my cron schedule initiated a trading strategy and I received the following error:

2024-11-25 08:57:05 quantrocket.zipline: ERROR zipline.errors.BenchmarkAssetNotAvailableTooLate: Equity(FIBBG000BSWKH7 [QQQ]) does not exist on 2024-11-22 00:00:00. It stopped trading on 2024-11-21 00:00:00.
2

I eliminated the benchmark reference from the algo and ran the cron scheduled again and received the following error:

2024-11-25 09:07:06 quantrocket.zipline: ERROR zipline.data.bar_reader.NoDataOnDate: the pipeline definition requires EquityPricing<US>.close::float64 data on 2024-11-22 00:00:00 but no bundle data is available on that date; the cause of this issue is that another pipeline term needs EquityPricing<US>.close::float64 and has a window_length of 200, which necessitates loading 199 extra rows of EquityPricing<US>.close::float64; try setting a later start date so that the maximum window_length of any term doesn't extend further back than the bundle start date. Review the pipeline dependencies below to help determine which terms are causing the problem:

Are these related to the us-stock bundle update issues that occurred over the weekend?

Thanks.

The bundle is up to date with Friday's data and QQQ is available. Make sure you've ingested the bundle since around noon on Saturday, when it became available.

1 Like