Useful examples would be
1) searching for RIC's listed on Nasdaq/NYSE containing .O, .N, .K, .OQ etc.
2) finding news tagged to atleast one company if RIC column is not empty
Is it possible to specify this in the Python API for EIKON?
New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
Useful examples would be
1) searching for RIC's listed on Nasdaq/NYSE containing .O, .N, .K, .OQ etc.
2) finding news tagged to atleast one company if RIC column is not empty
Is it possible to specify this in the Python API for EIKON?
Hello @vijay.shah
Please refer to Reference for Ekon Data API get_news for the complete set of parameters available.
ek.get_news_headlines("Microsoft*", count=10)
I don't believe this is available via Eikon Data API. Machine Readable News (MRN) may be a possible approach. Via realtime Elektron feed, Machine Readable News (MRN), stories are tagged via Topic codes, something like:
"R:BPOST.BR",
is what you would expect to see.