Can anyone help me out with a simple Java script to call the last price of an option given the underlying stock symbol, expiration, strike price and exchange? I'm looking to ultimately create a custom Google Sheets function to do this if possible.
Asked
Active
Viewed 234 times
0
-
there is no official IB javascript api but someone has made a node impl. https://github.com/pilwon/node-ib but your use case is not really what IB has intended for it's api. Maybe yahoo would be better. – brian Jan 03 '20 at 22:17
-
Thanks for the answer, Brian – jbt777 Jan 03 '20 at 22:29