I am trying to use codebook to extract certain data as per the code found below
from the data extracted I would like to exclude records with values other than USD in the CF_CURR field
Any idea how I can do that?
df, err = ek.get_data(
instruments = ['0#EGEUROSAZ='],
fields = ['CF_CURR']
)
display(df)