question

Upvotes
Accepted
11 1 2 4

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
13k 32 12 18

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea