OpenBB icon indicating copy to clipboard operation
OpenBB copied to clipboard

Financial data platform for analysts, quants and AI agents.

Results 957 OpenBB issues
Sort by recently updated
recently updated
newest added

Sometimes building the static assets is resulting in missing examples in the docstring. This PR resolves that inconsistency. Example: ![Screenshot 2025-04-02 at 9 18 44 PM](https://github.com/user-attachments/assets/1193b1d6-5c13-4944-b334-41bec683a7a7) Then the second time...

bug
platform
v4

** Release-related items need to be merged to develop first. ** 1. **Why**?: - Filings from here are returned in several formats, PDF, HTML, DOC, XLS, XBR. - This format...

enhancement
platform
v4
feature

1. **Why**?: - Resolves #7078 2. **What**?: - UnauthorizedError was not being raised when API key does not have sufficient access. - Updates the error message reader to handle additional...

bug
platform
v4

** Release-related PRs need to merge first.** 1. **Why**?: - Curating more regional Fed series, adding a widely-followed survey from the NY district. 2. **What**?: - Adds new endpoint: -...

enhancement
platform
v4
feature

1. **Why**?: - Conditional statement returning the combined user and default templates was failing when the user file does not exist. 2. **What**? - Corrects the conditional logic. - Creates...

bug
platform
v4

This PR patches the frontend-components packages and updates the lock file. Resolves https://github.com/OpenBB-finance/OpenBB/security/dependabot/1876 Resolves https://github.com/OpenBB-finance/OpenBB/security/dependabot/1877 No operational changes are expected, or have been encountered.

bug
platform
v4
security

This PR is to resolve CVE-2025-47287 Tornado is brought in by `ipykernel`, however it requires a lower minimum version than described in the report, https://github.com/OpenBB-finance/OpenBB/security/dependabot/1933, We aren't likely to see...

bug
platform
v4
security

**What's the problem of not having this feature?** The default option for macro and country level economic data comes from econDB, most likely because of econDB data fidelity and collaboration....

# Pull Request OpenBB This small PR resolves the annoying `datetime` library warnings: ```python DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to...