I am having issues retrieving accurate data from AirlineFlightSchedules, I have noticed there are missing records for some routes between 21-May-2020 and 02-Jun-2020. For instance, when we run AirlineFlightSchedules with the following parameters:
startdate =21-May-2020 (supplied as an integer)
enddate =05-Jun-2020 (supplied as an integer )
flightcode = ” CCA”
origin =”KJFK”
destination =”ZBAA”;
the query returns “NO_DATA No flight schedules found for your query”.
There are a few other routes for this airline (Air China – CCA) that do not have records for the same date range e.g. ZSPD to RJAA, ZSPD to ZSWZ, ZUJZ to ZBAA etc. I am not sure whether this is a route specific issue seeing that the routes that are mostly affected include ZPSD or ZBAA. Could you please assist with this issue?
Best regards,
Marshall