Best Of
-
Re: Can use EMA Consumer(RTSDK) connecting to existed RFA Provider ?
Hi @"thanhqlptit96" Assuming they are both using the same RSSL transport - then an RFA Interactive Provider should be able to communicate with an EMA Consumer. I have just done a basic test…0 -
Re: RDP API and I would like to use it through Postman.
Hello @"maryrose.zapanta" , To get started exploring RDP API requests from Postman, you will need to setup clientID, following Quickstart guide for Refinitiv Data Platform will take you thr…0 -
Re: EMA frequent channel down error
Hi @"aastha.sharma" One of the most common causes for Consumer disconnects is a 'Slow Consumer' scenario. Increasing Guaranteed output buffers can only help so far - e.g. for short-lived pe…0 -
Re: Codebook Python vs standard Python - different outputs (get_historical_price_summaries)
Hi @"rafal.belka" The historical pricing service expects time specification to be in utc. Try this instead for both environments: cut_datetime = datetime.datetime(2021,12,6,16,0,1,tzinfo=da…0 -
Re: data time real-time
Hi @"s61670" I am not a content expert, but I believe the above Historical data timestamps are when the value was added to the historical database OR simple a combination of date+time field…0 -
Re: Data-Time LL2 RTMD service - problem, help
Hi @"s61670" TIMACT_MS is milliseconds since midnight, so for example 45434283 = 12:37:14:283 If you want a brief description of any field you can check the RDMFieldDictionary file which is…0 -
Re: time problem
@"s61670" The time in the time fields is in UTC. This can't be changed. You need to implement the code to convert UTC time to other time zones.0 -
Re: WebSocket API - Login Rejected. Watchlist size of 25000 for 'WS JSON2' connection ...
Hi @"denis.gomes" The issue may be related to the specific endpoint tier you are connected into. Based on the response, your account setup would not allow you to properly manage a watchlist…0 -
Re: How can I get historical FX forward values in Python (Eikon data API, Codebook)?
Hello @"lozovoy.hse" , With get_timeseries call, available fields are the ones that you see in the example above, as without specifying the fields a parameter to get_timeseries, we get all …0 -
Re: Data availability for TR.Price52WeekHighDate Screens
Hi jason.ramchandani01 It appears that there was some change in the data format being returned by the old API call. Per your recommendation, I installed and migrated this call to Python. The filter r…0