When I tried using "TR.ClosePrice(Adjusted=1)" and "TR.ClosePrice(Adjusted=0)", the data returned appeared to be the same.
If that's the case, is there an unadjusted close price available?
@rice
Thank you for reaching out to us.
I tested with the EZGO.O and the values are different.
df = ld.get_history( universe=['EZGO.O'], fields= ["TR.CLOSEPRICE.Date","TR.CLOSEPRICE(Adjusted=0)","TR.CLOSEPRICE(Adjusted=1)"], interval="1d", start = '2025-11-01', end = '2025-11-30') df
This forum is dedicated to software developers using LSEG APIs. The moderators on this forum do not have deep expertise in every bit of content available through LSEG products, which is required to answer content questions such as this one.
The best resource for content questions is the Helpdesk support team, which can be reached by submitting queries through LSEG Support. The support team will either have the required content expertise ready available or can reach out to relevant content experts to get the answer for you.
Does TR.CLOSEPRICE(Adjusted=0) correspond to the forward-adjusted price? Are the closing price displayed on trading software and TR.CLOSEPRICE(Adjusted=1) consistent?
For content related questions, please contact the helpdesk support team directly via LSEG Support.
The helpdesk team could be able to answer those content questions.
Please include the URL of this discussion in your raised question to prevent it from being redirected back to this Q&A forum.