Skip to content

ASTIKA HOLDINGS INC.: filings

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

Filing record ends 2020-01-17

The latest filing in this captured record is a 10-Q filed 2020-01-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. ASTIKA HOLDINGS 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-Q2020-01-17fiscal Q3 201916580001096906-20-000012
10-Q2019-09-05fiscal Q2 201916540001096906-19-000319
10-Q2019-05-20fiscal Q1 201916360001096906-19-000211
10-K2019-05-10fiscal FY 201817360001096906-19-000182
10-Q2019-05-09fiscal Q3 201816480001096906-19-000178
10-Q2019-05-09fiscal Q2 201816480001096906-19-000177
10-Q2019-05-09fiscal Q1 201816340001096906-19-000176
10-K2019-04-23fiscal FY 201718360001096906-19-000153
10-K2019-04-15fiscal FY 201718360001096906-19-000137
10-Q2017-11-14fiscal Q3 201714440001393905-17-000347
10-Q2017-10-18fiscal Q2 201714440001393905-17-000321
10-Q2017-10-18fiscal Q1 201712240001393905-17-000319
10-K2017-07-31fiscal FY 201614260001393905-17-000216
10-Q2017-06-06fiscal Q3 201618540001393905-17-000174
10-Q2017-06-06fiscal Q2 201618540001393905-17-000172
10-Q2017-06-06fiscal Q1 201614260001393905-17-000170
10-K2016-11-08fiscal FY 201516300001393905-16-001076
10-Q2015-12-02fiscal Q3 201517410001393905-15-000650
10-Q2015-11-16fiscal Q2 201514360001393905-15-000621
10-Q2015-11-16fiscal Q1 201514250001393905-15-000619
10-K2015-11-03fiscal FY 201425400001393905-15-000579
10-Q2014-11-19fiscal Q3 201425590001117768-14-000890
10-Q2014-08-15fiscal Q2 201425570001117768-14-000670
10-Q2014-05-19fiscal Q1 201423430001117768-14-000454
10-K2014-04-14fiscal FY 201329570001117768-14-000314
10-Q2013-11-14fiscal Q3 201328730001117768-13-000576
10-Q2013-08-14fiscal Q2 201328720001117768-13-000402
10-Q2013-05-14fiscal Q1 201327500001117768-13-000253
10-K2013-03-26fiscal FY 201229560001117768-13-000144
10-Q2012-11-14fiscal Q3 201226770001117768-12-000483

Inspect the source

Entity
ASTIKA HOLDINGS INC. / CIK 0001511161
Captured
SEC response SHA-256
26d9cc7c47e49fd0fe483cab2f2e82b25e49ed43e5336a3aa66dcf1621622806

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