getting different results from New Monitor while using API

Hi! I am not getting the same result while on monitor i am using these and same query i am using on jupyter notebook both are giving different results.

The query i am using in jupyter notebook:

ek.get_news_headlines(query = "AA AND Language:LEN AND ( Topic:NEWS1 OR Topic:FED OR Topic:ECB OR Topic:BOE OR Topic:BOC OR Topic:SNB OR Source:TREDEP OR Topic:SEN OR Topic:HREP OR Source:UKGOVE OR Topic:SIGPOL OR Topic:OPEC OR Topic:RBNZ OR Topic:RBA OR Source:RSCH) AND (INTEREST OR INFLATION OR ECONOMY OR RECESSION OR RATE OR CUT OR YIELD OR FORECAST OR HIKE)", count=50)

The query I am using in the news monitor:

AA AND Language:LEN AND ( Topic:NEWS1 OR Topic:FED OR Topic:ECB OR Topic:BOE OR Topic:BOC OR Topic:SNB OR Source:TREDEP OR Topic:SEN OR Topic:HREP OR Source:UKGOVE OR Topic:SIGPOL OR Topic:OPEC OR Topic:RBNZ OR Topic:RBA OR Source:RSCH ) AND ( "inflation" OR "RATE" OR "yield" OR "Economy" OR "Interest" OR "recession" OR "Cut" OR "FORECAST" OR "HIKE" )

Best Answer

Answers