do you guys have any flag/indicator marking it as "breaking news"? if we were to use api to grab the

AbdulSamad
AbdulSamad LSEG
edited September 23 in DSS

Query-

api news f9, breaking news, red colour header, does it has any flagging?
just want to check for the news under f9
do you guys have any flag/indicator marking it as "breaking news"?
if we were to use api to grab the news

Tagged:

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @AbdulSamad

    Thank you for reaching out to us.

    As you posted this question under the DSS category, please confirm the product and API that you are using.

    If it is about the LSEG Data Library for Python, this could be the "AA" (All Alerts) topic code.

    response = news.headlines.Definition("AA and LEN", count=10).get_data()
    response.data.df
    

    If you checked the raw data, you will see the '_qcode': 'Meta:Alerts' in the response.

    response.data.raw['data'][1]
    
    image.png
  • Thank you