-
When should I expect Shares Outstanding to be populating on a new IPO
Hello, I'm in the support organization with AlphaDesk — we use the C# libraries for RDP to retrieve pricing and other fields for securities. Recently we saw that for RIC GOu.TO, which IPO'd on July 24th, calls to TR.CompanySharesOutstanding would not return a value. Shares Outstanding began being populated on Aug 5th —…
-
Python Codebook Download Format
Hi Devportal, I have a few code on python codebook and looking to download as .py format no as .ipynb format. Please help me if you have any way to download it. Thank you.
-
TR.EPSSmartYield parameters
Hi, I cannot seem to find more information on the parameters for this field and other similar fields. Specifically for "Roll Periods" parameter, what is the effect or True/False. Also for the methodology parameter, what is the effect of the different options IntermSum, StubLTM etc. Some examples to illustrate would be…
-
Error loading 350 underlyings using LSEG COM API
Hello , i am trying to load data from a list of 350 underlyings stored in an array. I use the function marketPrice.GetData(instruments, fields) From the LSEG website Tutorials | Devportal , i understand that the inputs of this function are 2 arrays (fields, instruments) I got the following error What is the correct inputs…
-
How to get the ISIN for All Security types (futures, commodities, etc)
Hello, I was wondering how I could get the ISIN for security types other than Equities such as futures or commodities? For example, I'm looking to find the ISIN for the RIC ESU25. Based on the github examples, I can only get the ISIN for equities.
-
I keep getting blocked using the API it get a 429 error
Hello team, raising this case on behalf of client XXXXX rates = [ Rate(5, Duration.SECOND), # 5 calls per second Rate(10000, Duration.DAY), # 10,000 calls per day ] limiter = Limiter(rates, clock=TimeClock()) ------------------------------------------------------------------Global expiry lookup – populated during discovery…
-
Adding story text to output using Python API
Hi I currently have the following code that is fetching specific new articles using Python API. However I am not sure how to add the story text to the output. I currently have the Headline, StoryId, and Link to the article. Code: df = ek.get_news_headlines( 'Topic:GB AND (SOURCE:CMPNY OR SOURCE:MCE OR SOURCE:GEN)',…
-
Stream timeouts on websocket under python lseg.data API
We're streaming LSEG data using the LSEG Data Library for Python, using lseg.data.content.pricing. Sometimes— seemingly at random (different times of day, sometimes after streams have been up for hours, other times after just minutes), we receive Stream.on_status events with the following (example) payload: status: {'ID':…
-
Opening LSEG Data library Session without Opening LSEG Desktop Workspace
Hello, In my backend, I open a session to connect to LSEG data library API and have the lseg_data.config.json configured so that it uses the LDP platform to open the session. However, when I start my application, I get a "ValueError: Session is not opened. Can't send any request". I have to then open up LSEG Desktop…
-
FX conversion rates
Is there a way to retrieve the FX conversion rates, specifically the ones used in the DIB parameters? We would need both PeriodEnd and PeriodAvg. If they can’t be pulled directly, could you share the methodology (if possible) so we can calculate PeriodAvg ourselves — and clarify whether these are official ECB exchange…