-
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/
-
Looking for a Data Dictionary Management Tool - Data stored as XML
I am looking for a tool to create/manage a data dictionary. Any suggestions? Would like a web interface where users can query/view definitions/examples. Would be nice to have an ADMIN level that can make dictionary updates
-
Dataroom ExternalMetadataMap Guidelines?
I'm looking for information regarding the acceptable usage of the ExternalMetadataMap for foldering documents. In my case I would like to persist information that is not explicitly included on the contract to the metadataMap if its acceptable. Link to Contracts for the document types I am working with.…
-
Filtered Doc Metadata text from Novus?
Does anyone know the difference between the following methods for the Novus Document class? 1. getMetadata(Filter filter, FilterContext filterContext) 2. getFilledFilteredMetadata() I'm familiar with filling the filtered full text by using find.fillDocumentText(Filter filter, FilterObject filterObject), but I didn't see…
-
Sporadic "bad" result handles from Novus?
We are having an issue with search results from Novus. In particular, occasionally we end up with a result handle that will have a document in it where metadata retrieval will fail (with a novus 4101 error). If we throw away that result handle and re-run the same query and get the same results, the document meta-data…
-
NovusDataSourceContainer upgrade?
Currently the NovusDataSourceContainer takes a single dataSourceCollection in its constructor (the ref bean metadata-collection). This means that, because India (WLIN) and Malaysia (WLMY) have access to UK data, all the WLIN and WLMY collection sets have to be included in the UK_SMG_COLL_METADATA, which further means that…