Skip to content

Quarta-Rad, Inc.: filings

Every Quarta-Rad, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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 202621640001493152-26-038371
10-Q2026-05-15fiscal Q1 202623440001493152-26-023573
10-K2026-03-31fiscal FY 202531590001493152-26-014020
10-Q2025-11-13fiscal Q3 202530790001493152-25-022392
10-Q2025-08-14fiscal Q2 202529770001641172-25-023940
10-Q2025-05-15fiscal Q1 202528540001641172-25-011012
10-K2025-03-31fiscal FY 202431590001641172-25-001687
10-Q2024-11-14fiscal Q3 202428750001493152-24-045696
10-K/A2024-08-16fiscal FY 202327550001493152-24-032737
10-Q2024-08-14fiscal Q2 202429770001493152-24-032115
10-Q2024-05-15fiscal Q1 202429560001493152-24-019744
10-K2024-04-01fiscal FY 202327550001493152-24-012312
10-Q2023-11-13fiscal Q3 202327760001493152-23-040223
10-Q2023-10-06fiscal Q2 202325740001493152-23-036489
10-Q2023-07-07fiscal Q1 202325520001493152-23-024015
10-K2023-06-01fiscal FY 202229570001493152-23-019810
10-Q2022-11-21fiscal Q3 202227740001493152-22-033075
10-Q2022-09-14fiscal Q2 202227740001493152-22-025893
10-Q2022-06-21fiscal Q1 202225520001493152-22-017343
10-K2022-05-17fiscal FY 202128550001493152-22-014186
10-Q2021-11-22fiscal Q3 202126670001493152-21-029543
10-Q2021-08-13fiscal Q2 202126650001493152-21-019617
10-Q2021-05-18fiscal Q1 202124470001493152-21-012047
10-K2021-04-15fiscal FY 202026440001493152-21-008862
10-Q2020-11-16fiscal Q3 202017460001493152-20-021367
10-Q2020-08-14fiscal Q2 202017460001493152-20-015746
10-Q2020-05-15fiscal Q1 202017350001493152-20-009121
10-K2020-03-30fiscal FY 201917350001493152-20-005294
10-Q2019-11-14fiscal Q3 201917480001493152-19-017290
10-Q2019-08-14fiscal Q2 201917480001493152-19-012609
10-Q2019-05-15fiscal Q1 201918400001493152-19-007495
10-K2019-04-15fiscal FY 201821420001493152-19-005265
10-Q2018-11-14fiscal Q3 201821550001493152-18-016212
10-Q2018-08-14fiscal Q2 201822560001493152-18-011686
10-Q2018-05-15fiscal Q1 201821410001493152-18-006961
10-K2018-04-13fiscal FY 201722460001493152-18-005104
10-Q2017-11-15fiscal Q3 201723600001493152-17-013319
10-Q2017-08-25fiscal Q2 201722540001493152-17-009853
10-Q2017-05-22fiscal Q1 201722440001493152-17-005768
10-K2017-04-07fiscal FY 201624470001493152-17-003639
10-Q2016-11-04fiscal Q3 201622550001493152-16-014537
10-Q2016-08-22fiscal Q2 201620520001493152-16-012763

Inspect the source

Entity
Quarta-Rad, Inc. / CIK 0001549631
Captured
2026-09-20T09:18:30.100Z
SEC response SHA-256
6c6788d4e5d39e3484fa8b275ab4e53b83f1eda03cb1db737db116824cde8e40

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