Closed OElesin closed 8 years ago
I'm not able to replicate this. You may have entered the quandl code wrong, or maybe you're trying to access a non-free dataset. You also may need to restart Kibana after editing timelion.json
Hello, I agree with OElesin, i had same error. Pb is about release number used to get dataset (v1) : https://www.quandl.com/api/v1/datasets/WIKI/AAPL.json?sort_order=asc&trim_start=2016-04-26&trim_end=2016-05-26&collapse=daily&auth_token=myapitoken Indeed, release needs to be v3 (and not more v1) on quandl website. So, is it possible to add a parameter on timelion.json in order to set easily this one, for example : "quandl": { "key": "myapitoken", "release": "v3 }, or perhaps do you have another way to do that ? thanks
I could see something like this being used for more than just Quandi but other APIs or homegrown ones as well.
The first time I tried Timelion out with the quandl API, it returned data. But after, it returns an error that : Error Timelion: Error: in cell #1: quandl() returned no results.
I have also added the quandl API key to the timelion.json file. What could be wrong?