summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/fmp/openbb_fmp/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/fmp/openbb_fmp/__init__.py')
-rw-r--r--openbb_platform/providers/fmp/openbb_fmp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/providers/fmp/openbb_fmp/__init__.py b/openbb_platform/providers/fmp/openbb_fmp/__init__.py
index dac9f3e8d35..7ae1d68fb91 100644
--- a/openbb_platform/providers/fmp/openbb_fmp/__init__.py
+++ b/openbb_platform/providers/fmp/openbb_fmp/__init__.py
@@ -138,6 +138,6 @@ stock market information (news, currencies, and stock prices).""",
"YieldCurve": FMPYieldCurveFetcher,
},
repr_name="Financial Modeling Prep (FMP)",
- v3_credentials=["API_KEY_FINANCIALMODELINGPREP"],
+ deprecated_credentials={"API_KEY_FINANCIALMODELINGPREP": "fmp_api_key"},
instructions='Go to: https://site.financialmodelingprep.com/developer/docs\n\n![FinancialModelingPrep](https://user-images.githubusercontent.com/46355364/207821920-64553d05-d461-4984-b0fe-be0368c71186.png)\n\nClick on, "Get my API KEY here", and sign up for a free account.\n\n![FinancialModelingPrep](https://user-images.githubusercontent.com/46355364/207822184-a723092e-ef42-4f87-8c55-db150f09741b.png)\n\nWith an account created, sign in and navigate to the Dashboard, which shows the assigned token. by pressing the "Dashboard" button which will show the API key.\n\n![FinancialModelingPrep](https://user-images.githubusercontent.com/46355364/207823170-dd8191db-e125-44e5-b4f3-2df0e115c91d.png)', # noqa: E501 pylint: disable=line-too-long
)