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

1. **Why**?: - This adds requested functionality for cataloging and serving current and historical FOMC minutes and other documents. 2. **What**?: - Adds new endpoint with no standard model: -...

enhancement
platform
v4
feature

1. **Why**?: - Keep up with the Jones' 2. **What**?: - Defines a pattern for the widget factory based on GET/POST for the same API Route. 3. **Impact**: - No...

enhancement
platform
v4

# Pull Request OpenBB Please go to the `Preview` tab and select the appropriate PR sub-template: * [OpenBB Platform](?expand=1&template=platform_pull_request_template.md) * [OpenBB Platform CLI](?expand=1&template=terminal_pull_request_template.md) * [OpenBB Developers](?expand=1&template=obb_developer_pull_request_template.md)

Why?: Expand the 13f data directly from the FMP What?: Adds fmp as a provider to, obb.equity.ownership Impact: Get Data of 13FHR from fmp provider

Just putting this out here in draft form so people can try it out and critique the implementation. Many details to follow, but the general gist is to be able...

enhancement
platform
v4

**Describe the bug** Python traceback after CLI command from [quickstart](https://docs.openbb.co/cli/quickstart). **To Reproduce** 1. openbb 2. equity RET 3. price RET 4. historical --symbol SPY --start_date 2024-01-01 --provider yfinance **Screenshots** ```...

Idea that we can have some custom types for our ColDefs or whatever. This one is meant to mimic the options endpoint one. Example here: ``` from fastapi import FastAPI...

enhancement
platform
v4

The start of something beautiful :) ![image](https://github.com/user-attachments/assets/69c599fd-4596-4086-ae5b-a4ca0f2a02fe) NOTE: Requires Workspace to support custom templates with some of the new parameters like img_dark/light and authorization.

enhancement
platform
v4

Would you like to established Radar Dashboard Every Colum can customize by formula, Example Example 1 Close(D)[1] < Open(D) Example 2 High(15m)[0] > High(15m)[0,1] AND Low(15m)[0] > Low(15m)[0,1] Examples Price...

I noticed that these interfaces return data very slowly. Could you please add caching to improve the performance?