Historical data from ipo date

Ehud_I
Ehud_I Newcomer

Hello,

I would like to know how can I retrieve historical data from a stock from the ipo date without me knowing what is the ipo date?

In this request: https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/RICI get only 30 days of history and If I use the parameters from start and end I need to know the ipo date.

Thanks!

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Ehud_I

    Thank you for reaching out to us.

    You can use the pinStart=True to get the earlies date.

    For example:

    https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/JPY=?pinStart=True
    

    For more information, please refer to the Historical API Reference page on the API document in the Use Cases of start / end / count section.