How do I retrieve data using a Quandl connection when the Quandl database provides tables instead of time series data
Show older comments
How do I retrieve data using a Quandl connection when the Quandl database provides tables instead of time series data
Quandl has databases. Each database has several securities.
Some databases implement the Tables API while others implement the Time series API.
Depending on what API they implement, the securities in that database will either output timeseries data or table data(not the MATLAB datatype but json)
I am able to successfully read data from securities that provide time series data but not from the ones that give out table data(not the MATLAB datatype but json)
Error message seen from the resulting response object:
code: 'QECx02'
message: 'You have submitted an incorrect Quandl code. Please check your Quandl codes and try again.'
Accepted Answer
More Answers (0)
Categories
Find more on Call Web Services from MATLAB Using HTTP in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!