powered by
Multiple Morningstar API calls using getPrice functions. Refer to getPrices() for list of currently supported data feeds.
getPrices()
getPrices( feed = "CME_NymexFutures_EOD", contracts = c("CL9Z", "CL0F", "CL0M"), from = "2019-01-01", iuser = "x@xyz.com", ipassword = "pass" )
wide data frame. tibble
tibble
Morningstar Feed Table. character
character
Symbols vector. character
From date yyyy-mm-dd. character
Morningstar user name as character - sourced locally in examples. character
Morningstar user password as character - sourced locally in examples. character
Philippe Cote
if (FALSE) { getPrices( feed = "CME_NymexFutures_EOD", contracts = c("@CL0Z", "@CL1F", "@CL21H", "@CL21Z"), from = "2020-01-01", iuser = username, ipassword = password ) }
Run the code above in your browser using DataLab