tedchou12 / webull

Unofficial APIs for Webull.
MIT License
597 stars 183 forks source link

Options chain does not return last trade price #249

Closed BigDaddyBastonkadonkz closed 3 years ago

BigDaddyBastonkadonkz commented 3 years ago

When exploring the options chain pulled from a security, I do not see anywhere within the table where it returns a last trade price. Granted, a last trade will not always exist for every contract in the chain, but it would be helpful to return the value where it does.

tedchou12 commented 3 years ago

https://www.youtube.com/watch?v=3w3ZNQniSbU&t=846s

tedchou12 commented 3 years ago

I believe it does.

close should give you the last traded price of the option.

BigDaddyBastonkadonkz commented 3 years ago

Looks like it glitched on the Webull end when I was previously pulling it. It's working now. Thank you.