I am trying to get historical spot prices for soybeans using this code in R:
get_timeseries(list("0#SOYBWCAADR:"), list("*"), "2020-01-01T15:04:05", "2020-01-10T15:04:05")
I cannot get it to work, and I also can't seem to find the historical prices anywhere in the desktop terminal either. I know my API key is set up properly because I can pull historical data from "MSFT.O" by doing.
get_timeseries(list("MSFT.O:"), list("*"), "2020-01-01T15:04:05", "2020-01-10T15:04:05")
Thanks.