How to parse downloaded elektron timeseries?

Is there some examples or documentation on how to parse the historical elektron timeseries data that we download from the TRTH api. Some model object in which we can parse the data into. Basically is there a way to get the message from csv to the RequestMsg format?

Best Answer

  • Hello @sgan208,

    Request and result of elektron time series retrieval are illustrated in our Tutorials.

    Further processing, i.e. putting the data into structures and using in calculations, analysis, forwarding or inserting, is use-case specific, and language-specific, so we do not have the examples of that.

    In my understanding, the structure has to be designed for the use of it that you intend. Perhaps others of the community will have more to say.