-
Hi! This is a great module so far, I've been reading through it and have found the features so far quite extensive and useful! I am wondering how to get options data for specific date but not as a quote. By default the service gets the nearest expiration options chain: Based on the codebox example available at: https://codesandbox.io/s/yahoo-finance2-forked-5k9kn?file=/src/index.ts, I have tried the following:
I am struggling to find a way to do this as I am new to typescript and can't read the information quite well. Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi!
I found this from here: node-yahoo-finance2/schema.json Lines 3420 to 3437 in c01fe74 |
Beta Was this translation helpful? Give feedback.
Hi!
I managed to resolve this issue by updating the queryOptions instead of the moduleOptions:
I found this from here:
node-yahoo-finance2/schema.json
Lines 3420 to 3437 in c01fe74