I want to write a python code to get valuation, change in price, news for a list of stocks via lseg. Help me how to do it? ALso, what is dac and username and how to find it?
Just have a few follow-ups.
- Not just headlines but can I get a summary too? Realized headlines don’t exactly tell what happened.
- Any way to filter headlines, like a lot of it is just price moments but I wanted more like anything industry related or something and not just that stock A was up 1%.
- Can I also get industry wise headlines? For example in India what all happened like any industry wide news that came?
- Also how to get news for a list of stocks that I have saved in a csv? I see you said I need to add R: so not sure if directly a list can be given?
- Also, please let me know if you have any interesting use cases of using python with lseg like any nice scripts?