Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotFoundError: (Status 404) (Quandl Error QECx02) #41

Open
GangababuGB opened this issue Jun 7, 2022 · 3 comments
Open

NotFoundError: (Status 404) (Quandl Error QECx02) #41

GangababuGB opened this issue Jun 7, 2022 · 3 comments

Comments

@GangababuGB
Copy link

UserWarning: Environment variable BULBEA_QUANDL_API_KEY for Quandl hasn't been set. A maximum of 50000 calls per day can be made. Visit https://www.quandl.com to get your API key.
warnings.warn(message)

NotFoundError: (Status 404) (Quandl Error QECx02) You have submitted an incorrect Dataset code. Please check your Dataset codes and try again.

@Aashs
Copy link

Aashs commented Oct 22, 2022

I am also having the same issue

@olpse
Copy link

olpse commented Dec 23, 2022

me as well

@vargab95
Copy link

vargab95 commented Jan 6, 2023

I had the same problem. I could make it work by using the Quandl API to get the proper codes.

You can find the available sources and tickers using the following process:

  1. Open https://www.quandl.com/api/v3/datasets/
  2. Find the dataset in which you're interested in
  3. Copy the values from lines like "dataset_code": "BOM512479" and "database_code": "BSE"
  4. Check the available data using them in https://www.quandl.com/api/v3/datasets/:database_code/:dataset_code
  5. Use it by setting database_code as source and dataset_code as ticker

I could not find any useful data but at least it returns something and does not throw an exception...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants