question

Upvotes
Accepted
1 0 0 1

Intraday data via the .com api

Lets try this instead, it seems the previous question was not any help available. I am trying to request intraday data via the API ( either the using Python as i asked about previously ( the Eikon data API ) or using the older ? .com desktop API. i have a working code for day end prices, but i cant find the documentation how to set the "RequestParameters" for intraday data, i tried adding interval='minute' it doesnt work though

This is my settings for end of day data that works fine

RequestParameters= "SDate='2024-01-19' eDate='2024-01-19' frq:C"
FieldsList="TR.priceclose"


I cant though work out the equivalent setting for intraday, this is what i tried ( based on trying to interpret what it looks like in the API in excel )

RequestParameters= "RequestParametersTxt.Text = "SDate='2024-01-02T12:00:00', eDate='2024-01-03T18:00:00', interval='minute'"
FieldsList=".close"

Any suggestions ?

Or even better some help getting the example code for the other API to work

#technology#producteikon-.net-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @johan01 ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

Upvotes
Accepted
79.2k 251 52 74

@johan01

Thank you for reaching to us.

I don't recommend developing a new application or adding a new feature to a current application with the Legacy Eikon COM API because the new desktop application (LSEG Workspace) will not support the Eikon COM API.

It is better to contact your account team or sales team to enalbe the Data API proxy in your account. Then, use the Refinitiv Data Libraries to get the data.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

its not a new application i allready have it and sure i would like to move over to the newer API at some point, but as you seen i dont have that feature yet.... The older API works though, and all i ask for is what parameters to set and use same older code for now. Is that possible to get or will helpdesk refuse to give that away and provide no other solution ?

Upvotes
79.2k 251 52 74

@johan01

I checked and found that the COM APIs for use in customer applications doesn't support intraday data (RHistory). The RHistory is supported in the COM APIs for use in Microsoft Office.

Otherwise, you can try another Eikon .NET APIs but this API is also deprecated.

You can refer to the Overview and Installation, and Time Series tutorials.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
14.2k 30 5 10

Hi @johan01 ,

For your information, here's the page Upgrading to Workspace, which included the migration guide of COM API.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.