Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 2 4

Full trade history through API

remit.png

Hi,

How can we get full trade history for TRDEBD1 through API?

Also, I would also be interested in pulling in data which may not have an RIC, namely intraday power outages. (screenshot below)

is that through point connect?

thank you!

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apitrade
remit.png (160.8 KiB)
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.

Hello @caroline.hynniewta1,

Thank you for your participation in the forum.

Is one of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Hello @caroline.hynniewta1,

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
39.4k 77 11 27

@caroline.hynniewta1, @ludomir.garreau
The timeseries available through Eikon Data APIs are not as detailed as in the screenshot @ludomir.garreau provided, but you can get all the trade prices for the day using

ek.get_timeseries('TRFRBD1', fields=['VALUE'], interval='tick', start_date='2019-02-20', end_date='2019-02-21')
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
4.6k 26 7 22

@caroline.hynniewta1, yes, you can pull trade data for TRDEBD

df = ek.get_timeseries('TRDEBD1')

As for your seconds question, I am not sure whether this data is within pointConnect, as this is not a part of Eikon offering, I suggest you contact the support desk, or leave a comment if you need help finding a correct contact for this sort of question.


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.

thank you so much Zhenya. It probably is point connect. thank you !

Upvotes
1 1 2 4

Follow on question pls - Zhenya’s timeseries contains the low, high, open close prices every day for the past days.

Im looking for something which will return, for a specific day only, all trades of the day ahead product. Could you ask him if that is available, and if so would it include all the brokers and what is the latency of the feed?

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.

Hello @Zhenya Kovalyov,

Could you please take a look at the follow-up question by the same developer?

Thanks

Upvotes
1 0 0 0

@Zhenya Kovalyov Did you manage to look into the above? Im looking for a bit of code which will return something like the attached timeseries for French baseload power for delivery tomorrow refinitiv.png


refinitiv.png (48.7 KiB)
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.

Hello @ludomir.garreau,

Kindly post the new question as a new and separate question, as otherwise, the community is more then likely to overlook it.

If another question is relevant, please reference it via a link.

Hope this helps.

Thanks,

-AHS

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.