summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/nasdaq/openbb_nasdaq/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/nasdaq/openbb_nasdaq/__init__.py')
-rw-r--r--openbb_platform/providers/nasdaq/openbb_nasdaq/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/providers/nasdaq/openbb_nasdaq/__init__.py b/openbb_platform/providers/nasdaq/openbb_nasdaq/__init__.py
index 28babefdc60..190be561181 100644
--- a/openbb_platform/providers/nasdaq/openbb_nasdaq/__init__.py
+++ b/openbb_platform/providers/nasdaq/openbb_nasdaq/__init__.py
@@ -34,6 +34,6 @@ unmatched technology, insights and markets expertise.""",
"TopRetail": NasdaqTopRetailFetcher,
},
repr_name="NASDAQ",
- v3_credentials=["API_KEY_QUANDL"],
+ deprecated_credentials={"API_KEY_QUANDL": "nasdaq_api_key"},
instructions='Go to: https://www.quandl.com\n\n![Quandl](https://user-images.githubusercontent.com/46355364/207823899-208a3952-f557-4b73-aee6-64ac00faedb7.png)\n\nClick on, "Sign Up", and register a new account.\n\n![Quandl](https://user-images.githubusercontent.com/46355364/207824214-4b6b2b74-e709-4ed4-adf2-14803e6f3568.png)\n\nFollow the sign-up instructions, and upon completion the API key will be assigned.\n\n![Quandl](https://user-images.githubusercontent.com/46355364/207824664-3c82befb-9c69-42df-8a82-510d85c19a97.png)', # noqa: E501 pylint: disable=line-too-long
)