Course Name: Getting Market Data: Stocks, Crypto, News & Fundamental, Section No: 7, Unit No: 1, Unit type: Notebook
hello i'm stuck in the second line. I registered in simfin to get the api key i change in FMDA quantra but when i run the code the result is
Your API key is missing.
Hi Diego,
You can also replace the API key placeholder ("Copy your simfin API key here") text with the actual API key in the file FMDA_quantra.py. You can find it at the path data_modules->FMDA_quantra.py.
# API key to access simfin
def get_simfin_api_key():
# Get simfin API keys
api_key= "Copy your simfin API key here"
if api_key=="Copy your simfin API key here":
return print("Your API key is missing.")
else:
return api_key
Hope this helps!
Hi Ajinkya,
I replace the Api in the "Copy your simfin API key here" but the same message appears.
http://localhost:8888/edit/Importing%20data/FMDA_quantra.py
Hey Diego,
I think you changed inserted your API key at both the instances having "Copy your simfin API key here" written.
Only the first one is the placeholder, you need to only change that and let the second remain unchanged.
Regarding the shared Jupyter notebook, it seems to be localized to your system. To make them accessible, kindly upload the notebook to Google Drive and share the link with granted access rights.
Hope this helps, feel free to reach out!
Ajinkya thanks for your help. The code run