-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
volatility data #2253
Comments
@DidierRLopes Definitely worth including index/futures/both somewhere (which of course includes VIX). Neither indices or futures are currently in the terminal anywhere else right? Data on both seems to be readily available in yfinance (below). Thoughts on adding an index menu and a futures menu under main menu after "etf"? Probably just have price data for now (e.g. quotes, charts). Pending green light can I work on this?
|
We currently have index stuff (including VIX) and a small selection of futures stuff in the economy menu https://openbb-finance.github.io/OpenBBTerminal/terminal/economy/index/ |
Seems like there's just the Price, Chg, % Chg table for futures. Can I make futures into a menu and add historical data for plotting from yf?
|
Wow I missed this comment. You definitely can start a new futures menu! You are very welcome to do so 😄 |
What's the problem of not having this feature?
To collect specific volatility data, what better than to go to the page of
and as a web scraping, carry out those tables at the end of OpenBB and have a very professional data on volatility
http://www.tradingvolatility.net/p/datasourceurldocs.html
Describe the solution you would like
A description of what you think would be the best solution for this. From user inputs, to an output.
Describe alternatives you've considered
If there are other alternatives (worth considering) to your solution, list them here.
Additional information
Add any other information or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: