Skip to content

RAYONT INC.: filings

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

Filing record ends 2023-05-15

The latest filing in this captured record is a 10-Q filed 2023-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. RAYONT 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-05-15fiscal Q3 2023471250001493152-23-016818
10-Q2023-02-14fiscal Q2 2023471250001493152-23-004737
10-Q2023-01-17fiscal Q1 202346950001493152-23-001520
10-K2022-12-29fiscal FY 202250950001493152-22-036734
10-Q2022-05-17fiscal Q3 2022431160001493152-22-014184
10-Q2022-02-24fiscal Q2 2022401080001493152-22-005293
10-Q2021-11-15fiscal Q1 202240840001493152-21-028402
10-Q2021-05-17fiscal Q2 2021421070001493152-21-011727
10-Q2021-02-16fiscal Q1 202140740001493152-21-003769
10-K2020-12-18fiscal FY 202033590001493152-20-023879
10-Q2020-08-21fiscal Q3 202027710001213900-20-023204
10-Q2020-05-15fiscal Q2 202027710001213900-20-012500
10-Q2020-03-30fiscal Q1 201923500001213900-20-007793
10-K2020-03-17fiscal FY 201928520001213900-20-006669
10-Q2019-08-15fiscal Q3 201928690001213900-19-016044
10-Q2019-06-19fiscal Q2 201927680001213900-19-011022
10-Q2019-02-14fiscal Q1 201921420001213900-19-002408
10-K2018-12-11fiscal FY 201829510001213900-18-017203
10-Q2018-08-10fiscal Q3 201830710001213900-18-010696
10-Q2018-05-14fiscal Q2 201827660001213900-18-006102
10-Q2018-02-12fiscal Q1 201823410001213900-18-001587
10-K2017-12-29fiscal FY 201732570001477932-17-006352
10-Q2017-08-08fiscal Q3 201731880001477932-17-003726
10-K2017-07-12fiscal FY 201631630001477932-17-003258
10-Q2017-05-08fiscal Q2 2017311000001477932-17-002095
10-Q2017-02-13fiscal Q1 201731660001477932-17-000706
10-K2017-02-07fiscal FY 201631630001477932-17-000569
10-Q2016-08-10fiscal Q3 2016351230001477932-16-011718
10-Q2016-05-13fiscal Q2 2016331200001477932-16-010269
10-Q2016-02-10fiscal Q1 201633850001477932-16-008511
10-K2016-01-12fiscal FY 201534830001477932-16-007985
10-Q2015-08-11fiscal Q3 2015341210001477932-15-004975
10-Q2015-05-11fiscal Q2 2015341230001477932-15-003001
10-Q2015-02-04fiscal Q1 201538970001477932-15-000979
10-K2014-12-30fiscal FY 201438940001477932-14-007374
10-Q2014-08-04fiscal Q3 2014341190001477932-14-004046
10-Q2014-05-15fiscal Q2 2014361300001477932-14-002564
10-Q2014-01-30fiscal Q1 201436910001477932-14-000451
10-K2013-12-16fiscal FY 201336870001477932-13-006066
10-Q2013-08-13fiscal Q3 2013361180001477932-13-003590
10-Q2013-05-10fiscal Q2 2013331020001477932-13-002299
10-Q2013-01-24fiscal Q1 201329720001477932-13-000345
10-K2012-11-02fiscal FY 201228640001477932-12-004063
10-Q2012-08-07fiscal Q3 2012281150001477932-12-002737
10-Q2012-05-14fiscal Q2 201219610001477932-12-001521

Inspect the source

Entity
RAYONT INC. / CIK 0001539778
Captured
SEC response SHA-256
6bfb258021d1976a47e06b42f3bebacbcef28d5b30fb54085a102cd839acd1c1

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