-
Obtaining Effective From and To Date Times for firms' former names
Hi, I am using the python module lseg-data to retrieve the former names of certain firms by using the following formula: import lseg.data as ld df = ld.get_data(universe=['4295904307'], fields=['TR.FormerlyKnownAsName']) While this code downloads the list of names, I was wondering if there is some way to access the…
-
LSEG Data API Metadata
I want to access the metadata information I can see on workspace for a set of cash prices (image attached). I'm assuming it's something like: import lseg.data as ld import pandas as pd APP_KEY = os.getenv("LSEG_APP_KEY") ld.open_session(app_key=APP_KEY) ric = "SYB-2YNOLAF-C1"fields = [ "TR.CommonName", "TR.AssetCategory",…
-
Clarification on Market Index Used for TR.WACCBeta
Dear LSEG Support, I am using the TR.WACCBeta field from Refinitiv and need clarification on the market index used in its calculation. Which market index is used to compute TR.WACCBeta for different stocks? Does the index selection vary by country, exchange, or sector? Is there a way to retrieve the specific market index…
-
Is there a way to call on Geographic revenue via a Segment Code or Name?
I am using Excel and while I can call on a company's Geographical data as a whole using…
-
Trading session meta data queried with Refinitiv Data Library for .NET is ambiguous
Using the 3.2.06-Endpoint-TSIMetadata (beta5) example for the Refinitiv Data Library for .NET I queried the session meta data for the Instruments SQ3 and JPY=TF. (example query: "/data/historical-pricing/v1/metadata/instrument-metadata?version=v2&types=TradingSessions&ric=SQ3") Checking the session definition for the…
-
How to interpret session data for specific instruments?
I am trying to match session information for JGBc1 retrieved via the RDP data library for .net (using the 3.2.06-Endpoint-TSIMetadata example) with the trading sessions shown by the EIKON instrument explorer. The first session for Monday, according to EIKON, starts on Friday 15:30 and an ends on Saturday 6:01 (as…
-
Querying trading sessions of a RIC via Refinitiv Data Platform API
We would like to know if Refinitiv Data Platform supports requesting trade session information on a per RIC basis (or at least on a per exchange basis). With trade session we mean time ranges where the market is open for trading, e.g. Mon-Fri 09:00-17:30. The Eikon Desktop API has support for this via…
-
Pulling the display name of an expired contract
Hi, I am trying to pull the display name of expired contract (attached screen shot). This can be done easily for active contracts using the following code eikon.get_data([ticker],['DSPLY_NAME']) But this doen's work for expired contract as there is no quote for an expired contract the request returns the following error Is…
-
Can I request property meta data for search API result values?
For example when I request a property of the quotes view: Search.Definition(Search.View.Quotes).Filter(<some filter>).Select("AssetCategory") I get results like "ORD" or "EIF" Is there a way too lookup possible values (and what they mean) for this specific property, or other properties in general? I tried the meta data…
-
Return Metadata With Python Eikon API
Is it possible to return the metadata for each data entry when making API calls. What I mean by metadata is when you go to the Eikon website you can see the date the data point was updated. Is there anyway to also return this with the API call? Edit: For clarity, suppose I want to see when the last time the updated their…
-
is it possible to pull in a historical time series of metadata, e.g. 'CONTR_MNTH'?
specifically i'm trying to do something like ek.get_timeseries(['S-BRZPAR-B1'],start_date='2005-01-01',fields=['CONTR_MNTH']) where the goal is to view the contract month referenced by 'S-BRZPAR-B1' over time
-
what is the correct way to link between ReportTemplateTypes and ExtractionRequests derived classes ?
Hi I tried to create some type of drill down query system for DSS. Thank you for publishing metadata as XSD, that helps me greatly. However, I had some trouble about to get ExtractionRequest derived class by ReportTemplateTypes enum name such as DetailEstimateFootNotes and CompanyEstimatesFootnotes. I would like to know…
-
Longname of a RIC
Hi , can I ask whether we can get the 'real' longname of the results from the rsearch function? The longname from the CommonMetaData class seems to be much shorter than the longname if we use the Reuters search. Thanks.
-
viewing metadata offline in the viewer
You can now tag multiple documents using the API and then view them one by one visually by dragging into the viewer. Let us know your feedback. Thanks http://www.opencalais.com/new-viewing-offline-metadata-files-through-the-viewer/