Skip to content

Kashin, Inc.: filings

Every Kashin, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-Q2025-03-28fiscal Q3 202521740001683168-25-001999
10-Q2024-12-11fiscal Q2 202521720001683168-24-008632
10-Q2024-09-10fiscal Q1 202521520001683168-24-006274
10-K2024-07-31fiscal FY 202422500001683168-24-005168
10-Q2024-03-18fiscal Q3 202419650001683168-24-001510
10-Q2023-12-04fiscal Q2 202422710001683168-23-008606
10-Q2023-09-21fiscal Q1 202422510001683168-23-006587
10-K2023-08-28fiscal FY 202323460001683168-23-006098
10-Q/A2023-06-20fiscal Q3 202321720001683168-23-004267
10-Q/A2023-06-20fiscal Q2 202321690001683168-23-004265
10-Q/A2023-06-20fiscal Q1 202321500001683168-23-004263
10-Q2023-03-16fiscal Q3 202322760001683168-23-001557
10-Q2022-12-16fiscal Q2 202322700001683168-22-008482
10-Q2022-12-16fiscal Q1 202322510001683168-22-008475
10-K2022-12-15fiscal FY 202224480001683168-22-008449
10-Q2022-03-23fiscal Q3 202218540001683168-22-001876
10-Q2022-01-03fiscal Q2 202210330001683168-22-000013
10-Q2022-01-03fiscal Q1 202218450001683168-22-000011
10-K2021-12-06fiscal FY 202120400001683168-21-006119
10-Q2015-12-21fiscal Q2 201614360001477932-15-007721
10-Q2015-09-21fiscal Q1 201613280001477932-15-006016
10-K2015-08-14fiscal FY 201511240001477932-15-005163
10-Q2015-05-20fiscal Q3 201510290001477932-15-003428
10-Q2015-04-22fiscal Q3 201510290001477932-15-002678
10-Q2015-04-14fiscal Q2 201510300001477932-15-002392
10-Q2015-04-01fiscal Q1 201510230001477932-15-002204
10-K2015-03-06fiscal FY 201413370001477932-15-001548
10-Q2014-12-30fiscal Q3 201414480001477932-14-007372
10-Q2014-12-22fiscal Q2 201414460001477932-14-007197
10-Q2013-09-11fiscal Q1 201416430001494733-13-000171
10-K2013-07-24fiscal FY 201316450001494733-13-000150
10-Q2013-03-12fiscal Q3 201317580001494733-13-000059
10-Q2012-12-12fiscal Q2 201317550001494733-12-000297
10-Q2012-09-11fiscal Q1 201316410001494733-12-000201
10-K2012-07-27fiscal FY 201215420001494733-12-000138
10-Q/A2012-03-08fiscal Q3 201215510001494733-12-000043
10-Q2012-03-07fiscal Q3 201215510001494733-12-000041
10-Q2011-12-13fiscal Q2 201213460001467845-11-000027
10-Q2011-09-01fiscal Q1 201212320001467845-11-000023
10-K/A2011-07-19fiscal FY 201112340001467845-11-000019

Inspect the source

Entity
Kashin, Inc. / CIK 0001467845
Captured
2026-09-21T17:20:05.297Z
SEC response SHA-256
9e431cae064b6f56fb725a2fc8fbf51f7e4e349cc721a0b6733cf9aaedfc6a97

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