Download Latest Version 4.4.5 source code.tar.gz (165.4 MB)
Email in envelope

Get an email when there's a new version of OpenBB Terminal

Home / 4.4.5
Name Modified Size InfoDownloads / Week
Parent folder
4.4.5 source code.tar.gz 2025-07-17 165.4 MB
4.4.5 source code.zip 2025-07-17 167.1 MB
README.md 2025-07-17 7.0 kB
Totals: 3 Items   332.6 MB 12

Thank you and welcome to our new contributors 🔥

@MagnusS0

Summary 🎉

The release of 4.4.5 includes new extensions, endpoints, and functionality; security and package updates; along with general bug fixes.

🚨 OpenBB Platform Breaking Changes

  • This version introduces a deprecation warning for Python 3.9 - support for this version will be dropped later this year.
  • File logging service is now disabled by default, the logging module is no longer initialized on startup.
  • Set "logging_suppress": false, in system_settings.json, to enable.
  • The endpoint, obb.economy.port_volume, is now deprecated and moved to: obb.economy.shipping.port_volume

🚨 Dependency Changes

  • openbb-charting has been updated to use Plotly V6
  • pytest-recorder now has a record_curl marker for capturing unit test cassettes for HTTP requests via curl-adapter
  • Code for Posthog has been completely removed from openbb-core, dependency was removed.
  • Requests library has been bumped to the latest, addressing security vulnerabilities.
  • Ruff has been bumped to the latest.

🆕 New Extensions

  • openbb-famafrench - Implementation of the Ken French Data Library
  • Combined Provider and Router extension
  • Adds route, obb.famafrench, with endpoints:

    • breakpoints
    • country_portfolio_returns
    • factor_choices <-- Utility function serving choices to the OpenBB Workspace widget
    • factors
    • international_index_returns
    • regional_portfolio_returns
    • us_portfolio_returns
  • openbb-mcp-server - Implementation of FastMCP

  • Wraps the OpenBB API endpoints as MCP tools.
  • Launch with the default config, openbb-mcp
  • See README for details.

🆕 New Endpoints

openbb-imf has been expanded to include data from Port Watch

  • A shipping route to the obb.economy router, includes 4 endpoints:

  • obb.economy.shipping.chokepoint_info (chart)

  • obb.economy.shipping.chokepoint_volume
  • obb.economy.shipping.port_info (chart)
  • obb.economy.shipping.port_volume

  • A POST endpoint has been added to the obb.derivatives.options router:

  • obb.derivatives.options.surface
    • POST the chains data response object to the endpoint and return a table suitable for constructing 3-D surface charts.
    • Optionally, return a chart (requires openbb-charting)
    • Import the chart function directly: from openbb_charting.charts.generic_charts import surface3d

🆕 New OpenBB Workspace App

  • openbb-nasdaq now has a standalone application for OpenBB Workspace, with a focus on SEC filing documents - formatted as PDF.
  • Start with: openbb-api --app openbb_nasdaq.app:main --factory

🦋 OpenBB Platform Enhancements

  • API keys and credentials can now be defined as environment variables.
  • Use the UPPER_CASE equivalent to the provider's credential.
  • Enhancements to the openbb-api backend launcher. See the README

🚀 Pull Requests

Full Changelog: https://github.com/OpenBB-finance/OpenBB/compare/4.4.4...4.4.5

We are proud of our community contributors and staunch supporters of open-source ecosystems. Help us promote our community by tagging @openbb_finance on X with a link to your pull request, and join our Discord server to chat about your contribution! We want to hear about your experience!

Website, Twitter, Linkedin, Instagram, Reddit, Discord

Source: README.md, updated 2025-07-17