Skip to content

AMERICOLD REALTY TRUST, INC.: filings

Every AMERICOLD REALTY TRUST, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-06fiscal Q2 2026441340001628280-26-054283
10-Q2026-05-07fiscal Q1 202644920001628280-26-032130
10-K2026-02-26fiscal FY 2025501340001628280-26-012274
10-Q2025-11-06fiscal Q3 2025441380001628280-25-050209
10-Q2025-08-07fiscal Q2 2025441340001628280-25-038864
10-Q2025-05-08fiscal Q1 202544920001628280-25-023760
10-K2025-02-27fiscal FY 2024511350001628280-25-008770
10-Q2024-11-07fiscal Q3 2024441350001628280-24-046288
10-Q2024-08-08fiscal Q2 2024421280001628280-24-036111
10-Q2024-05-10fiscal Q1 202441860001628280-24-022615
10-K2024-02-29fiscal FY 2023471260001628280-24-008042
10-Q2023-11-02fiscal Q3 2023431320001628280-23-036379
10-Q2023-08-03fiscal Q2 2023421260001628280-23-027192
10-Q2023-05-04fiscal Q1 202342880001628280-23-015697
10-K2023-02-27fiscal FY 2022461240001628280-23-005236
10-Q2022-11-04fiscal Q3 2022421300001628280-22-028446
10-Q2022-08-05fiscal Q2 2022431300001628280-22-021348
10-Q2022-05-06fiscal Q1 202242880001628280-22-013029
10-K2022-03-01fiscal FY 2021481300001628280-22-004487
10-Q2021-11-05fiscal Q3 2021431340001628280-21-022004
10-Q2021-08-06fiscal Q2 2021431300001628280-21-016072
10-Q2021-05-07fiscal Q1 202143900001628280-21-009519
10-K2021-03-01fiscal FY 2020461240001628280-21-003613
10-Q2020-11-06fiscal Q3 2020411290001628280-20-015930
10-Q2020-08-10fiscal Q2 2020381190001455863-20-000111
10-Q2020-05-08fiscal Q1 202037790001628280-20-007219
10-K2020-03-02fiscal FY 2019451620001628280-20-002690
10-Q2019-11-08fiscal Q3 2019411280001628280-19-013818
10-Q2019-08-09fiscal Q2 2019411240001628280-19-010572
10-Q2019-05-10fiscal Q1 201939800001628280-19-006561
10-K2019-02-26fiscal FY 2018431520001628280-19-001983
10-Q2018-11-14fiscal Q3 2018381240001628280-18-014356
10-Q2018-08-14fiscal Q2 2018351020001628280-18-011129
10-Q2018-05-15fiscal Q1 201837760001628280-18-006813

Inspect the source

Entity
AMERICOLD REALTY TRUST, INC. / CIK 0001455863
Captured
2026-09-20T09:06:01.193Z
SEC response SHA-256
225b87617d1b3e0a0c06e4e26eb1f0c8367522d2cba9a087f10549b6d652c1cc

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