I'm trying to query volume for datastream_id=887742
it works if I only query 2025, but fails if I'm querying 2011-2025
I'm using datastream with the following code:
ds.get_data(tickers='887742', fields=['X(VP)'], kind=1, start='2011-01-01', end='2025-12-22', freq='D')