Skip to content

RB Global, Inc: filings

Every RB Global, 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-Q2026-08-04fiscal Q2 2026481350001628280-26-052582
10-Q2026-05-04fiscal Q1 202647980001628280-26-029808
10-K2026-02-25fiscal FY 2025541390001628280-26-011682
10-Q2025-11-06fiscal Q3 2025501400001046102-25-000009
10-Q2025-08-06fiscal Q2 2025501390001628280-25-038323
10-Q2025-05-07fiscal Q1 2025501030001628280-25-023159
10-K2025-02-26fiscal FY 2024541400001628280-25-008201
10-Q2024-11-08fiscal Q3 2024501400001628280-24-046505
10-Q2024-08-06fiscal Q2 2024501400001628280-24-034972
10-Q2024-05-09fiscal Q1 2024501040001628280-24-022241
10-K2024-02-28fiscal FY 2023541390001628280-24-007570
10-Q2023-11-09fiscal Q3 2023501400001628280-23-038257
10-Q2023-08-03fiscal Q2 2023501390001558370-23-013210
10-Q2023-05-10fiscal Q1 2023501040001558370-23-009098
10-K2023-02-21fiscal FY 2022551400001558370-23-001652
10-Q2022-11-07fiscal Q3 2022481360001558370-22-016513
10-Q2022-08-04fiscal Q1 2022481360001558370-22-012287
10-Q2022-05-09fiscal Q1 2022481000001558370-22-007884
10-K2022-02-17fiscal FY 2021551410001558370-22-001365
10-Q2021-11-04fiscal Q3 2021501380001558370-21-014664
10-Q2021-08-05fiscal Q2 2021501380001558370-21-010616
10-Q2021-05-10fiscal Q1 2021501020001558370-21-006718
10-K2021-02-18fiscal FY 2020552130001558370-21-001228
10-Q2020-11-05fiscal Q3 2020491370001558370-20-012944
10-Q2020-08-06fiscal Q2 2020491370001558370-20-009724
10-Q2020-05-07fiscal Q1 2020491010001104659-20-058173
10-K2020-02-27fiscal FY 2019562140001104659-20-026287
10-Q2019-11-07fiscal Q3 2019511400001104659-19-061201
10-Q2019-08-08fiscal Q2 2019501400001279569-19-001715
10-Q2019-05-09fiscal Q1 2019511050001279569-19-001130
10-K2019-02-28fiscal FY 2018542110001279569-19-000456
10-Q2018-11-08fiscal Q3 2018481320001279569-18-002250
10-Q2018-08-09fiscal Q2 2018481320001279569-18-001670
10-Q2018-05-10fiscal Q1 201849990001279569-18-001022
10-K2018-02-26fiscal FY 2017531990001279569-18-000342
10-Q2017-11-09fiscal Q3 2017481360001279569-17-002157
10-Q2017-08-08fiscal Q2 2017481360001279569-17-001603
10-Q2017-05-04fiscal Q1 201747940001279569-17-000919
10-K2017-02-21fiscal FY 2016491860001279569-17-000272
10-Q2016-11-09fiscal Q3 2016461300001279569-16-004661
10-Q2016-08-08fiscal Q2 2016461300001279569-16-004109
10-Q2016-05-09fiscal Q1 201646940001279569-16-003405
10-K2016-02-25fiscal FY 2015481630001279569-16-002775

Inspect the source

Entity
RB Global, Inc / CIK 0001046102
Captured
2026-09-20T05:16:40.130Z
SEC response SHA-256
a99eb22b3ba7178ae948e9bc94f7f74e1fb56b93887ae549ca3ab0eae5263da9

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