Skip to content

Resonate Blends, Inc.: filings

Every Resonate Blends, 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-K/A2025-07-07fiscal FY 202430550001641172-25-017976
10-Q2025-06-16fiscal Q1 202527530001641172-25-015258
10-K2025-06-10fiscal FY 202430550001641172-25-014461
10-Q2024-11-26fiscal Q3 202429750001493152-24-047676
10-Q2024-08-21fiscal Q2 202427720001493152-24-033340
10-Q2024-05-20fiscal Q1 202427530001493152-24-020796
10-K2024-04-16fiscal FY 202327530001493152-24-014876
10-Q2023-11-20fiscal Q3 202327840001493152-23-042053
10-Q2023-08-14fiscal Q2 202326790001493152-23-028149
10-Q2023-05-22fiscal Q1 202323480001493152-23-018479
10-K2023-04-17fiscal FY 202230570001493152-23-012539
10-Q2022-11-21fiscal Q3 202228810001493152-22-033105
10-Q2022-08-22fiscal Q2 202228710001493152-22-023730
10-Q2022-05-20fiscal Q1 202227490001493152-22-014633
10-K/A2022-04-19fiscal FY 202128480001493152-22-010465
10-K/A2022-04-18fiscal FY 202129650001493152-22-010171
10-Q2021-11-22fiscal Q3 202128710001493152-21-029563
10-Q2021-08-18fiscal Q2 202123570001493152-21-020503
10-Q2021-05-19fiscal Q1 202125460001493152-21-012223
10-K2021-04-15fiscal FY 202020390001493152-21-008844
10-Q2020-11-23fiscal Q3 202020600001493152-20-022159
10-Q2020-08-14fiscal Q2 202026740001493152-20-015818
10-Q2020-06-29fiscal Q1 202028520001493152-20-012105
10-K2020-05-14fiscal FY 201927510001493152-20-008581
10-Q/A2019-12-13fiscal Q3 201927720001493152-19-019199
10-Q2019-11-19fiscal Q3 201927720001493152-19-017873
10-Q2019-08-14fiscal Q2 201927700001493152-19-012361
10-Q2019-05-20fiscal Q1 201925460001493152-19-007885
10-K/A2019-05-20fiscal FY 201827520001493152-19-007818
10-K2019-04-02fiscal FY 201827520001493152-19-004713
10-Q2018-11-19fiscal Q3 201828700001493152-18-016384
10-Q2018-08-20fiscal Q2 201827690001493152-18-012336
10-Q2018-07-19fiscal Q1 201825470001493152-18-010187
10-K2018-06-20fiscal FY 201725500001493152-18-009029
10-Q2017-11-21fiscal Q3 201726670001493152-17-013697
10-Q/A2017-09-13fiscal Q2 201726700001493152-17-010556
10-Q2017-08-23fiscal Q2 201726700001493152-17-009770
10-Q2017-05-15fiscal Q1 201726490001493152-17-005270
10-K2017-04-24fiscal FY 201625500001493152-17-004321
10-Q2016-11-15fiscal Q3 201625670001493152-16-015073
10-Q2016-08-03fiscal Q2 201625660001493152-16-011915
10-Q2016-06-17fiscal Q1 201625510001493152-16-010925
10-K2016-05-31fiscal FY 201526530001493152-16-010417
10-Q2016-02-11fiscal Q3 201526670001493152-16-007308
10-Q2015-08-19fiscal Q2 201526680001493152-15-003886
10-Q2015-05-20fiscal Q1 201524490001493152-15-002159
10-K2015-04-15fiscal FY 201423450001493152-15-001429
10-Q2014-11-28fiscal Q3 201427760001213900-14-008634

Inspect the source

Entity
Resonate Blends, Inc. / CIK 0000897078
Captured
2026-09-20T05:04:40.967Z
SEC response SHA-256
47e92286a3e1c228c6613ac4d64e417b8a63ff7b952844d6f85fb49ac34e6210

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