Skip to content

Kisses From Italy Inc.: filings

Every Kisses From Italy Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-12-31fiscal Q3 2024431280001683168-24-009066
10-Q2024-08-19fiscal Q2 2024431280001683168-24-005907
10-Q/A2024-08-13fiscal Q1 202444910001683168-24-005519
10-Q2024-07-15fiscal Q1 202444920001683168-24-004860
10-K2024-07-15fiscal FY 202346970001683168-24-004856
10-Q2023-11-14fiscal Q3 2023441310001683168-23-008124
10-Q2023-08-14fiscal Q2 2023451290001683168-23-005742
10-Q2023-05-11fiscal Q1 202343890001683168-23-003197
10-K2023-03-31fiscal FY 202245920001683168-23-002011
10-Q2022-11-08fiscal Q3 2022451330001683168-22-007375
10-Q2022-08-12fiscal Q2 2022451290001683168-22-005585
10-Q2022-05-23fiscal Q1 202246960001683168-22-003885
10-K2022-04-15fiscal FY 202140820001683168-22-002682
10-Q2021-11-15fiscal Q3 2021391130001683168-21-005532
10-Q2021-08-16fiscal Q2 2021391100001683168-21-003598
10-Q2021-05-17fiscal Q1 202139820001683168-21-002044
10-K2021-04-15fiscal FY 202041840001683168-21-001432
10-Q/A2020-11-13fiscal Q3 2020391120001683168-20-003908
10-Q2020-08-12fiscal Q2 2020391100001683168-20-002634
10-Q2020-06-29fiscal Q1 202037780001683168-20-002105
10-K2020-05-18fiscal FY 201939800001683168-20-001652
10-Q2019-11-19fiscal Q3 2019371100001683168-19-003728
10-Q2019-08-19fiscal Q2 2019361040001683168-19-002671
10-Q2019-05-20fiscal Q1 201935740001683168-19-001628
10-K2019-04-16fiscal FY 201836740001683168-19-001068
10-Q2018-11-09fiscal Q3 2018371020001683168-18-003324

Inspect the source

Entity
Kisses From Italy Inc. / CIK 0001608092
Captured
2026-09-20T09:26:23.154Z
SEC response SHA-256
84238d3f84870a5157116e94eb5b48326edfd49b9fc5d1704c322188484b0fda

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