How to get TR values for all municipal bonds?

Hello,

I am trying to get TR values (ex. TR.MuniRating) for all municipal bonds (4.5m). I tried the following code but it takes 15min for 100 bonds.

df, err = ek.get_data(cusip, ["TR.FINextCallDate", "TR.FIPurposeDescription", "TR.FIWorstRedemEvent",

"TR.MUNIRating", "TR.UltimateParentId", "TR.UltimateParent",

"TR.CompanyCntPostalCodeAddr"])

I wonder if there is a faster way to get these values for a large number of bonds. Thank you!

Best,

Jessie

Best Answer

Answers