Skip to content

PBF LOGISTICS LP: filings

Every PBF LOGISTICS LP annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2022-10-27

The latest filing in this captured record is a 10-Q filed 2022-10-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. PBF LOGISTICS LP 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-Q2022-10-27fiscal Q3 202233860001582568-22-000039
10-Q2022-07-28fiscal Q2 202233860001582568-22-000026
10-Q2022-04-28fiscal Q1 202233680001582568-22-000016
10-K2022-02-17fiscal FY 202134840001582568-22-000008
10-Q2021-10-28fiscal Q3 202134880001582568-21-000043
10-Q2021-07-29fiscal Q2 202134880001582568-21-000032
10-Q2021-04-29fiscal Q1 202134700001582568-21-000020
10-K2021-02-18fiscal FY 202034840001582568-21-000014
10-Q2020-10-29fiscal Q3 202034920001582568-20-000037
10-Q2020-07-31fiscal Q2 202034910001582568-20-000030
10-Q2020-05-15fiscal Q1 202034700001582568-20-000020
10-K2020-02-20fiscal FY 201934980001582568-20-000010
10-Q2019-10-31fiscal Q3 201936900001582568-19-000040
10-Q2019-08-01fiscal Q2 201933840001582568-19-000036
10-Q2019-05-01fiscal Q1 201929590001582568-19-000023
10-K2019-02-21fiscal FY 201824660001582568-19-000011
10-Q2018-10-31fiscal Q3 201828710001582568-18-000062
10-Q2018-08-02fiscal Q2 201828710001582568-18-000048
10-Q2018-05-03fiscal Q1 201824490001582568-18-000026
10-K2018-02-23fiscal FY 201720580001582568-18-000015
10-Q2017-11-02fiscal Q3 201725660001582568-17-000050
10-Q2017-08-03fiscal Q2 201725680001582568-17-000041
10-Q2017-05-04fiscal Q1 201721410001582568-17-000026
10-K2017-02-24fiscal FY 201619560001582568-17-000014
10-Q2016-11-04fiscal Q3 201621510001582568-16-000114
10-Q2016-08-04fiscal Q2 201619510001582568-16-000097
10-Q2016-05-05fiscal Q1 201616340001582568-16-000085
10-K2016-02-22fiscal FY 201519500001582568-16-000077
10-Q2015-11-05fiscal Q3 201517470001582568-15-000065
10-Q2015-08-06fiscal Q2 201517420001582568-15-000040
10-Q2015-05-01fiscal Q1 201516290001582568-15-000025
10-K2015-02-26fiscal FY 201416410001582568-15-000016
10-Q2014-11-13fiscal Q3 201416270001582568-14-000042
10-Q2014-08-13fiscal Q2 201416260001582568-14-000017

Inspect the source

Entity
PBF LOGISTICS LP / CIK 0001582568
Captured
SEC response SHA-256
479f332aae507439cca8d201b712e18189643ab3c54b31a34cd24f175b059236

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