summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/fmp/openbb_fmp/models/index_historical.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/fmp/openbb_fmp/models/index_historical.py')
-rw-r--r--openbb_platform/providers/fmp/openbb_fmp/models/index_historical.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/providers/fmp/openbb_fmp/models/index_historical.py b/openbb_platform/providers/fmp/openbb_fmp/models/index_historical.py
index 33eabd6f5b3..20a5523a1e2 100644
--- a/openbb_platform/providers/fmp/openbb_fmp/models/index_historical.py
+++ b/openbb_platform/providers/fmp/openbb_fmp/models/index_historical.py
@@ -33,7 +33,7 @@ class FMPIndexHistoricalQueryParams(IndexHistoricalQueryParams):
"""
__alias_dict__ = {"start_date": "from", "end_date": "to"}
- __json_schema_extra__ = {"symbol": ["multiple_items_allowed"]}
+ __json_schema_extra__ = {"symbol": {"multiple_items_allowed": True}}
interval: Literal["1m", "5m", "15m", "30m", "1h", "4h", "1d"] = Field(
default="1d", description=QUERY_DESCRIPTIONS.get("interval", "")