Skip to content

Frontline plc: filings

Every Frontline plc annual and quarterly report in the SEC record with the published financial measures it tagged, 12 filings, each linked to its SEC index.

Filing record ends 2022-03-17

The latest filing in this captured record is a 20-F filed 2022-03-17. No later filing is in the SEC companyfacts record captured on 2026-09-20. Frontline plc 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
20-F2022-03-17fiscal FY 2021441200000913290-22-000003
20-F2021-03-18fiscal FY 2020441230000913290-21-000003
20-F2020-03-20fiscal FY 2019441180001628280-20-003843
20-F2019-03-28fiscal FY 201836990000913290-19-000004
20-F2018-03-19fiscal FY 201735960000913290-18-000003
20-F2017-03-16fiscal FY 201635940000913290-17-000003
20-F2016-03-21fiscal FY 201536960000913290-16-000012
20-F2015-03-16fiscal FY 201435960000913290-15-000004
20-F2014-03-21fiscal FY 201334970000913290-14-000007
20-F2013-03-21fiscal FY 2012371020001445305-13-000680
20-F/A2012-04-27fiscal FY 2011371030000919574-12-002930
20-F2011-04-04fiscal FY 2010381030000919574-11-002596

Inspect the source

Entity
Frontline plc / CIK 0000913290
Captured
2026-09-20T05:06:52.344Z
SEC response SHA-256
6b40b2d819bac7afe758e6ced5f3d09f131de4518e6ceb3eeb55f8b4039b8cf8

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