I have following few queries :
1.) what is the limit of getting data through the code given below like the eikon data api has 10000/day!
rd.open_session()
rd.news.get_headlines()
2.) why i am getting this error refinitiv.data._errors.RDError: Error code 503 | Backend error. 503 Service Unavailable
3.) What are the other possible errors i need to handle in python while using ek.get_news_headlines?
4.) when i am using ek.get_news_headlines this , before this step i am setting out api key and is there need that account associated with that api has to be logged in ?
5.) what is the difference between retrieving data from
rd.open_session()
rd.news.get_headlines()
OR
using key
ek.get_news_headlines()