Skip to content

Alcoa Corp: filings

Every Alcoa Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

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-Q2026-07-30fiscal Q2 2026401180001193125-26-326265
10-Q2026-04-30fiscal Q1 202640840001193125-26-197447
10-K2026-02-26fiscal FY 2025501320001193125-26-077167
10-Q2025-10-28fiscal Q3 2025411220001193125-25-253570
10-Q2025-07-31fiscal Q2 2025411200000950170-25-100979
10-Q2025-05-01fiscal Q1 202541860000950170-25-061867
10-K2025-02-20fiscal FY 2024521370000950170-25-024242
10-Q2024-10-31fiscal Q3 2024431290000950170-24-119557
10-Q2024-08-02fiscal Q2 2024421240000950170-24-090092
10-Q2024-05-02fiscal Q1 202442890000950170-24-052174
10-K2024-02-21fiscal FY 2023521360000950170-24-018069
10-Q2023-10-26fiscal Q3 2023431290000950170-23-055630
10-Q2023-07-27fiscal Q2 2023431250000950170-23-035168
10-Q2023-05-04fiscal Q1 202343890000950170-23-017900
10-K2023-02-23fiscal FY 2022521350001564590-23-002319
10-Q2022-10-27fiscal Q3 2022451340001564590-22-035456
10-Q2022-07-25fiscal Q2 2022451280001564590-22-026349
10-Q2022-05-05fiscal Q1 202244910001564590-22-018263
10-K2022-02-24fiscal FY 2021521340001564590-22-006763
10-Q2021-10-28fiscal Q3 2021431240001564590-21-052672
10-Q2021-07-29fiscal Q2 2021431230001564590-21-039147
10-Q2021-05-05fiscal Q1 202143900001564590-21-024165
10-K2021-02-25fiscal FY 2020521740001564590-21-008854
10-Q2020-10-30fiscal Q3 2020431240001564590-20-049105
10-Q2020-07-29fiscal Q2 2020431240001564590-20-034293
10-Q2020-04-29fiscal Q1 202043900001564590-20-019810
10-K2020-02-21fiscal FY 2019521740001564590-20-005759
10-Q2019-10-31fiscal Q3 2019431240001564590-19-039149
10-Q2019-07-31fiscal Q2 2019441260001564590-19-027529
10-Q2019-05-09fiscal Q1 201944900001564590-19-018003
10-K2019-02-26fiscal FY 2018491670001564590-19-004171
10-Q2018-11-02fiscal Q3 2018401160001193125-18-317256
10-Q2018-08-02fiscal Q2 2018401160001193125-18-236766
10-Q2018-05-09fiscal Q1 201835740001193125-18-157678
10-K2018-02-26fiscal FY 2017431450001193125-18-056314
10-Q2017-10-27fiscal Q3 2017361060001193125-17-322992
10-Q2017-08-03fiscal Q2 2017361060001193125-17-247547
10-Q2017-05-10fiscal Q1 201737760001193125-17-166072
10-K2017-03-15fiscal FY 2016431110001193125-17-083862
10-Q2016-12-01fiscal Q3 201633940001193125-16-782709

Inspect the source

Entity
Alcoa Corp / CIK 0001675149
Captured
2026-09-19T11:20:13.636Z
SEC response SHA-256
6842b2e1d56900212bccec7d985674349580f9145a65aa9bec96fbe1122093f4

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/0001675149.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"])))