I'd like to access Fundamental data for the LiquidETFUniverse symbols.

An empty list is returned if I use:

[x for x in self.Securities.Values if x.Fundamentals != None]

Where can I access this data, if it exists?