diff --git a/ingest-option-quotes.ts b/ingest-option-quotes.ts index a081527..1067e19 100644 --- a/ingest-option-quotes.ts +++ b/ingest-option-quotes.ts @@ -74,6 +74,7 @@ for (const date of dateRange("2024-05-02", "2024-05-03")) { ask: ask_price, }) ), + format: "JSONEachRow", }); console.log(date, contract.ticker, quotes.results?.length); }