1

I'm trying to get some key ratios from Morningstart using tidyquant. Unfortunately all my stocks are on the ASX and tq_get appears to remove the colon indicating the exchange when I submit. The code and error I get are:

ratios <- tq_get('XASX:ALL', get = "key.ratios")
Warning message:
x = 'XASXALL', get = 'key.ratios': Error in UseMethod("as_list"): no applicable method for 'as_list' applied to an object of class "NULL"

A search for "XASX:ALL" on the Morningstar website returns a successful search

0 Answers0