|
|
@ -69,7 +69,7 @@ for (const date of dateRange("2024-05-02", "2024-05-03")) {
|
|
|
|
symbol: contract.underlying_ticker,
|
|
|
|
symbol: contract.underlying_ticker,
|
|
|
|
expiration_date: contract.expiration_date,
|
|
|
|
expiration_date: contract.expiration_date,
|
|
|
|
strike: contract.strike_price,
|
|
|
|
strike: contract.strike_price,
|
|
|
|
ts: new Date(Math.floor(sip_timestamp / 1000)),
|
|
|
|
ts: new Date(Math.floor(sip_timestamp / 1000000)),
|
|
|
|
bid: bid_price,
|
|
|
|
bid: bid_price,
|
|
|
|
ask: ask_price,
|
|
|
|
ask: ask_price,
|
|
|
|
})
|
|
|
|
})
|
|
|
|