Skip to content

PLEDGE PETROLEUM CORP: filings

Every PLEDGE PETROLEUM CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-08-19

The latest filing in this captured record is a 10-Q filed 2019-08-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. PLEDGE PETROLEUM 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-Q2019-08-19fiscal Q2 201923440001144204-19-040616
10-Q2019-05-20fiscal Q1 201923330001144204-19-027321
10-K2019-04-16fiscal FY 201823250001144204-19-019899
10-Q2018-11-14fiscal Q3 201831840001144204-18-059849
10-Q2018-08-14fiscal Q2 201831860001144204-18-044746
10-Q2018-06-12fiscal Q1 201831620001144204-18-033926
10-K2018-06-01fiscal FY 201737740001144204-18-032072
10-Q2018-02-12fiscal Q3 201734880001144204-18-007386
10-Q2017-12-18fiscal Q2 201734880001144204-17-064166
10-Q2017-10-17fiscal Q1 201735700001144204-17-052867
10-K2017-08-07fiscal FY 201639780001144204-17-040653
10-Q2016-11-14fiscal Q3 201635920001144204-16-134123
10-Q2016-08-15fiscal Q2 201632860001144204-16-119219
10-Q2016-05-16fiscal Q1 201634700001144204-16-102439
10-K2016-03-30fiscal FY 201536740001144204-16-091311
10-Q2015-11-19fiscal Q3 2015381000001144204-15-066818
10-Q2015-08-14fiscal Q2 201530820001144204-15-049247
10-Q2015-05-14fiscal Q1 201529600001144204-15-030631
10-K2015-03-30fiscal FY 201433670001144204-15-019321
10-Q2014-11-13fiscal Q3 201437910001144204-14-067662
10-Q2014-08-14fiscal Q2 2014381020001144204-14-050083
10-Q2014-05-15fiscal Q1 2014381010001144204-14-031263
10-K2014-04-07fiscal FY 201337960001144204-14-021232
10-Q2013-11-14fiscal Q3 201333980001144204-13-062048
10-Q2013-08-14fiscal Q2 201329870001144204-13-045989
10-Q2013-05-20fiscal Q1 201330600001144204-13-030517
10-K2013-04-15fiscal FY 201233670001165527-13-000376
10-Q2012-11-16fiscal Q3 201230730001144204-12-063399
10-Q/A2012-09-06fiscal Q2 201227700001144204-12-049931
10-Q2012-05-14fiscal Q1 201225540001144204-12-028464
10-K2012-04-16fiscal FY 201129590001144204-12-021767
10-Q2011-11-14fiscal Q3 201128650001144204-11-063195
10-Q2011-08-15fiscal Q2 201126600001144204-11-046355

Inspect the source

Entity
PLEDGE PETROLEUM CORP / CIK 0001434110
Captured
SEC response SHA-256
4d97f20e2b6812104d75685518f386df3ab28782aef639b96bfb465e6e1cba2a

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