Why the depositary receipt that API found is different than what I see in WS (Price&Chart)

This is a question from a trial user who is testing out the WS API.

for the specific ticker (like 9988.HK), I can find the DR under the ‘Price & Chart’, but it's different from the results I got from the API. May I check the reason?

  1. here is the code and result screenshot:print(ek.get_data('SCREEN(U(IN(Equity(active,public))/*UNV:Public*/),Contains(TR.DRUnderlyingQuoteRic,"9988.HK"))',['TR.InstrumentDescription']))

API vs WS for DR.PNG

Please advise.