I am trying to access Average Daily Volume and Minimum Order Size data via the Historical Interday API call. I have tried using the fields VMA_30D and MIN_ORD_SZ, but I get back the message
"The universe does not support the following fields: [VMA_30D, MIN_ORD_SZ]."
The exact url with field parameters I am using for the REST API is
https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/8439.T?fields=VMA_30D,MIN_ORD_SZ&end=2023-08-04T15:26:40.638893Z&adjustments=exchangeCorrection,manualCorrection,CCH,CRE,RPO,RTS&interval=P1D
MIN_ORD_Z and VMA_30D are listed as valid interday fields in the RPD Historical Pricing API Data Guide, so I'm left wondering why they are not supported. Can you clue me in to what I may be doing wrong, or am I perhaps using the wrong API call? Thanks in advance.