diff --git a/assets/extensions/provider.json b/assets/extensions/provider.json index 04fa39150390..bccaf86c6679 100644 --- a/assets/extensions/provider.json +++ b/assets/extensions/provider.json @@ -137,6 +137,13 @@ "website": "https://intrinio.com", "instructions": "Go to: https://intrinio.com/starter-plan\n\n![Intrinio](https://user-images.githubusercontent.com/85772166/219207556-fcfee614-59f1-46ae-bff4-c63dd2f6991d.png)\n\nAn API key will be issued with a subscription. Find the token value within the account dashboard." }, + { + "packageName": "openbb-multpl", + "optional": true, + "description": "Public broad-market data published to https://multpl.com.", + "credentials": [], + "website": "https://www.multpl.com/" + }, { "packageName": "openbb-nasdaq", "optional": true, diff --git a/openbb_platform/openbb/assets/reference.json b/openbb_platform/openbb/assets/reference.json index a34b4cd46a46..312351403982 100644 --- a/openbb_platform/openbb/assets/reference.json +++ b/openbb_platform/openbb/assets/reference.json @@ -1,36 +1,36 @@ { - "openbb": "4.3.0", + "openbb": "4.3.1", "info": { "title": "OpenBB Platform (Python)", "description": "Investment research for everyone, anywhere.", - "core": "1.3.0", + "core": "1.3.1", "extensions": { "openbb_core_extension": [ - "commodity@1.2.0", - "crypto@1.3.0", - "currency@1.3.0", - "derivatives@1.3.0", - "economy@1.3.0", - "equity@1.3.0", - "etf@1.3.0", - "fixedincome@1.3.0", - "index@1.3.0", - "news@1.3.0", - "regulators@1.3.0" + "commodity@1.2.1", + "crypto@1.3.1", + "currency@1.3.1", + "derivatives@1.3.1", + "economy@1.3.1", + "equity@1.3.1", + "etf@1.3.1", + "fixedincome@1.3.1", + "index@1.3.1", + "news@1.3.1", + "regulators@1.3.1" ], "openbb_provider_extension": [ - "benzinga@1.3.0", - "econdb@1.2.0", - "federal_reserve@1.3.0", - "fmp@1.3.0", - "fred@1.3.0", - "intrinio@1.3.0", - "oecd@1.3.0", - "polygon@1.3.0", - "sec@1.3.0", - "tiingo@1.3.0", - "tradingeconomics@1.3.0", - "yfinance@1.3.0" + "benzinga@1.3.1", + "econdb@1.2.1", + "federal_reserve@1.3.1", + "fmp@1.3.1", + "fred@1.3.1", + "intrinio@1.3.1", + "oecd@1.3.1", + "polygon@1.3.1", + "sec@1.3.1", + "tiingo@1.3.1", + "tradingeconomics@1.3.1", + "yfinance@1.3.1" ], "openbb_obbject_extension": [] } diff --git a/openbb_platform/openbb/package/__extensions__.py b/openbb_platform/openbb/package/__extensions__.py index a605ac622828..b9b2f0911349 100644 --- a/openbb_platform/openbb/package/__extensions__.py +++ b/openbb_platform/openbb/package/__extensions__.py @@ -20,30 +20,30 @@ class Extensions(Container): /regulators Extensions: - - commodity@1.2.0 - - crypto@1.3.0 - - currency@1.3.0 - - derivatives@1.3.0 - - economy@1.3.0 - - equity@1.3.0 - - etf@1.3.0 - - fixedincome@1.3.0 - - index@1.3.0 - - news@1.3.0 - - regulators@1.3.0 - - - benzinga@1.3.0 - - econdb@1.2.0 - - federal_reserve@1.3.0 - - fmp@1.3.0 - - fred@1.3.0 - - intrinio@1.3.0 - - oecd@1.3.0 - - polygon@1.3.0 - - sec@1.3.0 - - tiingo@1.3.0 - - tradingeconomics@1.3.0 - - yfinance@1.3.0 """ + - commodity@1.2.1 + - crypto@1.3.1 + - currency@1.3.1 + - derivatives@1.3.1 + - economy@1.3.1 + - equity@1.3.1 + - etf@1.3.1 + - fixedincome@1.3.1 + - index@1.3.1 + - news@1.3.1 + - regulators@1.3.1 + + - benzinga@1.3.1 + - econdb@1.2.1 + - federal_reserve@1.3.1 + - fmp@1.3.1 + - fred@1.3.1 + - intrinio@1.3.1 + - oecd@1.3.1 + - polygon@1.3.1 + - sec@1.3.1 + - tiingo@1.3.1 + - tradingeconomics@1.3.1 + - yfinance@1.3.1 """ # fmt: on def __repr__(self) -> str: