Jeroen Bouma
Jeroen Bouma
Due to changes to `yfinance` and the fact `thepassiveinvestor` relied on a version of the package that is no longer working, it needed an update. This update has been made...
It is not clear that you are looking at **real** Gross Domestic Product instead of **nominal**. Generally, when we refer to GDP we refer to nominal and not real. Looking...
Basing this of a variety of market reports, I wanted to understand the ease how we can reproduce the results in the OpenBB Terminal. This lead to the suggestion to...
This PR adds in the YouTube videos that are now available for Windows, macOS, Docker, Python and SDK.
If this is the output: ``` 2023 Jan 05, 05:17 (🦋) /stocks/fa/ $ cash --source FinancialModelingPrep MSFT Cash Flow ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┓ ┃ ┃ 2018 ┃ 2019 ┃ 2020 ┃ 2021 ┃...
Whenever you export something to Excel, e.g. `stocks/load MSFT/income --source Polygon --export xlsx` you will receive output that includes Bs, Ms and similar which will always require data adjustments if...
Refractor `stocks/fa` by incorporating `stocks/dd` and making the menu less reliant on Yahoo Finance
The `stocks/dd` menu shares a strong similarity with `stocks/fa` up to the point that it makes sense to combine the two. This led to the "New" menu as depicted below....
If you export to Excel the number is off (`/economy/treasury --export xlsx`). The data is meant to be depicted as a percentage in Excel while it should be Excel doing...
When you try to export it gives some datetime error. While it does create the file, it doesn't export the data. I believe this is fixed by setting `ignore_tz=True` within...
The `portfolio` menu contains the following files within OpenBBUserData: All of these folders are by default empty. This makes it **very** difficult to understand how you can load in your...