Skip to content

AbbVie Inc.: filings

Every AbbVie Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-08-03fiscal Q2 2026471340001551152-26-000026
10-Q2026-05-08fiscal Q1 202646960001551152-26-000017
10-K2026-02-20fiscal FY 2025571510001551152-26-000008
10-Q2025-11-04fiscal Q3 2025461320001551152-25-000049
10-Q2025-08-04fiscal Q2 2025461320001551152-25-000040
10-Q2025-05-09fiscal Q1 202546960001551152-25-000029
10-K2025-02-14fiscal FY 2024561480001551152-25-000020
10-Q2024-11-04fiscal Q3 2024461320001551152-24-000040
10-Q2024-08-07fiscal Q2 2024461320001551152-24-000031
10-Q2024-05-03fiscal Q1 202446960001551152-24-000020
10-K2024-02-20fiscal FY 2023561480001551152-24-000011
10-Q2023-11-06fiscal Q3 2023461320001551152-23-000045
10-Q2023-08-07fiscal Q2 2023461320001551152-23-000033
10-Q2023-05-05fiscal Q1 202346960001551152-23-000023
10-K2023-02-17fiscal FY 2022561480001551152-23-000011
10-Q2022-11-04fiscal Q3 2022461320001551152-22-000045
10-Q2022-08-04fiscal Q2 2022461320001551152-22-000030
10-Q2022-05-06fiscal Q1 202246960001551152-22-000017
10-K2022-02-18fiscal FY 2021561480001551152-22-000007
10-Q2021-11-02fiscal Q3 2021461320001551152-21-000031
10-Q2021-08-02fiscal Q2 2021451280001551152-21-000025
10-Q2021-05-07fiscal Q1 202145940001551152-21-000016
10-K2021-02-19fiscal FY 2020551450001551152-21-000008
10-Q2020-11-04fiscal Q3 2020451280001551152-20-000032
10-Q2020-08-04fiscal Q2 2020451280001551152-20-000023
10-Q2020-05-08fiscal Q1 202042880001551152-20-000015
10-K2020-02-21fiscal FY 2019511700001551152-20-000007
10-Q2019-11-06fiscal Q3 2019411160001551152-19-000030
10-Q2019-08-05fiscal Q2 2019411160001551152-19-000023
10-Q2019-05-03fiscal Q1 201941840001551152-19-000016
10-K2019-02-27fiscal FY 2018461610001551152-19-000008
10-Q2018-11-07fiscal Q3 2018401140001551152-18-000042
10-Q2018-08-07fiscal Q2 2018401140001551152-18-000032
10-Q2018-05-04fiscal Q1 201840820001551152-18-000025
10-K2018-02-16fiscal FY 2017421420001551152-18-000014
10-Q2017-11-07fiscal Q3 2017391100001551152-17-000035
10-Q2017-08-07fiscal Q2 2017391100001551152-17-000025
10-Q2017-05-05fiscal Q1 201739800001551152-17-000016
10-K2017-02-17fiscal FY 2016421420001551152-17-000004
10-Q2016-11-07fiscal Q3 2016391100001551152-16-000005
10-Q2016-08-05fiscal Q2 201635990001104659-16-137453
10-Q2016-05-06fiscal Q1 201635710001104659-16-118639
10-K2016-02-19fiscal FY 2015401360001047469-16-010239
10-Q2015-11-06fiscal Q3 201533960001104659-15-076607
10-Q2015-08-07fiscal Q2 201533980001104659-15-057641
10-Q2015-05-08fiscal Q1 201532680001104659-15-036257
10-K2015-02-20fiscal FY 2014401340001047469-15-000995
10-Q2014-11-07fiscal Q3 201432930001104659-14-078391
10-Q2014-08-07fiscal Q2 201432920001104659-14-058340
10-Q2014-05-09fiscal Q1 201432660001104659-14-036968
10-K2014-02-21fiscal FY 2013401310001047469-14-001154
10-Q2013-11-12fiscal Q3 201332900001104659-13-083686
10-Q2013-08-09fiscal Q2 201332880001104659-13-062262
10-Q2013-05-08fiscal Q1 201332630001104659-13-038917

Inspect the source

Entity
AbbVie Inc. / CIK 0001551152
Captured
2026-09-20T09:18:39.120Z
SEC response SHA-256
1fa00a2de3a0434fb2ebba8b1678cc379b16dc435a4f3e5c696efb7f9029698a

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