My code is part of a function I use on a daily basis, and for some reason today I am getting a 400 Error code when I run it. Any Idea on why? ( I am using Python)
bnd_lst = ek.get_data('0#GOVT=BND', fields = 'MATUR_DATE')[0]
bnd_lst.to_pickle('cached_bndlst.pkl')