Real time of arrival or departure of flights from my airport

Hello,

I have the query of “AirlineFlightSchedules” to check the times in which the departures and arrivals of the flights of my airport have been programmed, but sometimes the flights leave or arrive at different times due to the delays. Que que devo do “FlightXML2” to return the estimated time of departure or arrival of flights to my airport?

Thanks

You need to use FlightInfoEx to retrieve the current details of flights. AirlineFlightSchedules only returns scheduled information of flights that is made available by airline months ahead of time.

Hello, thanks for your reply, FlightInfoEx answers my questions, but I need to make a list of the flights of a whole day and make the consultation of each of them would be a very slow process, there is some other way to recover the departure time and Estimated arrival?