get_data python/R ikon API call stopped working

get_data python/R ikon API call stopped working:

> df <- get_data("AAPL.O",
+ list("TR.OPENPRICE.Date","TR.OPENPRICE","TR.HIGHPRICE","TR.LOWPRICE","TR.CLOSEPRICE", "TR.VOLUME"),
+ list("Frq"="D","SDate"="0D","EDate"="-1AY", CH="FD", RH="IN"))
> df
NA TR.OPENPRICE.DATE TR.OPENPRICE TR.HIGHPRICE TR.LOWPRICE TR.CLOSEPRICE TR.VOLUME
1 AAPL.O <NA> <NA> <NA> <NA> <NA> <NA>

same call warked yesterday and days before

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @neo.wang

    I am able to retrieve the data properly.

    image

    You may need to set the debug=TRUE to verify the problem.

    df <- get_data("AAPL.O", 
                   list("TR.OPENPRICE.Date","TR.OPENPRICE","TR.HIGHPRICE","TR.LOWPRICE","TR.CLOSEPRICE", "TR.VOLUME"),
                    list("Frq"="D","SDate"="0D","EDate"="-1AY", CH="FD", RH="IN"),debug = TRUE)

Answers

  • Hi Jirapongse

    Sorry I didn't get any reply from client. I guess he is all good now. We can close this thread.

    Thanks a lot.

    Cheers
    Neo