hello,
using DIB i see fields like
LIST_MKT
CF_EXCHNG
etc
i am unable to get data back when i pass a list of cusips to
df = rd.get_data(my_list_of_cusips, [ 'LIST_MKT', 'CF_EXCHNG'])
is there another field i can use? shuold i be able to tell that in DIB? are these fields unavailable via rd.get_data, but available via the old eikon get data? i am confused. this seems like a very simple thing to query