OpenBB
OpenBB copied to clipboard
Financial data platform for analysts, quants and AI agents.
Sometimes building the static assets is resulting in missing examples in the docstring. This PR resolves that inconsistency. Example:  Then the second time...
** 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...
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...
** 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: -...
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...
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.
[Security] Add `tornado` To `openbb-devtools` To Supercede Latest `ipykernel` and satisfy Dependabot
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...
**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...