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.

1 Answer

· Write an Answer
Upvotes
Accepted
21.7k 57 14 20

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.