Skip to content

WALGREENS BOOTS ALLIANCE, INC.: filings

Every WALGREENS BOOTS ALLIANCE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-Q2025-06-26fiscal Q3 2025491360001618921-25-000056
10-Q2025-04-08fiscal Q2 2025491360001618921-25-000036
10-Q2025-01-10fiscal Q1 2025501040001618921-25-000009
10-K2024-10-15fiscal FY 2024531390001618921-24-000084
10-Q2024-06-27fiscal Q3 2024531460001618921-24-000065
10-Q2024-03-28fiscal Q2 2024531460001618921-24-000035
10-Q2024-01-04fiscal Q1 2024531100001618921-24-000004
10-K2023-10-12fiscal FY 2023531790001618921-23-000062
10-Q2023-06-27fiscal Q3 2023531460001618921-23-000043
10-Q2023-03-28fiscal Q2 2023531460001618921-23-000019
10-Q2023-01-05fiscal Q1 2023531100001618921-23-000005
10-K2022-10-13fiscal FY 2022531780001618921-22-000064
10-Q2022-06-30fiscal Q3 2022531460001618921-22-000040
10-Q2022-03-31fiscal Q2 2022531460001618921-22-000024
10-Q2022-01-06fiscal Q1 2022531100001618921-22-000004
10-K2021-10-14fiscal FY 2021561830001618921-21-000085
10-Q2021-07-01fiscal Q3 2021531460001618921-21-000056
10-Q2021-03-31fiscal Q2 2021531460001618921-21-000034
10-Q2021-01-07fiscal Q1 2021511060001618921-21-000005
10-K2020-10-15fiscal FY 2020551810001618921-20-000082
10-Q2020-07-09fiscal Q3 2020501390001618921-20-000057
10-Q2020-04-02fiscal Q2 2020501370001618921-20-000025
10-Q2020-01-08fiscal Q1 2020501010001618921-20-000008
10-K2019-10-28fiscal FY 2019531780001618921-19-000069
10-Q2019-06-27fiscal Q3 2019471320001618921-19-000039
10-Q2019-04-02fiscal Q2 2018471320001618921-19-000017
10-Q2018-12-20fiscal Q1 201947980001618921-18-000096
10-K2018-10-11fiscal FY 2018511730001628280-18-012472
10-Q2018-06-28fiscal Q3 2018441220001618921-18-000033
10-Q2018-03-28fiscal Q2 2018401140001618921-18-000018
10-Q2018-01-04fiscal Q1 201840840001618921-18-000004
10-K2017-10-25fiscal FY 2017461510001618921-17-000069
10-Q2017-06-29fiscal Q3 2017401120001618921-17-000048
10-Q2017-04-05fiscal Q2 2017381060001618921-17-000026
10-Q2017-01-05fiscal Q1 201739800001140361-17-000720
10-K2016-10-20fiscal FY 2016471520001140361-16-083198
10-Q2016-07-06fiscal Q3 2016381060001140361-16-071838
10-Q2016-04-05fiscal Q2 2016381100001140361-16-060287
10-Q2016-01-07fiscal Q1 201640820001567619-16-001640
10-K2015-10-28fiscal FY 2015451490001140361-15-038791
10-Q2015-07-09fiscal Q3 2015411200001140361-15-027166
10-Q2015-04-09fiscal Q2 2015411200001140361-15-014919
10-Q2014-12-30fiscal Q1 201518200001140361-14-046619

Inspect the source

Entity
WALGREENS BOOTS ALLIANCE, INC. / CIK 0001618921
Captured
2026-09-21T17:21:41.016Z
SEC response SHA-256
cfe716ce77152f384dfac58ab96570c4dbea875bb25d3a44d9222497ee23868a

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