For intraday OHLC bars is Last the same as Close?

Open, High, Low are available fields, but am wondering if Last is the equivalent of Close

Thanks

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @nikkoteen2001

    I assume that you are using TickHistoryIntradaySummariesExtractionRequest.

    The description of Last field is "Last price in the interval."

            {
                "Code": "THI.Last",
                "Name": "Last",
                "Description": "Last price in the interval.",
                "FormatType": "Number",
                "FieldGroup": " "
            },

    I have checked with Eikon Chart which displays an hourly OHLC bar and found that it uses Last as Close in the OHLC bar.

    image

    However, you can contact the TRTH support team for confirmation. You can contact the TRTH support team via my.refinitiv.com.

    image