I’m currently using FlightInfoEx to get a list of flights for some aircrafts, and then I look tracks of interest up by their faFlightID using GetHistoricalTrack.
I noticed that FlightInfoEx only returns fairly recent flights: “The oldest flights searched by this function are about 2 weeks in the past” - is there any way to get a list of faFlightIDs and departure/arrival times for older flights? I can find the flights I want just fine through the website, but I can’t seem to identify an API call that will allow me the same timerange.
I do realize that I could use GetFlightID if I had the departure time of the flight - unfortunately, all I have is the aircraft identifier.
Thanks in advance.