@jyothirmaie.mukthapuram
Thank you for reaching out to us.
The maximum number of headlines for each headlines request (LSEG Data Library for Python) is 100.
You can use the order_by="oldToNew" parameter to get the oldest news.
df = ld.news.get_headlines('R:.NDX', order_by="oldToNew",count=100)df
The examples are on GitHub.
Hi @jyothirmaie.mukthapuram ,
Please refer to the answers to your earlier questions here and here. As for the limits, you can check those here.
Best regards,
Haykaz