Skip to content

RadTek, Inc: filings

Every RadTek, 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 2016-11-16

The latest filing in this captured record is a 10-Q filed 2016-11-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. RadTek, 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-Q2016-11-16fiscal Q3 201636970001504412-16-000361
10-Q2016-08-24fiscal Q1 201633680001504412-16-000313
10-K2016-08-24fiscal FY 201537740001504412-16-000309
10-Q2016-08-22fiscal Q2 201634950001504412-16-000306
10-Q2016-05-23fiscal Q1 201633680001504412-16-000264
10-K2016-04-27fiscal FY 201537740001504412-16-000240
10-Q2015-11-30fiscal Q3 201535940001504412-15-000195
10-Q2015-11-23fiscal Q3 201535940001504412-15-000184
10-Q2015-08-19fiscal Q2 201529800001014897-15-000269
10-Q2015-05-15fiscal Q1 201520400001014897-15-000179
10-K2015-04-07fiscal FY 201431620001014897-15-000111
10-Q2014-12-05fiscal Q3 201424660001014897-14-000515
10-Q2014-08-19fiscal Q2 201424660001014897-14-000363
10-Q2014-08-07fiscal Q1 201428560001014897-14-000327
10-Q2014-05-20fiscal Q1 201426520001014897-14-000239
10-K/A2014-04-16fiscal FY 201328560001014897-14-000161
10-K2014-04-15fiscal FY 201328560001014897-14-000159
10-Q/A2013-11-19fiscal Q2 201316550001014897-13-000432
10-Q2013-11-18fiscal Q2 201316460001014897-13-000427
10-Q2013-08-20fiscal Q1 201313310001471242-13-000303
10-K2013-07-02fiscal FY 201221510001471242-13-000227
10-Q2013-02-19fiscal Q3 201216520001510961-13-000049
10-Q2012-11-08fiscal Q2 201215550001510961-12-000010
10-Q2012-08-09fiscal Q1 201211250001510963-12-000051
10-K2012-07-12fiscal FY 201111290001510963-12-000031
10-Q/A2012-02-17fiscal Q3 201113370001487252-12-000011
10-Q2011-10-07fiscal Q2 201115450001487252-11-000082
10-Q/A2011-08-26fiscal Q1 201115370001487252-11-000061
10-Q/A2011-08-26fiscal Q1 201115370001487252-11-000060
10-K/A2011-07-05fiscal FY 201016380001344676-11-000008

Inspect the source

Entity
RadTek, Inc / CIK 0001487252
Captured
SEC response SHA-256
b537cb9ef22be3e10e18408cd716591d19aeca2d25421e37c58cd575b54be87a

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