Skip to content

REBUS HOLDINGS, INC.: filings

Every REBUS HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-08-21

The latest filing in this captured record is a 10-Q filed 2023-08-21. No later filing is in the SEC companyfacts record captured on 2026-09-23. REBUS HOLDINGS, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-08-21fiscal Q2 202323700001493152-23-029708
10-Q2023-05-15fiscal Q1 202320410001493152-23-017446
10-K2023-03-31fiscal FY 202226520001829126-23-002497
10-Q2022-11-21fiscal Q3 202225810001829126-22-019458
10-Q2022-08-12fiscal Q2 202225770001829126-22-015684
10-Q2022-05-13fiscal Q1 202221460001829126-22-010973
10-K2022-03-31fiscal FY 202127560001829126-22-007156
10-Q2021-11-12fiscal Q3 202123760001829126-21-014208
10-Q2021-08-16fiscal Q2 202122650001829126-21-008080
10-Q2021-05-17fiscal Q1 202121460001829126-21-003972
10-K2021-03-31fiscal FY 202023480001829126-21-002058
10-Q2020-11-20fiscal Q3 202022700001213900-20-038556
10-Q2020-08-14fiscal Q2 202022660001213900-20-022220
10-Q2020-07-06fiscal Q1 202022480001213900-20-016749
10-K2020-05-14fiscal FY 201927530001213900-20-012301
10-Q2019-12-20fiscal Q3 201927800001213900-19-026668
10-Q2019-09-13fiscal Q2 201929840001213900-19-017937
10-Q2019-09-11fiscal Q1 201923480001213900-19-017762
10-K2019-08-06fiscal FY 201827540001213900-19-014714
10-Q2019-06-14fiscal Q3 201827790001213900-19-010762
10-Q2019-05-22fiscal Q2 201829890001615774-19-008234
10-Q2019-05-22fiscal Q1 201825610001615774-19-008232
10-K2019-04-26fiscal FY 201726530001615774-19-006339
10-Q2017-11-20fiscal Q3 201725590001615774-17-006918
10-Q2017-08-14fiscal Q2 201721530001615774-17-004377
10-Q2017-05-15fiscal Q1 201721430001615774-17-002419
10-K2017-04-17fiscal FY 201623480001615774-17-001721
10-Q2016-11-18fiscal Q3 201622580001144204-16-135403
10-Q2016-08-15fiscal Q2 201622580001144204-16-119339
10-Q2016-05-13fiscal Q1 201622460001144204-16-101549
10-K2016-03-30fiscal FY 201524490001144204-16-091511
10-Q2015-11-13fiscal Q3 201522580001144204-15-064989
10-Q2015-08-06fiscal Q2 201522580001144204-15-046889
10-Q2015-05-11fiscal Q1 201521440001144204-15-029188
10-K2015-03-23fiscal FY 201424490001144204-15-017836
10-Q2014-11-07fiscal Q3 201422570001144204-14-066141
10-Q2014-08-08fiscal Q2 201422570001144204-14-048006
10-Q2014-05-12fiscal Q1 201421740001144204-14-029625
10-K2014-03-03fiscal FY 201323740001144204-14-012634
10-Q2013-11-08fiscal Q3 201324940001144204-13-059954
10-Q2013-08-14fiscal Q2 201324960001144204-13-045835
10-Q2013-05-10fiscal Q1 201324810001144204-13-027695
10-K2013-03-29fiscal FY 201225790001144204-13-018605
10-Q2012-11-14fiscal Q3 201222880001144204-12-062584
10-Q2012-08-13fiscal Q2 201222880001144204-12-044773
10-Q2012-05-15fiscal Q1 201221670001144204-12-029074
10-K2012-03-06fiscal FY 201121640001144204-12-013106
10-Q2011-11-14fiscal Q3 201123840001144204-11-063258
10-Q2011-08-15fiscal Q2 201122860001144204-11-047016

Inspect the source

Entity
REBUS HOLDINGS, INC. / CIK 0001421204
Captured
SEC response SHA-256
9f3ea17ca5838112243b6cf993a4ec53f77e60f61889f7047ca1fb09b37b9c00

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