I am trying to pull news headline by fee text, but it does not return relevant headlines.
Example code is:
df = ld.news.get_headlines("Private Credit" and "LEN", start="22.06.2026", end=timedelta(days=-1),count=10)
display(df)
Please advise if free text is possible?