Openbb

Latest version: v4.3.4

Safety actively analyzes 675368 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

4.3.3

Thank you and welcome to our new contributors πŸ”₯
mmistroni

Summary πŸŽ‰

This update includes bug fixes, new router paths, a new provider extension, and an addition to the example library.

Hacktoberfest

This month marks Hacktoberfest 2024, and you can participate by self-assigning one of the tagged - [πŸ•ΉοΈ] - [issues](https://github.com/OpenBB-finance/OpenBB/issues)

- oss.gg | Hacktoberfest 2024 piiq (6703)
- Update README.md for no code jmaslek (6704)

🚨 OpenBB Platform Breaking Changes

- [Feature] Add EIA Daily Spot Prices Data via FRED deeleeramone (6677)
- Removed: `obb.commodity.lbma_fixing`
- Reason: No longer supported by Nasdaq Data Link; 410 HTTP status code.

πŸ¦‹ OpenBB Platform Enhancements

- [Feature] Add IMF Provider Extension and Extend `obb.economic.indicators` deeleeramone (6666)
- New provider extension: `openbb-imf`
- No API key or registration required.
- Adds `imf` as a provider to: `obb.economy.indicators` & `obb.economy.available_indicators`
- Flat representations of all tables from the IRFCL dataset, or individual series from within.

- [Feature] Add Direction Of Trade Statistics From IMF deeleeramone (6683)
- New router path: `obb.economy.direction_of_trade`
- Bilateral trade, represented in US dollars, between countries or regions.

- [Feature] Add Port Volume Data From EconDB deeleeramone (6668)
- New router path: `obb.economy.port_volume`
- Import/Export container volume and dwelling times for the 20 highest-volume ports globally.

- [Feature] Add EIA Daily Spot Prices Data via FRED deeleeramone (6677)
- New router path: `obb.commodity.price.spot`
- Adds curated daily spot price time series from the EIA via `openbb-fred`.

- [Feature] Adds Primary Dealer Fails Data From NY Federal Reserve deeleeramone (6670)
- New router path: `obb.economy.primary_dealer_fails`
- Adds the Primary Dealer Fails To Deliver/Receive dataset from the NY Federal Reserve.

- [Feature] Add An `openbb-build` Script To `openbb-core` Package deeleeramone (6692)
- Adds a command line script to `openbb-core` for building the static assets and Python interface.
- Executable: `openbb-build`

- [Enhancement] Add `x-unit_measurement` To A Few Items deeleeramone (6722)
- Adds percent normalization to:
- `obb.fixedincome.government.treasury_auctions`
- `obb.fixedincome.government.treasury_prices`
- `obb.fixedincome.corporate.bond_prices`

- Feature/openbb apachebeam mmistroni (6679)
- Adds an example OpenBB workflow for Apache Beam data collection.

πŸ› OpenBB Platform Bug Fixes

- [BugFix] - LoggingService changing default logging configuration montezdesousa (6681)
- Converts the logging service to use a custom logger instead of the root.

- [BugFix] API: Handle EmptyDataError As Status Code 204 deeleeramone (6682)
- EmptyDataError was previously creating an unknown error in the API, now returns as status code 204.

- [BugFix] Make User Preferences -> Defaults Work With Any Parameter deeleeramone (6687)
- In `user_settings.json`, the `defaults` section now accepts function parameters. Previously accepted only providers.

- [BugFix] `obb.derivatives.futures.historical`: Fix Start/End Filters Not Being Applied. deeleeramone (6721)
- In, `obb.derivatives.futures.historical(provider="yfinance"), the start/end dates are now correctly applied.

- [BugFix] Fixes 6688 BLS Title String Concatenation deeleeramone (6690)
- Fixes an error In, `obb.economy.survey.bls_series`, when no metadata for the series exists.

- [BugFix] Fix BLS Error and API Exception Handling - Resolves 6661 and 6662 deeleeramone (6665)
- Handles exceptions in the API that were previously returning a 500 status code.

- [BugFix] Handle Options Skew Error From Zero/Empty IV Value deeleeramone (6701)
- Fixes a key error when zero/empty values are present in the chain.

- [BugFix] Bar Chart Fixes deeleeramone (6667)
- Fixes an error when supplying `bar_kwargs` that were already defined in the function, user supplied parameters take precedence.

- [BugFix] Enforce User Preference For Dark/Light Mode In Chart Output To API deeleeramone (6664)
- Fixes charting output to the API so that user preference for dark/light mode is respected.

- [BugFix] Use `__alias_dict__` instead of Field(alias) for data fields. deeleeramone (6673)
- Fixes inconsistent field names in data model schemas from the API vs. Python interface.

- [BugFix] Add Validators For `date` Fields For Multiple Items Allowed. deeleeramone (6671)
- Fixes the "date" field to allow multiple items as a `datetime.date` or `YYYY-MM-DD` string in:
- `obb.economy.fred_release_table`
- `obb.derivatives.futures.curve`
- `obb.fixedincome.government.yield_curve`

- [BugFix] Fix Some Tests deeleeramone (6736)
- Fixes a few failing tests.
- Fixes error parses invalid XML character in: `obb.regulators.sec.rss_litigation`

- [BugFix] Update missed URLs from repo name change. deeleeramone (6695)


- [BugFix] Fix bad key in `__json_schema_extra__` of IntrinioEquityHistorical deeleeramone (6669)
- Fixes incorrect key names in "choices" mappings for:
- `IntrinioEquityHistoricalQueryParams`
- `TEEconomicCalendarQueryParams`

πŸ’‚ πŸ”’ Security

- [BugFix] Update vite in `package.json` deeleeramone (6678)
- [BugFix] Update Frontend Components package.json and locks for Dependabot deeleeramone (6691)


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!

Links πŸ¦‹
[Website](https://openbb.co/), [Twitter](https://twitter.com/openbb_finance), [Linkedin](https://www.linkedin.com/company/openbb-finance), [Instagram](https://www.instagram.com/openbb.finance/), [Reddit](https://www.reddit.com/r/openbb/), [Discord](https://discord.com/invite/xPHTuHCmuV)

4.3.2

Thank you and welcome to our new contributors πŸ”₯
mmistroni and nnsW3

Summary πŸŽ‰

This release provides bug fixes, example notebook updates, security updates, additional screener presets, as well as new public data provider extensions for the Commodity Futures Trading Commission (CFTC), and The Bureau of Labor Statistics (BLS).

What's changed πŸš€

🚨 OpenBB Platform Breaking Changes

- [Feature] Flatten Revenue By Geography and Business Line deeleeramone (6624)
- In, `obb.equity.fundamental.revenue_per_geography` and `revenue_per_segment`:
- The breakdown of revenue is now a flat response instead of a nested dictionary, formatted more favorably for Excel, SQL, and pivot tables.

πŸ¦‹ OpenBB Platform Enhancements

- [Feature] Add CFTC Provider and Replace Nasdaq Datalink For COT Reports deeleeramone (6643)
- The `openbb-cftc` extension provides public access to the complete, and current, Commitments of Traders Reports
- Endpoints:
- `obb.regulators.cftc.cot`
- `obb.regulators.cftc.cot_search`
- Optionally, register for a CFTC app token by creating an account [here](https://evergreen.data.socrata.com/signup) then generating a token [here](https://publicreporting.cftc.gov/profile/edit/developer_settings)

- [Feature] Add BLS Provider Extension With Endpoints For Search and Time Series deeleeramone (6630)
- The `openbb-bls` extension provides public access to the BLS V2 series API with multi-series output and metadata.
- Requires simple email registration and each key is limited to 500 calls per day, where calls are bucketed into groups of 50 symbols in 20 year historical windows. Register [here](https://data.bls.gov/registrationEngine/)
- The extension comes with an assets folder containing series IDS and applied metadata maps representing millions of unique time series.
- Endpoints:
- `obb.economy.survey.bls_search` - no registration or key is required for this endpoint.
- `obb.economy.survey.bls_series` - built-in chart when `chart=True` and `openbb-charting` is installed.

- [Feature] Add Top Export Destinations By Country From UN Comtrade International Trade Statistics Database (EconDB) deeleeramone (6644)
- Extends the `openbb-econdb` provider with a new function.
- New endpoint:
- `obb.economy.export_destinations`

- [Feature] adding extra presets mmistroni (6623)
- Adds to the library of `openbb-finviz` screener presets.
- The new presets will populate in: `~/OpenBBUserData/presets/finviz`
- Added to `obb.equity.screener(preset=%s, provider="finviz")`:
- `canslim`
- `fastgrowths`
- `newhigh`
- All presets can be modified by the user in any text editor, with changes applied to the next function call.

πŸ› OpenBB Platform Bug Fixes

- [BugFix] VIX Curve - fixes `reset_index` erasing the name of the field. deeleeramone (6619)
- Fixes the error when using: `obb.derivatives.futures.curve("VX", provider="cboe")`
- [BugFix] Fix Pandas FutureWarning In `derivatives.futures.curve` Chart deeleeramone (6626)

- [Release] Patch: `openbb-yfinance-1.3.2` deeleeramone (6647)
- [BugFix] Fix Date In Output Of `yfinance.download` For Google Colab deeleeramone (6645)

- [BugFix] Add `trust_env` to AIOHTTP ClientSession Initialization to Read `.env` for Proxy Mapping deeleeramone (6640)
- Applies the setting to enable environment variable proxy mapping in `aiohttp` async requests.
- [BugFix] Update `aiohttp` for Dependabot deeleeramone (6621)

- [BugFix] Allow lowercase `symbol` for EconDB EconomicIndicators deeleeramone (6642)
- Fixes a UX issue where the symbol - `GDP` - must be entered as uppercase.
- EconDB symbols are not case-sensitive, converted to upper.

- [BugFix] Fix Tests & Related Bugs deeleeramone (6657)
- Fixes interactive tables (CLI) outputting only white window from `obb.news`, and similar.
- Fixes unreliable connection/output with `openbb-seeking-alpha` to `obb.equity.estimates.forward_sales` and `forward_eps`.
- Updates some unit and integration tests.

General

- [BugFix] `obb.news.world` Add Validators To Providers Where Symbol Is Mandatory deeleeramone (6625)
- [BugFix] Improve Warning For Invalid Defaults Key In `user_settings.json` deeleeramone (6651)
- [BugFix] Replace `Optional[bool]` with `bool` as type in Equity Search deeleeramone (6633)
- [BugFix] `__fields__` is deprecated, use `model_fields` instead deeleeramone (6629)

πŸ“š OpenBB Documentation Changes

- [BugFix] Example Notebook Syntax Updates deeleeramone (6639)
- Outdated syntax in the example notebooks has been updated to reflect recent modifications.

- [BugFix] Docs fix spelling issues nnsW3 (6634)


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!

Links πŸ¦‹
[Website](https://openbb.co/), [Twitter](https://twitter.com/openbb_finance), [Linkedin](https://www.linkedin.com/company/openbb-finance), [Instagram](https://www.instagram.com/openbb.finance/), [Reddit](https://www.reddit.com/r/openbb/), [Discord](https://discord.com/invite/xPHTuHCmuV)

4.3.1

Thank you and welcome to our new contributors πŸ”₯

Thanks to, [mmistroni](https://github.com/mmistroni), for contributing to the Finviz screener endpoint.

Summary πŸŽ‰

This release includes some bug fixes, dependency version bumps, new router paths and functionality, and a new provider extension.

What's changed πŸš€

A new version of `openbb-cli` resolves the issue of "nothing happening" when a command is run. The tables now engage the backend window creation directly.

🚨 OpenBB Platform Breaking Changes

- [Feature] PyWry Optional With Charting deeleeramone (6590)
- PyWry is now an optional dependency of the `openbb-charting` extension. This decouples window creation from the charting features and makes the installation slimmer.
- To retain the old configuration, `pip install openbb-charting["pywry"]`

- [BugFix] Bump `linearmodels` and `arch` Version deeleeramone (6600)
- Versions pulled are now 6 & 7, respectively.

- [Feature] Remove Deprecated Fields From Equity Historical deeleeramone (6598)
- Previously deprecated parameters have been removed.
- In `obb.equity.price.historical`:
- Removed:
- `adjusted`
- `prepost`
- All providers now use the `adjustment` enum to select the price adjustment factor for historical prices, and `extended_hours` replaces, `prepost`.

- [BugFix] Fix ReferenceGenerator Unions and Choices deeleeramone (6599)
- Structure of `reference.json` and `openapi.json` has changed to group all parameter "choices" by provider.

- [Feature] OptionsChains Properties deeleeramone (6564)
- Response object from `obb.derivatives.options.chains` is now a single model, structured as a `Dict[List]`. Previously was a `[List[Dict]`

- OECD function parameters have changed to reflect new updated structures at the source:
- [BugFix] Fix OECD GDP Real + Add EconDB To Endpoint deeleeramone (6589)
- [BugFix] Fix `gdp.forecast` deeleeramone (6585)
- [Feature] Cleanup OECD CLI Endpoint. deeleeramone (6584)
- [BugFix] Clean Up Nominal GDP \& Add EconDB As Provider deeleeramone (6581)

- [BugFix] Update Missed Lock Files for `certifi 2024.7.4` deeleeramone (6583)
- Alll extensions have been updated for `certifi 2024.7.4`.

- [BugFix] Delete Dev Container deeleeramone (6582)
- Removes the Dev Container from the repository.

πŸ¦‹ OpenBB Platform Enhancements

- [Feature] Add Nonfarm Payrolls To `economy.survey` deeleeramone (6571)
- New router path: `obb.economy.survey.nonfarm_payrolls`
- Supported providers: `openbb-fred`

- [Feature] Add Fred Release Tables deeleeramone (6595)
- New router path: `obb.economy.fred_release_table`
- Supported providers: `openbb-fred`

- [Feature] Add PCE (Personal Consumption Expenditures) reports to Economy deeleeramone (6578)
- New router path: `obb.economy.pce`
- Supported providers: `openbb-fred`

- [Feature] Add Historical Market Cap deeleeramone (6603)
- New router path: `obb.equity.historical_market_cap`
- Supported providers: `openbb-fmp`
- Built-in view, "chart=True".

- [Feature] Add TIPS Yields (to maturity) deeleeramone (6597)
- New router path: `obb.fixedincome.government.tips_yields`
- Supported providers: `openbb-fred`

- [Feature] Replace Nasdaq SP500 Multiples With Direct Source deeleeramone (6609)
- New provider extension - "openbb-multpl" - to replace `nasdaq` for `obb.index.sp500_multiples`.
- Deprecated: `nasdaq` as provider to `obb.index.sp500_multiples`.
- Reason: Data no longer updated by Nasdaq Data Link.

- [Enhancement] Consolidate OECD Interest Rate Endpoints as a Single Function deeleeramone (6602)
- Three routes have been consolidated into one:
- New router path: `obb.economy.interest_rates`
- Deprecated:
- `obb.economy.short_term_interest_rate`
- `obb.economy.long_term_interest_rate`
- `obb.economy.immediate_interest_rate`

- [BugFix] Fix OECD GDP Real + Add EconDB To Endpoint deeleeramone (6589)
- Adds `econdb` as provider to:
- `obb.economy.gpd.nominal`
- `obb.economy.gdp.real`

- [Feature] OptionsChains Properties deeleeramone (6564)
- Adds properties and class methods to the output of `obb.derivatives.options.chains`.
- `results` is now a single instance as a dictionary of arrays.
- Refer to the docstring of `results` for a description of properties and functions.

- [Feature] Add Finviz Screener Presets (V3 Compatible) deeleeramone (6601)
- Adds `finviz` as a provider to: `obb.equity.screener`.
- Support for legacy V3 SDK/Terminal stock screener presets.

πŸ› OpenBB Platform Bug Fixes

- [BugFix] Fix Yfinance Discovery Percent Values deeleeramone (6611)
- [BugFix] Fix ReferenceGenerator Unions and Choices deeleeramone (6599)
- [BugFix] FRED Release Table: Fix Date Parsing For Format Variation deeleeramone (6608)
- [BugFix] Fix Rogue Percent Value In FMP ETF Info deeleeramone (6607)
- [BugFix] Bump `linearmodels` and `arch` Version deeleeramone (6600)
- [BugFix] CLI: /technical/sma --chart deeleeramone (6594)
- [BugFix] Raise EmptyDataError When No Results Returned From `obb.economy.fred_search()` deeleeramone (6592)
- [BugFix] Yield Curve Chart: Fix Syntax Where Pandas Drops Column Name After `reset_index()` deeleeramone (6591)
- [BugFix] Fix OECD GDP Real + Add EconDB To Endpoint deeleeramone (6589)
- [BugFix] Fix CLI Interactive Tables Not Opening deeleeramone (6588)
- [BugFix] Fix `gdp.forecast` deeleeramone (6585)
- [BugFix] Update Missed Lock Files for `certifi 2024.7.4` deeleeramone (6583)
- [BugFix] Delete Dev Container deeleeramone (6582)
- [BugFix] Clean Up Nominal GDP \& Add EconDB As Provider deeleeramone (6581)
- [BugFix] Update Extension `lock` Files For `certifi 2024.7.4` deeleeramone (6580)
- [BugFix] Fix GitHub Actions Branch Check URL that 404s deeleeramone (6579)

πŸ“š OpenBB Documentation Changes

- Highlight agents repo on README DidierRLopes (6596)

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!

Links πŸ¦‹
[Website](https://openbb.co/), [Twitter](https://twitter.com/openbb_finance), [Linkedin](https://www.linkedin.com/company/openbb-finance), [Instagram](https://www.instagram.com/openbb.finance/), [Reddit](https://www.reddit.com/r/openbb/), [Discord](https://discord.com/invite/xPHTuHCmuV)

4.3.0

We've streamlined import processes, cutting load times by ~40% and revamped our code style for efficiency.

Renaming our repository to OpenBB signals a new era of accessibility and clarity. Security has been bolstered with dropped support for Python 3.8 and enhanced error handling.

Explore our expanded data access with New York Federal Reserve's Primary Dealer Statistics and Nasdaq on the Equity Screener. Experience upgraded charting capabilities including futures curves and derivatives historical charts.

This release isn't just an updateβ€”it's a leap forward in performance, security, and user experience.


πŸ¦‹ OpenBB Platform Enhancements

Import processes have been streamlined to improve load and build times, with the code style fundamentally changed to incorporate this pattern. Another feature added is the optimization of logging.

In addition, access to more data has been facilitated through the Primary Dealer Statistics by the New York Federal Reserve, further expanding the data resources. The charting capability has also been expanded with the addition of futures curve chart and derivates historical chart to improve user experience and charting coverage.

Improvements have been made to the PyPi publishing tool to support Ruff 0.5.0 and to simplify the process of doing a release. Nasdaq has been added to the Equity Screener for increased coverage.

- [Feature] Delay/Optimize Imports deeleeramone (6532)
- [Feature] Extract provider to logs jmaslek (6565)
- [Feature] Add Primary Dealer Positioning To Economy deeleeramone (6566)
- [Feature] Add Futures Curve Chart IgorWounds (6547)
- [Feature] Improve PyPi publishing tool montezdesousa (6542)
- [Feature] Merge main with dev hjoaquim (6552)
- [Feature] Add derivates historical chart IgorWounds (6520)
- [Feature] Add Nasdaq To Equity Screener deeleeramone (6521)
- [Feature] Improvements to handling charts on the CLI `results` hjoaquim (6544)
- [Feature] CLI integration tests IgorWounds (6533)
- [Enhancement] Clarify how to run the action IgorWounds (6518)

πŸ› OpenBB Platform Bug Fixes

Key updates in the latest release: Adjusted warning display settings for clarity on large commands. Fine-tuned charting integration tests for reliability. Resolved issues with Dict-Type query parameters in Provider Interface models. Updated OECD's Unemployment data age brackets. Updated Python versions in toml files and dropped support for Python 3.8 for security enhancements. Fixed issues with local variable 'export' and streamlined operations by removing the 'website' folder. Improved error messaging with OpenBBError for FMP Econ Calendar.

- [Bugfix] Uncover cmd len warn hjoaquim (6536)
- [BugFix] Charting Integration Tests hjoaquim (6569)
- [BugFix] Fix Provider Interface Body Assignment Of Dict-Like Parameters deeleeramone (6561)
- [BugFix] Fix OECD Unemployment Age Brackets \& Fix `No module named 'pkg_resources'` deeleeramone (6563)
- [BugFix] Update openbb-charting With Numpy Dependency. deeleeramone (6562)
- [BugFix] Release fixes montezdesousa (6560)
- [BugFix] Bump supported python version in toml files piiq (6556)
- [BugFix] Security updates piiq (6531)
- [BugFix] Fixing local variable 'export' referenced before assignment hjoaquim (6545)
- [BugFix] Delete website folder montezdesousa (6541)
- [BugFix] Raise on "Error Message" with FMP Econ Calendar deeleeramone (6534)
- [BugFix] test openapi.json montezdesousa (6530)
- [BugFix] Patch test IgorWounds (6523)

πŸ“š OpenBB Documentation Changes

- [Docs] Fix gh stars chart history + mention pro at the top DidierRLopes (6568)

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!

Links πŸ¦‹
[Website](https://openbb.co/), [Twitter](https://twitter.com/openbb_finance), [Linkedin](https://www.linkedin.com/company/openbb-finance), [Instagram](https://www.instagram.com/openbb.finance/), [Reddit](https://www.reddit.com/r/openbb/), [Discord](https://discord.com/invite/xPHTuHCmuV)

4.2.3

Summary πŸŽ‰

Announcing Release 4.2.3! Enjoy enhanced Fixed Income features, revamped data endpoints, and new capabilities like storing defaults and options chains. Upgrade now for enhanced functionality and expanded features! πŸš€

Thank you and welcome to our new contributors πŸ”₯

jzhao62

πŸ¦‹ OpenBB Platform Enhancements

Enhanced Fixed Income with renamed models, EFFR & SOFR data standardization, and expanded fields. Revamped Federal Reserve and FRED data endpoints, and removed deprecated Ameribor series. New features include storing defaults, Economic Surveys router path, Intrinio Delayed Options, and Mortgage Indices endpoint.

- [Enhancement] Fixed Income Enhancements deeleeramone (6490)
- [Feature] Store defaults in hub account montezdesousa (6491)
- [Feature] Adds Router Path For Economic Surveys deeleeramone (6498)
- [Feature] Intrinio Delayed Options deeleeramone (6505)
- [Feature] Add Mortgage Indices deeleeramone (6501)
- [Enhancement] Convert Params Models To Dictionary Before Assigning As Private Attribute In OBBject. deeleeramone (6492)
- [Feature] Improved cached results hjoaquim (6506)
- [Feature] No prints when exporting hjoaquim (6497)
- [Feature] Remove remember contexts setting hjoaquim (6496)
- [Feature] Create openbb-cli .dockerfile and update docs montezdesousa (6485)
- [Feature] Generate settings menu from pydantic model montezdesousa (6489)

πŸ› OpenBB Platform Bug Fixes

The new release includes three significant changes:

1. A bug in the Econdb JSON loads context has been fixed, enhancing the functionality of the static assets by adding a context manager to json.load. The fix will address the issue documented in 6508.

2. Base exceptions have been substituted with OpenBBError to align with new exception handlers. This step will ensure more meaningful error messages across Python, CLI, or API for users.

3. Lastly, an issue preventing the retrieval of FY 2025 in the earnings transcript has been fixed, changing the validation to allow values less than the current year + 1. This adjustment allows mapping of FY 2025 to 2025, instead of 2024 as it did before, for example in NVDA.

- [BugFix] Econdb JSON loads context deeleeramone (6512)
- [BugFix] Replace some base exceptions by OpenBBError montezdesousa (6502)
- [BugFix] Fix issue in earnings transcript not allowing FY 2025 to be retrieved jmaslek (6500)

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!

Links πŸ¦‹
[Website](https://openbb.co/), [Twitter](https://twitter.com/openbb_finance), [Linkedin](https://www.linkedin.com/company/openbb-finance), [Instagram](https://www.instagram.com/openbb.finance/), [Reddit](https://www.reddit.com/r/openbb/), [Discord](https://discord.com/invite/xPHTuHCmuV)

4.2.2

Summary πŸŽ‰

This new release adds new endpoints to the economy menu, namely `retail_prices`, `house_price_index`, `immediate_interest_rate`, `central_bank_holdings` and `share_price_index`. Additionaly, `yfinance` is now supported by the `derivatives/options/chains/ endpoint. A new configuration was added to the user settings and it's now possible to define a priority list of providers per command, where the program falls back to the next when there is no credential for the prior.

πŸ¦‹ Enhancements

- [Feature] Add Retail Prices to Economy deeleeramone (6474)
- [Feature] More OECD - House Price Index, Immediate Interest Rate deeleeramone (6473)
- [Feature] Adding OECD Endpoints (CPI + Share Price Index) jmaslek (6157)
- [Feature] Add Central Bank Holdings (Federal Reserve) deeleeramone (6469)
- [Feature] Set provider fallback based on credentials montezdesousa (6446)
- [Feature] Options Chains From YFinance deeleeramone (6468)

πŸ› Bug Fixes

- [BugFix] Pre release fixes montezdesousa (6478)
- [Bugfix] Remove svg export hjoaquim (6476)
- [BugFix] Fix Empty Build Fail deeleeramone (6462)
- [BugFix] Fix Intrinio Balance Sheet Q4 Labeling deeleeramone (6465)
- [BugFix] Default API Settings deeleeramone (6466)
- [BugFix] Add `json_schema_extra` With Choices To Provider 'period' Field deeleeramone (6451)
- [BugFix] Fix Seeking Alpha deeleeramone (6461)

πŸ“š Documentation

- [Docs] Make Same PR as the to Main deeleeramone (6472)
- [Docs] Refactor Docs Pages For Diataxis deeleeramone (6315)
- [Feature] Small CLI docs style improvements hjoaquim (6429)

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!

Links πŸ¦‹
[Website](https://openbb.co/), [Twitter](https://twitter.com/openbb_finance), [Linkedin](https://www.linkedin.com/company/openbb-finance), [Instagram](https://www.instagram.com/openbb.finance/), [Reddit](https://www.reddit.com/r/openbb/), [Discord](https://discord.com/invite/xPHTuHCmuV)

Page 1 of 7

Β© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.