FAA Aircraft Registry — New Registrations & Ownership Changes
Pricing
from $2.00 / 1,000 aircraft record delivereds
FAA Aircraft Registry — New Registrations & Ownership Changes
Feed of newly issued FAA aircraft registration certificates — new registrations and ownership changes — with owner name and address, make/model, year and key dates. Refreshed daily by the FAA, deduped across runs. For aircraft brokers, aviation insurers, FBOs and MROs.
Pricing
from $2.00 / 1,000 aircraft record delivereds
Rating
0.0
(0)
Developer
Joseph Ellis
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
A feed of newly issued FAA aircraft registration certificates: every aircraft that was just registered for the first time or changed owners, with the new owner's name and mailing address, aircraft make/model/year, and key dates.
Existing FAA registry tools are lookup utilities — give a tail number, get a record. This actor answers the question the sales side actually asks: "who bought an aircraft this week?"
- Aircraft brokers — every ownership change is a future listing; every new owner a future seller or upgrader.
- Aviation insurers & agents — new owners need hull and liability coverage now.
- FBOs, flight schools, MROs, avionics shops — new local owners need hangars, training, maintenance, upgrades.
- Lenders — track collateral and refinance prospects.
How it works
The FAA refreshes the Releasable Aircraft Registration Database nightly. The MASTER file's certificate issue date is set when the FAA issues a Certificate of Aircraft Registration (AC Form 8050-3) — on first registration and on re-registration to a new owner. Registration renewals and address changes do not reset it, so "certificate issued in the last N days" is precisely new registrations plus ownership changes (~100–220 per day nationwide).
Delivered aircraft are remembered (keyed on N-number + certificate issue date) in a named key-value store, so a scheduled run delivers each certificate once — an alert feed, not a snapshot dump. Make, model, seat count and weight class are joined from the FAA's aircraft reference file.
Input
| Field | Description |
|---|---|
lookbackDays | Deliver certificates issued within this many days (default 30). |
onlyNew | Dedupe across runs (default true). |
states | Two-letter owner state codes. Empty = all. |
registrantTypes | 1 Individual, 3 Corporation, 7 LLC, ... Empty = all. |
aircraftTypes | 4 fixed-wing single, 5 multi, 6 rotorcraft, ... Empty = all. |
makeContains | Substrings matched against make/model (e.g. CIRRUS). |
maxRecords | Cap output (0 = unlimited). |
downloadUrl | Optional direct zip URL override. |
Output example
{"n_number": "N10000","serial_number": "10000","make": "CESSNA", "model": "T206H", "year_mfr": "2024","seats": "6", "engines": "1", "weight_class": "CLASS 1","aircraft_type": "4", "aircraft_type_label": "Fixed wing single engine","registrant_type": "7", "registrant_type_label": "LLC","registrant_name": "9AT LLC","street": "511 WEDGEWOOD AVE","city": "NASHVILLE", "state": "TN", "zip_code": "372035521", "country": "US","cert_issue_date": "2024-08-23","last_action_date": "2024-08-23","expiration_date": "2031-08-31","status_code": "V","mode_s_code_hex": "A016C3"}
Data source & legality
Data comes directly from the FAA's public Releasable Aircraft Registration Database, refreshed daily at 11:30 pm Central. It contains only records the FAA is legally permitted to release. This actor redistributes public government data as-is and adds the change-detection, joining and filtering.