question

Upvotes
Accepted
11 2 6 6

Adjustment parameters in rdp.get_historical_price_events function

rdp.get_historical_price_events(
universe = 'AAPL.O',
start = datetime.timedelta(-1),
end = datetime.timedelta(0),
adjustments = [
rdp.Adjustments.EXCHANGE_CORRECTION,
rdp.Adjustments.MANUAL_CORRECTION
]
)


May I know what does the rdp.Adjustments.EXCHANGE_CORRECTION, and rdp.Adjustments.MANUAL_CORRECTION mean here

rdp-apiapirefinitiv-data-platform
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@Danni.Qiu

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query? If so please can you click the 'Accept' text next to the appropriate reply.


This will guide all community members who have a similar question.


Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
22k 59 14 21

Hi @Danni.Qiu, You can read about it in the section Adjustment parameter handling in this tutorial.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.