# Nearest Airport from Another Airport

Returns the nearest airport based on the provided IATA airport code, including the airport name, IATA code, and distance in kilometers. The distance is calculated using the Haversine formula.

## INGESTED FIELDS

**IATA_AIRPORT_CODE**: Mandatory.

**SAME_COUNTRY**: Optional. Limits the search within the same country.
