diff --git a/server/src/scripts/ingest-option-quotes-from-polygon-to-clickhouse.ts b/server/src/scripts/ingest-option-quotes-from-polygon-to-clickhouse.ts index a95f3b5..475e814 100644 --- a/server/src/scripts/ingest-option-quotes-from-polygon-to-clickhouse.ts +++ b/server/src/scripts/ingest-option-quotes-from-polygon-to-clickhouse.ts @@ -278,7 +278,7 @@ const q = new pQueue({ concurrency: 6 }); */ let nextBatchOfUnstartedOptionContracts: Array = [ { - asOfDate: "2022-03-18", + asOfDate: "2022-04-05", symbol: "A", expirationDate: "2022-02-01", strike: 0,