OpenBBTerminal icon indicating copy to clipboard operation
OpenBBTerminal copied to clipboard

Investment Research for Everyone, Everywhere.

Results 745 OpenBBTerminal issues
Sort by recently updated
recently updated
newest added

Using the file supplied in: `openbb_terminal/miscellaneous/portfolio/allocation_example.xlsx`: - Unclear as to how one is supposed to use this file. - Cannot be used for analysis over time or anything but what...

portfolio

Frontend sync

bug
platform
v4
breaking_change

* Deletes unused files and folders * Moves cli related files into `openbb_terminal` * Creates singleton `Session` class to handle all interactive tasks that a user can affect by changing...

enhancement
platform
v4

1. **Why**? (1-3 sentences or a bullet point list): - The `field_validator` from the standard model wasn't being picked up by the `CBOEDerivatesFetcher` which resulted in errors when the symbol...

bug
platform
v4
breaking_change

This Tags on to #6250, #6248, #6240. When `parameter.kind == Parameter.VAR_KEYWORD`, it correctly cannot be assigned a default state because **kwargs cannot have one. However, Fast API does not see...

bug
platform
v4

1. **Why**? (1-3 sentences or a bullet point list): - The Documentation was harder to navigate for people that were not used to the style of learning it was facilitating....

docs

I hope the benefit of persistently caching data is obvious - speed for user, less load on provider. I've been working on a persistent caching wrapper for `yfinance` - [`yfinance-cache`](https://github.com/ValueRaider/yfinance-cache)....

This is an oversized PR that touches a lot of files and is a work-in-progress. The end result would be a standard format to represent all percent values returned by...

enhancement
feat XL
platform
v4
breaking_change

1. **Why**? (1-3 sentences or a bullet point list): The purpose is to have a way to easily extract the field descriptions (and their keys) from the Python interface. This...

enhancement
platform
v4

Relies on this chain: #6250 1. **Why**?: - The purpose is to prevent unexpected keyword argument errors from POST functions, and to facilitate extension development that might require additional parameters...

enhancement
do not merge
platform
extensions
v4