Skip to content

REALLOYS INC.: filings

Every REALLOYS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-13fiscal Q2 2026401100001628280-26-056817
10-Q2026-05-20fiscal Q1 202641860001628280-26-036966
10-K2026-02-23fiscal FY 202534680001437749-26-005114
10-Q2025-10-16fiscal Q3 202531960001437749-25-031175
10-Q2025-08-14fiscal Q2 202530900001437749-25-026916
10-Q2025-05-15fiscal Q1 202531650001437749-25-017091
10-K2025-03-21fiscal FY 202434680001437749-25-008773
10-Q2024-11-14fiscal Q3 2024351030001437749-24-035252
10-Q2024-08-15fiscal Q2 202434970001437749-24-027047
10-Q2024-05-15fiscal Q1 202433690001437749-24-017116
10-K2024-04-01fiscal FY 202333660001437749-24-010302
10-Q2023-11-14fiscal Q3 202333910001437749-23-031931
10-Q2023-08-14fiscal Q2 202333910001437749-23-023598
10-Q2023-05-15fiscal Q1 202331640001437749-23-014638
10-K2023-04-14fiscal FY 202233670001437749-23-010333
10-Q2022-11-14fiscal Q3 202234910001437749-22-027277
10-Q2022-08-15fiscal Q2 202234910001437749-22-020437
10-Q2022-05-16fiscal Q1 202235720001437749-22-012678
10-K2022-03-31fiscal FY 202131630001437749-22-007867
10-Q2021-11-15fiscal Q3 2021351000001437749-21-026767
10-Q2021-08-16fiscal Q2 202133920001437749-21-020157
10-Q2021-05-17fiscal Q1 202131610001437749-21-012445
10-K2021-03-31fiscal FY 202029570001437749-21-007800
10-Q2020-11-16fiscal Q3 202028730001437749-20-023965
10-Q2020-08-14fiscal Q2 202028760001437749-20-017965
10-Q2020-06-29fiscal Q1 202025500001437749-20-014079
10-K2020-04-16fiscal FY 201929570001437749-20-007802
10-Q2019-11-14fiscal Q3 201929760001437749-19-022829
10-Q2019-08-19fiscal Q2 201927760001010549-19-000194
10-Q2019-05-20fiscal Q1 201927530001010549-19-000134
10-K2019-04-19fiscal FY 201829570001010549-19-000088
10-Q2018-11-19fiscal Q3 201830750001010549-18-000445
10-Q2018-08-20fiscal Q2 201829820001010549-18-000306
10-Q2018-05-22fiscal Q1 201829580001010549-18-000191
10-K2018-04-17fiscal FY 201729590001010549-18-000123
10-Q2017-11-14fiscal Q3 201724700001010549-17-000449
10-Q2017-08-14fiscal Q2 201723680001010549-17-000310
10-Q2017-05-15fiscal Q1 201724500001010549-17-000179
10-K2017-04-12fiscal FY 201626530001010549-17-000135
10-Q2016-11-21fiscal Q3 201626740001010549-16-000817
10-Q2016-08-19fiscal Q2 201622520001010549-16-000699
10-Q2016-05-23fiscal Q1 201620400001010549-16-000619
10-K2016-04-14fiscal FY 201523460001010549-16-000569
10-Q2015-11-05fiscal Q3 201514340001010549-15-000318
10-Q2015-08-07fiscal Q2 201517460001010549-15-000244
10-Q2015-05-13fiscal Q1 201514300001010549-15-000176
10-K2015-03-11fiscal FY 201415280001010549-15-000072
10-Q2014-11-18fiscal Q3 201418480001010549-14-000625

Inspect the source

Entity
REALLOYS INC. / CIK 0001567900
Captured
2026-09-20T09:20:51.088Z
SEC response SHA-256
b68bca8389c02580ceceaa561bf493af581a8ec96f34d211d3c1cccb063d9b9e

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