Error in "Quandl" while pulling data for commodity in R

762 views Asked by At

I am trying to pull data for commodity Soybean Meal, Central Illinois using code WSJ/SOYB_MEAL in the following R function . I am using package Quandl

 library(Quandl)
 mydata = Quandl("WSJ/SOYB_MEAL")
 head(mydata)

It's giving me following error

Error: {"quandl_error":{"code":"QECx02","message":"You have submitted an incorrect Quandl code. Please check your Quandl codes and try again."}}

I would appreciate any kind if help in this regard.

Thanking you in anticipation.

1

There are 1 answers

2
user37317 On BEST ANSWER

I work at Quandl and Newyork167 is right. WSJ/SOYB_MEAL is actually a deleted source. Please do use COM/SOYB_MEAL instead: https://www.quandl.com/data/COM/SOYB_MEAL