-
Unable to fetch Corporate action data
HI team, I have written a python code to fetch Corporate action data from Reuters for a specific time period. My code looks something like this: df_CA = rd.get_data( universe=list1, fields=[ "TR.CAEffectiveDate", "TR.CAAnnouncementDate", "TR.REPCorpActionType", "TR.CACorpActDesc", "TR.CAAdjustmentFactor",…
-
DSS - How can I get a full list of equities in selected stock exchanges?
Hi, I hope this is the right place to raise this question. We have been unable to get a satisfactory answer from Customer Support, so I wanted to reach out here directly. We are trying to retrieve all instruments (both active and inactive) per stock exchange (e.g., XOSL - Oslo Stock Exchange) in DSS (Datascope Select).…
-
If it’s possible to receive multiple MT564 messages in a single API response, could you please clari
How can we identify which MT568 messages are linked to a specific MT564? For example, if there are two MT564 messages with the same CORP reference ID, each having its own MT568 messages, how do we map each MT568 to the correct MT564? We were previously informed that only the latest SWIFT messages will be returned via the…
-
Clarification on Date Range Filter for Corporate Action Pull
Hi LSEG team, We are in the process of enhancing our Corporate Action Pull functionality for securities by introducing a Date Range column, consisting of a From Date and a To Date. To ensure we retrieve accurate and complete data, could you please advise on the following: Which date field should be used to apply the date…
-
Can we increase maximum allowed instrument count in EXtractRaw API
While passing 16221 instrument list in posting body { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.DebtCorporateActionsIsoExtractionRequest", "Condition": { "ReportDateRangeType": "Init", "IncludeInstrumentsWithNoEvents": true, "IncludeNullDates": true, "ExcludeDeletedEvents":…
-
Maximum parallel thread we can hit for ExtractRaw API
Hi, Can you tell me how many parallel API hits we can make for API - https://selectapi.datascope.lseg.com/RestApi/v1/Extractions/ExtractRaw for "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CorporateActionsIsoExtractionRequest", and "@odata.type":…
-
Need mandatory and optional parameter with their default values
I need mandatory and optional parameter with their default values so that I can accordingly decide what parameters to set for below - "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.DebtCorporateActionsIsoExtractionRequest" "@odata.type":…
-
Response received for SWIFT is not in valid format
URL hit is - https://selectapi.datascope.lseg.com/RestApi/v1/Extractions/ExtractRaw Posting body - { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CorporateActionsIsoExtractionRequest", "Condition": { "ReportDateRangeType": "Init", "ReportIsoEvents": [ "BIDS", "TEND", "EXRI",…
-
Corporate actions data using Python code
Client would like to know how to retrieve data for all companies listed in ASX all such events over the last years. Could you please tell me how to do that using Python codes? Companies make announcement on all kinds of things, e.g., executive change, dividend, earnings. In desktop example if you now go to BHP.AX, you will…
-
Want to know how to pass multiple "ReportIsoEvents"
Want to know how to pass multiple "ReportIsoEvents" under "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.DebtCorporateActionsIsoExtractionRequest"and"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CorporateActionsIsoExtractionRequest"Suppose I have below events - "BIDS", "DTCH",…
-
Need currency subunit mapping to identify corresponding currency code
We are using corporate actions event data for CFD/ELM from LSEG and particularly we are receiving DIVIDEND currency along with dividend currency description as below: Dividend Currency Dividend Currency Description USD US Dollar USc US Cent EUc Euro Cent EUR Euro GBp British Penny We need help to understand how we can map…
-
Corporate Action Check using Python API/Excel template
Hi team, is there an excel template or python script that I can run to see if my list of companies are having any sorts of corporate actions? It there is, can you please share it with me? Thanks.
-
suppose i have a bunch of ricCode, how do i get the historical earnings announcement date ? for 'ASX
-
Retrieving Stock Split Data using the Eikon Data API (get_data)
I am using the Eikon Data API (Python) to retrieve various time series data (prices, volume, etc.) using the get_data function. Did anyone already successfully obtain explicit information in stock splits (effective date, ratio) using that function? if yes, which fieldnames were used?
-
Corporate Actions API - DSS
I am trying to frame a API script to retrieve output from DSS - I am getting below error message. Can you help me with the correct API script for Corporate Actions template on DSS? Please find the below error: { "error": { "message": "Malformed request payload: Syntax error at Line 5, Char 34: Invalid array element type…