summaryrefslogtreecommitdiffstats
path: root/openbb_platform/openbb/assets/reference.json
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/openbb/assets/reference.json')
-rw-r--r--openbb_platform/openbb/assets/reference.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/openbb_platform/openbb/assets/reference.json b/openbb_platform/openbb/assets/reference.json
index 662ae5735f4..c1b63983a7a 100644
--- a/openbb_platform/openbb/assets/reference.json
+++ b/openbb_platform/openbb/assets/reference.json
@@ -3,34 +3,34 @@
"info": {
"title": "OpenBB Platform (Python)",
"description": "Investment research for everyone, anywhere.",
- "core": "1.2.4",
+ "core": "1.2.5",
"extensions": {
"openbb_core_extension": [
- "commodity@1.1.2",
- "crypto@1.2.2",
- "currency@1.2.2",
- "derivatives@1.2.2",
- "economy@1.2.2",
- "equity@1.2.2",
- "etf@1.2.2",
- "fixedincome@1.2.2",
- "index@1.2.2",
- "news@1.2.2",
- "regulators@1.2.2"
+ "commodity@1.1.3",
+ "crypto@1.2.3",
+ "currency@1.2.3",
+ "derivatives@1.2.3",
+ "economy@1.2.3",
+ "equity@1.2.3",
+ "etf@1.2.3",
+ "fixedincome@1.2.3",
+ "index@1.2.3",
+ "news@1.2.3",
+ "regulators@1.2.3"
],
"openbb_provider_extension": [
- "benzinga@1.2.2",
- "econdb@1.1.2",
- "federal_reserve@1.2.2",
- "fmp@1.2.2",
- "fred@1.2.2",
- "intrinio@1.2.2",
- "oecd@1.2.2",
- "polygon@1.2.2",
- "sec@1.2.2",
- "tiingo@1.2.2",
- "tradingeconomics@1.2.2",
- "yfinance@1.2.2"
+ "benzinga@1.2.3",
+ "econdb@1.1.3",
+ "federal_reserve@1.2.3",
+ "fmp@1.2.3",
+ "fred@1.2.3",
+ "intrinio@1.2.3",
+ "oecd@1.2.3",
+ "polygon@1.2.3",
+ "sec@1.2.3",
+ "tiingo@1.2.3",
+ "tradingeconomics@1.2.3",
+ "yfinance@1.2.3"
],
"openbb_obbject_extension": []
}
@@ -2109,7 +2109,7 @@
{
"name": "volume",
"type": "int",
- "description": "Total trade volume from the beginning of the session.",
+ "description": "The trading volume.",
"default": null,
"optional": true,
"choices": null
@@ -5258,7 +5258,7 @@
"message": null
},
"description": "Get global unemployment data.",
- "examples": "\nExamples\n--------\n\n```python\nfrom openbb import obb\nobb.economy.unemployment(provider='oecd')\nobb.economy.unemployment(country='all', frequency='quarter', provider='oecd')\n# Demographics for the statistics are selected with the `age` parameter.\nobb.economy.unemployment(country='all', frequency='quarter', age=25-54, provider='oecd')\n```\n\n",
+ "examples": "\nExamples\n--------\n\n```python\nfrom openbb import obb\nobb.economy.unemployment(provider='oecd')\nobb.economy.unemployment(country='all', frequency='quarter', provider='oecd')\n# Demographics for the statistics are selected with the `age` parameter.\nobb.economy.unemployment(country='all', frequency='quarter', age=total, provider='oecd')\n```\n\n",
"parameters": {
"standard": [
{
@@ -32049,7 +32049,7 @@
{
"name": "volume",
"type": "float",
- "description": "Volume (Millions of \u20acEUR).",
+ "description": "The trading volume. (Millions of \u20acEUR).",
"default": null,
"optional": true,
"choices": null