Hi, I am trying to get 1 minute ice brent oil price from workspace python api. I am using get_history function like this: (I live in EAST-8) df = ld.get_history(universe='LCOcv1',start="2025-04-23",end="2025-04-24",interval="1min",count=2000000) What I get is: Latest data is 2024-04-23 21:59:00, seems to be UTC time, so it…
Unusual Volatility surface data: I am using the python API to retrieve some volatility surface data for some stocks, and there are some unusual values exceed 1000. For example, the volatility surface for AAPL.O on 2017-02-17 was 44379.8042005109 across all moneyness. This occurs for several other tickers, such as ZTS on…
can someone please help me with this error in juypternotebook,
Is use the function RDP.Data in Workspace When return quarterly time series, for some INstruments, I get several observations for the same quarter. For example 10 March 2025 and 31 March 2025 - correct would be only 31 March 2025. I entered period FQ0 and frequency Fq. So I dont understand what the problem is.
Hi, We are currently working on company filings API to download reports of the companies based on OrganizationId. I would like to know if its possible to pass multiple OrganizationId as part of single graphql query. If yes, kindly share an example of the query. Thanks, Ajitha
Hi all, I would like to API request to retrieve a list of bonds, with the outstanding amounts converted to EUR based on the exchange rate as of the issue date. Currently, the GOVSRCH function in Workspace performs conversions using the exchange rate as of the previous close. Can you help me? Best Giacomo
What's the procedure for accessing fields from the Data Item Browser app through the Python RDP API? I'm used to the get_fields method from Eikon and I'm having trouble finding the correct endpoint for the RDP platform. I'm wondering if there's an endpoint to query from using RIC and field name as parameters. Thanks! EDIT:…
Hi, how would I do a function like =RtGet("SYD1", [@RIC], "COUPN_RATE") in python using the lseg.data library? Thanks
Hi, I am attempting to connect to the https://api.refinitiv.com/alerts/v1/news-stories-subscriptions via a Python script on my local machine. When doing a POST request to this, I keep hitting the following error: {"error":{"id":"3aa593ff-7498-4dbc-8aca-b3882f556d0a","code":"30016","status":"422","message":"Number of user…
It looks like you're new here. Sign in or register to get started.