Skip to content

BRYN INC.: filings

Every BRYN INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-14fiscal Q2 202620600001213900-26-090039
10-Q2026-05-19fiscal Q1 202620400001213900-26-058998
10-K2026-04-02fiscal FY 202517350001213900-26-039292
10-Q2025-10-21fiscal Q3 202517580001213900-25-100811
10-Q2025-07-24fiscal Q2 202517540001213900-25-067245
10-Q2025-05-21fiscal Q1 202517360001213900-25-046282
10-K2025-04-15fiscal FY 202417350001213900-25-031846
10-Q2025-01-13fiscal Q3 202418620001213900-25-002843
10-Q2025-01-13fiscal Q2 202418580001213900-25-002840
10-Q2025-01-13fiscal Q1 202417360001213900-25-002837
10-K2025-01-06fiscal FY 202318340001213900-25-000956
10-K2025-01-03fiscal FY 202215310001213900-25-000675
10-K2024-12-30fiscal FY 202119360001213900-24-113255
10-K/A2024-12-19fiscal FY 202018330001213900-24-110489
10-Q2020-12-04fiscal Q2 202113250001213900-20-040987
10-K/A2020-09-23fiscal FY 202010170001213900-20-027893
10-Q2020-08-03fiscal Q1 202114230001213900-20-019753
10-K2020-07-21fiscal FY 202010170001213900-20-018111
10-Q2013-03-22fiscal Q3 201319440001554795-13-000183
10-Q2012-12-26fiscal Q2 201319450001554795-12-000229
10-Q/A2012-10-16fiscal Q1 201318350001554795-12-000097
10-K2012-08-13fiscal FY 201224430001554795-12-000006
10-Q2012-03-21fiscal Q3 201213320001471242-12-000333
10-Q2011-12-19fiscal Q2 201224680001078782-11-003656
10-Q/A2011-10-14fiscal Q1 201225690001078782-11-003004

Inspect the source

Entity
BRYN INC. / CIK 0001397795
Captured
2026-09-20T08:00:21.615Z
SEC response SHA-256
6fc3b3874aacb02d21834148639ace31b279132ce1c2d94c1f6aa0b52f094450

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