Skip to content

KinerjaPay Corp.: filings

Every KinerjaPay Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-10-07

The latest filing in this captured record is a 10-K filed 2020-10-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. KinerjaPay Corp. 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-K2020-10-07fiscal FY 201937730001493152-20-019106
10-Q2019-11-14fiscal Q3 201936980001493152-19-017265
10-Q2019-08-14fiscal Q2 201936950001493152-19-012428
10-Q2019-06-06fiscal Q1 201937740001493152-19-008768
10-K2019-04-24fiscal FY 201838680001493152-19-005809
10-Q2018-12-03fiscal Q3 201833860001493152-18-016936
10-Q2018-08-17fiscal Q2 201829770001493152-18-012219
10-Q2018-05-25fiscal Q1 201829560001493152-18-007800
10-K2018-04-20fiscal FY 201729560001493152-18-005531
10-Q2017-12-08fiscal Q3 201730760001493152-17-014385
10-Q2017-10-16fiscal Q3 201622580001493152-17-011638
10-Q2017-10-16fiscal Q2 201614410001493152-17-011637
10-Q2017-10-16fiscal Q1 201613260001493152-17-011636
10-Q2017-10-12fiscal Q2 201724620001295345-17-000296
10-Q2017-08-25fiscal Q2 201724620001295345-17-000271
10-Q2017-06-07fiscal Q1 201721420001295345-17-000170
10-K2017-04-28fiscal FY 201621420001295345-17-000103
10-Q2016-11-21fiscal Q3 201622580001295345-16-000784
10-Q2016-08-22fiscal Q2 201614400001295345-16-000644
10-Q2016-05-17fiscal Q1 201613260001295345-16-000579
10-K2016-02-11fiscal FY 201517340001295345-16-000435
10-Q2015-11-06fiscal Q3 201514380001295345-15-000321
10-Q2015-08-11fiscal Q2 201515380001295345-15-000205
10-Q2015-05-08fiscal Q1 201515300001295345-15-000112
10-K2015-03-18fiscal FY 201417340001295345-15-000057
10-Q2014-11-07fiscal Q3 201415490001295345-14-000301
10-Q2014-08-05fiscal Q2 201411360001295345-14-000205
10-Q2014-05-12fiscal Q1 201413350001295345-14-000120
10-K2014-03-25fiscal FY 201311280001295345-14-000054
10-Q2013-11-12fiscal Q3 201316480001295345-13-000199
10-Q2013-08-14fiscal Q2 201313350001295345-13-000150
10-Q2013-05-02fiscal Q1 201312270001295345-13-000064
10-K2013-03-12fiscal FY 201212300001295345-13-000024
10-Q2012-11-13fiscal Q3 201221690001144204-12-061707
10-Q2012-08-13fiscal Q2 201220650001144204-12-044607
10-Q/A2012-07-16fiscal Q1 201216480001144204-12-039497
10-Q2012-05-15fiscal Q1 201216480001144204-12-028869
10-K2012-03-26fiscal FY 201116450001144204-12-016952

Inspect the source

Entity
KinerjaPay Corp. / CIK 0001494162
Captured
SEC response SHA-256
43aee10f3fb2a202804e7b7db959d404e4e51444d3085c99c8e0a716792ff74c

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