Skip to content

Atlas Air Worldwide Holdings, Inc.: filings

Every Atlas Air Worldwide Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-02-23

The latest filing in this captured record is a 10-K filed 2023-02-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. Atlas Air Worldwide Holdings, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-K2023-02-23fiscal FY 2022481200000950170-23-003947
10-Q2022-11-03fiscal Q3 2022381060000950170-22-021611
10-Q2022-08-04fiscal Q2 2022381040000950170-22-014492
10-Q2022-05-05fiscal Q1 202238800000950170-22-007664
10-K2022-02-17fiscal FY 2021471170001564590-22-005515
10-Q2021-11-03fiscal Q3 2021371020001564590-21-053810
10-Q2021-08-05fiscal Q2 2021371020001564590-21-041346
10-Q2021-05-05fiscal Q1 202137780001564590-21-023796
10-K2021-02-18fiscal FY 2020471190001564590-21-006555
10-Q2020-11-05fiscal Q3 2020361000001564590-20-051063
10-Q2020-08-06fiscal Q2 2020361000001564590-20-037558
10-Q2020-05-07fiscal Q1 202036760001564590-20-022577
10-K2020-02-24fiscal FY 2019481430001564590-20-006046
10-Q2019-10-30fiscal Q3 2019401080001564590-19-038610
10-Q2019-08-01fiscal Q2 2019401080001564590-19-027831
10-Q2019-05-01fiscal Q1 201940840001564590-19-014661
10-K2019-02-19fiscal FY 2018461380001564590-19-003225
10-Q2018-11-01fiscal Q3 2018381020001564590-18-026105
10-Q2018-08-02fiscal Q2 2018381020001564590-18-018788
10-Q2018-05-03fiscal Q1 201837780001564590-18-010559
10-K2018-02-22fiscal FY 2017451370001564590-18-002824
10-Q2017-11-07fiscal Q3 2017371000001564590-17-022101
10-Q2017-08-02fiscal Q2 2017381020001564590-17-014805
10-Q2017-05-03fiscal Q1 201737760001564590-17-008277
10-K2017-02-23fiscal FY 2016441390001193125-17-053796
10-Q2016-11-03fiscal Q3 2016381030001193125-16-758554
10-Q2016-08-03fiscal Q2 2016381030001193125-16-670093
10-Q2016-05-05fiscal Q1 201637780001193125-16-580182
10-K2016-02-18fiscal FY 2015421120001193125-16-468116
10-Q2015-11-05fiscal Q3 2015381060001193125-15-367839
10-Q2015-07-30fiscal Q2 2015381060001193125-15-270157
10-Q2015-04-30fiscal Q1 201538800001193125-15-160711
10-K2015-02-12fiscal FY 2014421120001193125-15-046969
10-Q2014-11-06fiscal Q3 2014381060001193125-14-400412
10-Q2014-07-31fiscal Q2 2014381060001193125-14-288869
10-Q2014-05-01fiscal Q1 201438800001193125-14-175978
10-K2014-02-13fiscal FY 2013421120001193125-14-048729
10-Q2013-11-07fiscal Q3 2013381060001193125-13-432402
10-Q2013-08-01fiscal Q2 2013381060001193125-13-314679
10-Q2013-05-02fiscal Q1 201338800001193125-13-195286
10-K2013-02-13fiscal FY 2012421120001193125-13-054466
10-Q2012-11-01fiscal Q3 2012381060001193125-12-446040
10-Q2012-08-02fiscal Q2 2012381060001193125-12-331119
10-Q2012-05-03fiscal Q1 201238800001193125-12-207826
10-K2012-02-15fiscal FY 2011431150001193125-12-063408
10-Q2011-11-03fiscal Q3 2011371040000950123-11-094781
10-Q2011-08-02fiscal Q2 2011371040000950123-11-071544

Inspect the source

Entity
Atlas Air Worldwide Holdings, Inc. / CIK 0001135185
Captured
SEC response SHA-256
cb62cae718719a5779dbd138c578a09066369289e19d5f5f31741e8110145c99

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001135185.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))