Skip to content

HRTI, LLC: filings

Every HRTI, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2022-05-05

The latest filing in this captured record is a 10-Q filed 2022-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. HRTI, LLC 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-Q2022-05-05fiscal Q1 202230640000899749-22-000049
10-K2022-02-22fiscal FY 2021371020000899749-22-000019
10-Q2021-11-03fiscal Q3 202130910000899749-21-000119
10-Q2021-08-04fiscal Q2 202130920000899749-21-000102
10-Q2021-05-05fiscal Q1 202130640000899749-21-000058
10-K2021-02-10fiscal FY 2020371010000899749-21-000019
10-Q2020-11-04fiscal Q3 202030910000899749-20-000097
10-Q2020-08-05fiscal Q2 202030920000899749-20-000081
10-Q2020-05-06fiscal Q1 202031660000899749-20-000049
10-K2020-02-12fiscal FY 2019391330000899749-20-000014
10-Q2019-11-04fiscal Q3 201931930000899749-19-000092
10-Q2019-07-30fiscal Q2 201930920000899749-19-000082
10-Q2019-05-01fiscal Q1 201929590000899749-19-000048
10-K2019-02-13fiscal FY 2018301130000899749-19-000020
10-Q2018-11-01fiscal Q3 201825760000899749-18-000066
10-Q2018-08-02fiscal Q2 201826780000899749-18-000057
10-Q2018-05-03fiscal Q1 201826540000899749-18-000031
10-K2018-02-14fiscal FY 2017291130000899749-18-000018
10-Q2017-11-01fiscal Q3 201726760000899749-17-000117
10-Q2017-08-02fiscal Q2 201726760000899749-17-000092
10-Q2017-05-03fiscal Q1 201726520000899749-17-000064
10-K2017-02-15fiscal FY 2016281190000899749-17-000031
10-Q2016-11-02fiscal Q3 201625740000899749-16-000100
10-Q2016-08-03fiscal Q2 201625750000899749-16-000087
10-Q2016-05-04fiscal Q1 201625520000899749-16-000073
10-K2016-02-16fiscal FY 2015281210000899749-16-000061
10-Q2015-11-04fiscal Q3 201525760000899749-15-000046
10-Q2015-08-05fiscal Q2 201525760000899749-15-000034
10-Q2015-05-06fiscal Q1 201526540000899749-15-000022
10-K2015-02-17fiscal FY 2014291250000899749-15-000006
10-Q2014-11-04fiscal Q3 201426780000899749-14-000042
10-Q2014-07-30fiscal Q2 201426780000899749-14-000033
10-Q2014-04-30fiscal Q1 201426550000899749-14-000023
10-K2014-02-19fiscal FY 2013291250000899749-14-000008
10-Q2013-10-30fiscal Q3 201326790000899749-13-000045
10-Q2013-07-30fiscal Q2 201326780000899749-13-000036
10-Q2013-05-01fiscal Q1 201326550000899749-13-000021
10-K2013-02-20fiscal FY 2012281210000899749-13-000008
10-Q2012-11-07fiscal Q3 201227820000899749-12-000022
10-Q2012-07-31fiscal Q2 201227820000899749-12-000009
10-Q/A2012-05-10fiscal Q1 201227570001193125-12-225838
10-K/A2012-03-05fiscal FY 2011281230001193125-12-096861
10-Q/A2011-11-15fiscal Q3 201127790001193125-11-312891
10-Q2011-08-08fiscal Q2 201127790000950123-11-074487
10-Q2011-05-09fiscal Q1 201125510000950123-11-047479
10-K2011-02-22fiscal FY 201026740000950123-11-016562
10-Q2010-11-08fiscal Q3 201026760000950123-10-102572
10-Q2010-08-09fiscal Q2 201025740000950123-10-075181

Inspect the source

Entity
HRTI, LLC / CIK 0000899749
Captured
SEC response SHA-256
1fe0b3e9281e0dc78e468b6bf64b55536eb2f1ec863c1dc57f470e2a1c07f896

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