Missing Data for multiple rics

Using the Refinitiv.Data nuget package for c# and Eikon login information i am missing data for a number of rics example below

ENOYBLARHZ5 2024-06-26 to 2024-07-15

ENOYBLCPHZ5 2024-06-10 to 2024-07-15

My query returns data both before and after the intervals listed above

Summaries.Definition(ric).Interval(Summaries.Interval.P1D)

.Fields("DATE", "BID", "ASK")

.Count(200)

.GetData();