Eikon API Data Coverage

Hi, I want to know if it is available to extract 5 years 5-minute equity data (volume, price) from Eikon API?

Sort by:
1 - 1 of 11
    User: "Jirapongse"
    ✭✭✭✭✭
    Accepted Answer

    @Jayden.Zhang

    There are several APIs for Eikon.

    For this question, I assume that you mean Eikon Data API.

    The get_timeseries method in the Eikon Data API doesn't support 5 years or 5-minute intervals. It supports the following intervals.

    interval: string
            Data interval.
            Possible values: 'tick', 'minute', 'hour', 'daily', 'weekly', 'monthly', 'quarterly', 'yearly' (Default 'daily')
            Default: 'daily'