For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
78.1k 246 52 72

MRN Webinar Jan 31: Is MRN data in JSON format?

Is MRN data in JSON format?

elektronrefinitiv-realtimeelektron-sdkmrn
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.

1 Answer

· Write an Answer
Upvotes
Accepted
4.4k 10 6 9

Yes, the content data is in UTF-8 JSON format.

The content stores in field id 32641 "FRAGMENT" which is a buffer type compressed in zlib algorithm. You have to determine whether a particular NEWS item is single fragment or multi-fragment. If it is a single fragment, the applciation can decompress the buffer to JSON content right away. For the multi-fragment, you have to assembly all fragments's buffer together, then decompress to the JSON content.

For Elektron API tutorial, please see this link

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.