We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7e46f commit d725f90Copy full SHA for d725f90
1 file changed
fmpsdk/company_valuation.py
@@ -17,6 +17,7 @@
17
from .url_methods import (
18
__return_json_v3,
19
__return_json_v4,
20
+ __return_json_stable,
21
__validate_industry,
22
__validate_period,
23
__validate_sector,
@@ -1077,7 +1078,7 @@ def available_industries(apikey: str) -> typing.Optional[typing.List[str]]:
1077
1078
"""
1079
path = "available-industries"
1080
query_vars = {"apikey": apikey}
- return __return_json_v3(path=path, query_vars=query_vars)
1081
+ return __return_json_stable(path=path, query_vars=query_vars)
1082
1083
1084
def upgrades_downgrades_consensus(
0 commit comments