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

Latest version of Quandl uses "datatables" and not "datasets" #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CrazyPython
Copy link

No description provided.

@ayoungprogrammer
Copy link
Owner

The latest version of the Quandl API has /datasets as the time-series data endpoint and /datatables for the tabular data endpoint. I believe tabular does everything time-series does but provides a little extra functionality that isn't required for this grafana datasource.

Is there a specific thing you need datatables for? Unless Quandl is deprecating the timeseries endpoint soon, I do not see a reason to change this to datatables.

@CrazyPython
Copy link
Author

The WIKI Quandl Code doesn't support /datatables.

@ayoungprogrammer
Copy link
Owner

Ok so I successfully added a special case for the WIKI Quandl code, but unfortunately the datatables API requires CORS. You can retrieve the WIKI data but would have to disable CORS. Let me investigate further and contact the Quandl dev team and I will get back to you soon

@CrazyPython
Copy link
Author

Thanks!

@ayoungprogrammer
Copy link
Owner

ayoungprogrammer commented Jul 30, 2017

Hey CrazyPython,

After further investigation, the WIKI database supports the time-series endpoint so you shouldn't need any datatables endpoints.

E.g.: https://www.quandl.com/api/v3/datasets/WIKI/FB.json

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

Successfully merging this pull request may close these issues.

None yet

2 participants