We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only some of the fields that Yahoo Finance returns for options are returned by getOptionChain(). We could return all of the fields.
getOptionChain()
The text was updated successfully, but these errors were encountered:
I updated getOptionChain() to include the five Yahoo fields that were not already in the process.
Some notes:
"contractSymbol" is useful as a primary key. I converted "expiration" to POSIXtc in order to facilitate analyzing theta decay.
Yeah?
Sorry, something went wrong.
483f7d9
Thanks for taking the initiative to make a PR for this!
No branches or pull requests
Only some of the fields that Yahoo Finance returns for options are returned by
getOptionChain()
. We could return all of the fields.The text was updated successfully, but these errors were encountered: