Skip to content

TRANSATLANTIC PETROLEUM LTD.: filings

Every TRANSATLANTIC PETROLEUM LTD. 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-11-19

The latest filing in this captured record is a 10-Q filed 2020-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. TRANSATLANTIC PETROLEUM LTD. 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-11-19fiscal Q3 2020421190001564590-20-054671
10-Q2020-08-12fiscal Q2 2020421190001564590-20-039729
10-Q2020-06-17fiscal Q1 202042890001564590-20-029669
10-K2020-03-25fiscal FY 201941860001564590-20-012869
10-Q2019-11-12fiscal Q3 2019411170001564590-19-043012
10-Q2019-08-07fiscal Q2 2019411170001564590-19-030179
10-Q2019-05-08fiscal Q1 201941870001564590-19-017312
10-K2019-03-26fiscal FY 201841850001564590-19-009372
10-Q2018-11-14fiscal Q3 2018381040001564590-18-029603
10-Q2018-08-08fiscal Q2 2018381040001564590-18-020559
10-Q2018-05-09fiscal Q1 201837780001564590-18-012502
10-K2018-03-21fiscal FY 201739970001564590-18-006472
10-Q2017-11-08fiscal Q3 201737970001564590-17-022827
10-Q2017-08-09fiscal Q2 201737970001564590-17-017025
10-Q2017-05-10fiscal Q1 201736720001564590-17-010312
10-K2017-03-22fiscal FY 201641990001564590-17-005033
10-Q2016-11-09fiscal Q3 201638990001564590-16-028702
10-Q2016-08-10fiscal Q2 201636970001564590-16-023898
10-Q2016-05-10fiscal Q1 201635720001564590-16-018925
10-K2016-03-30fiscal FY 201538980001564590-16-015647
10-Q2015-11-05fiscal Q3 201537990001564590-15-009712
10-Q2015-08-06fiscal Q2 201536980001564590-15-006506
10-Q2015-05-11fiscal Q1 201537770001564590-15-003909
10-K2015-03-16fiscal FY 2014381000001564590-15-001747
10-Q2014-11-06fiscal Q3 201435950001564590-14-005198
10-Q2014-08-07fiscal Q2 201435960001193125-14-300665
10-Q2014-05-08fiscal Q1 201435720001193125-14-189937
10-K2014-03-13fiscal FY 2013381010001193125-14-098045
10-Q2013-11-07fiscal Q3 201336980001193125-13-432766
10-Q2013-08-07fiscal Q2 201336980001193125-13-324144
10-Q2013-05-23fiscal Q1 201336750001193125-13-233491
10-K2013-05-16fiscal FY 2012391260001193125-13-222765
10-Q2012-11-30fiscal Q3 201236990001193125-12-487139
10-Q/A2012-09-10fiscal Q2 201236990001193125-12-386365
10-Q2012-05-10fiscal Q1 201234700001193125-12-225412
10-K2012-03-23fiscal FY 201136930001193125-12-128943
10-Q2011-11-09fiscal Q3 201135910001193125-11-304741
10-Q/A2011-09-07fiscal Q2 201134900001193125-11-242320

Inspect the source

Entity
TRANSATLANTIC PETROLEUM LTD. / CIK 0001092289
Captured
SEC response SHA-256
291d55f65dd54f6eb7b9975946bb5aa6521fe0bde567de1da7abfca1dba501e7

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