Skip to content

Perkins Oil & Gas, Inc.: filings

Every Perkins Oil & Gas, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2019-02-07

The latest filing in this captured record is a 10-Q filed 2019-02-07. No later filing is in the SEC companyfacts record captured on 2026-09-23. Perkins Oil & Gas, 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-Q2019-02-07fiscal Q2 201919460001640334-19-000176
10-Q2018-11-16fiscal Q1 201919370001640334-18-002224
10-K2018-10-10fiscal FY 201819350001640334-18-001892
10-Q2018-05-16fiscal Q3 201817450001640334-18-001030
10-Q2018-02-09fiscal Q2 201815420001640334-18-000255
10-Q2017-11-24fiscal Q1 201815320001640334-17-002524
10-K2017-11-15fiscal FY 201717330001640334-17-002455
10-Q2017-06-06fiscal Q3 201716430001640334-17-001161
10-Q2017-02-22fiscal Q2 201718540001165527-17-000036
10-Q2016-11-21fiscal Q1 201718380001165527-16-000942
10-K2016-09-28fiscal FY 201618380001165527-16-000886
10-Q2016-05-04fiscal Q3 201618540001165527-16-000755
10-Q2016-01-26fiscal Q2 201618540001165527-16-000641
10-Q2015-11-12fiscal Q1 201618380001165527-15-000540
10-K2015-08-26fiscal FY 201520480001165527-15-000432
10-Q2015-04-29fiscal Q3 201519640001165527-15-000200
10-Q2015-02-12fiscal Q2 201519620001165527-15-000054
10-Q2014-11-10fiscal Q1 201519460001165527-14-000640
10-K2014-08-07fiscal FY 201419500001165527-14-000483
10-Q2014-05-09fiscal Q3 201419650001165527-14-000276
10-Q2014-02-13fiscal Q2 201418580001165527-14-000085
10-K/A2013-11-14fiscal FY 201318470001165527-13-000963
10-Q2013-11-14fiscal Q1 201418460001165527-13-000961
10-K/A2013-11-12fiscal FY 201318470001165527-13-000943

Inspect the source

Entity
Perkins Oil & Gas, Inc. / CIK 0001567802
Captured
SEC response SHA-256
cd49a6571e3c8c9455bf1ec98f828fbd17a6063c2265ea3bea94228f5eb0108c

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