Skip to content

REFLECT SCIENTIFIC, INC.: filings

Every REFLECT SCIENTIFIC, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-Q2024-11-12fiscal Q3 2024361100001548123-24-000126
10-Q2024-08-13fiscal Q2 202433970001548123-24-000101
10-Q2024-05-13fiscal Q1 202432660001548123-24-000073
10-K2024-03-29fiscal FY 202333670001548123-24-000032
10-Q2023-11-09fiscal Q3 2023331030001548123-23-000167
10-Q2023-08-08fiscal Q2 202332960001548123-23-000137
10-Q2023-05-11fiscal Q1 202331660001548123-23-000102
10-K2023-03-31fiscal FY 202233670001548123-23-000056
10-Q2022-11-09fiscal Q3 2022331010001548123-22-000178
10-Q2022-08-10fiscal Q2 202232950001548123-22-000114
10-Q2022-05-13fiscal Q1 202231640001548123-22-000067
10-K2022-03-31fiscal FY 202134650001548123-22-000034
10-Q2021-11-15fiscal Q3 202131860001548123-21-000136
10-Q2021-08-16fiscal Q2 202132850001548123-21-000100
10-K2020-03-30fiscal FY 201931650001548123-20-000035
10-Q2019-11-19fiscal Q3 201932950001548123-19-000223
10-Q2019-08-14fiscal Q2 201932900001548123-19-000171
10-Q2019-05-15fiscal Q1 201932670001548123-19-000099
10-K2019-04-03fiscal FY 201833700001548123-19-000063
10-Q2018-11-14fiscal Q3 201830860001548123-18-000303
10-Q2018-08-14fiscal Q2 201828800001548123-18-000211
10-Q2018-05-15fiscal Q1 201826540001548123-18-000140
10-K2018-04-02fiscal FY 201732670001548123-18-000070
10-Q2017-11-13fiscal Q3 201732940001548123-17-000259
10-Q2017-08-14fiscal Q2 201728780001548123-17-000187
10-Q2017-05-15fiscal Q1 201732660001548123-17-000132
10-K2017-03-31fiscal FY 201632670001548123-17-000056
10-Q2016-11-09fiscal Q3 201627760001548123-16-000710
10-Q2016-08-12fiscal Q2 201628780001548123-16-000653
10-Q2016-05-13fiscal Q1 201627560001548123-16-000579
10-K2016-03-30fiscal FY 201534730001548123-16-000514
10-Q2015-11-13fiscal Q3 201529800001548123-15-000393
10-Q2015-08-07fiscal Q2 201528760001548123-15-000272
10-Q2015-05-15fiscal Q1 201528580001548123-15-000178
10-K2015-03-31fiscal FY 201434710001548123-15-000101
10-Q2014-11-10fiscal Q3 201429780001548123-14-000425
10-Q2014-08-14fiscal Q2 201429780001548123-14-000322
10-Q2014-05-15fiscal Q1 201433680001548123-14-000207
10-K2014-03-31fiscal FY 201336750001548123-14-000094
10-Q2013-11-12fiscal Q3 201332860001548123-13-000422
10-Q2013-08-14fiscal Q2 201331840001548123-13-000326
10-Q2013-05-15fiscal Q1 201331630001548123-13-000210
10-K2013-04-01fiscal FY 201236740001548123-13-000114
10-Q2012-11-14fiscal Q3 201234940001548123-12-000379
10-Q2012-08-13fiscal Q2 201233900001548123-12-000233
10-Q2012-05-10fiscal Q1 201232650001548123-12-000039
10-K2012-03-30fiscal FY 201134710001010412-12-000154
10-Q2011-11-10fiscal Q3 201134940001010412-11-000620
10-Q2011-08-15fiscal Q2 201133900001010412-11-000453

Inspect the source

Entity
REFLECT SCIENTIFIC, INC. / CIK 0001103090
Captured
2026-09-20T05:23:12.214Z
SEC response SHA-256
813550c8006e4fa44b9a7a7762a98655bae3a221b94d07ff4c5994f0aef8e605

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