Open JonathanBechtel opened 3 years ago
ref_hist
is just a convenience function that makes multiple ReferenceDataRequest
calls, overriding the date_field
given. In your example REFERENCE_DATE
is not an applicable override to the HIGH_52WEEK
field
An example where this would work is shown below
To get this field historically I would contact Bloomberg HELP, but given it relies on intraday data it is possible it won't be available.
Problem description
[this should explain why the current behaviour is a problem and why the expected output is a better solution.] The ref_hist function call does not seem to return historical data for the HIGH_52WEEK field, only the most current data point.
I assume there might be a problem the date field that I am using. I've tried using REFERENCE_DATE, MLI_DATE and CURVE_DATE, but none of them seem to return historical values.
Do you know if there's a particular way to access this data historically?
[paste the output of
pdblp.__version__
here below this line]