Skip to content

HOLLY ENERGY PARTNERS LP: filings

Every HOLLY ENERGY PARTNERS LP annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-02

The latest filing in this captured record is a 10-Q filed 2023-11-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. HOLLY ENERGY PARTNERS 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-Q2023-11-02fiscal Q3 2023401080001283140-23-000060
10-Q2023-08-03fiscal Q2 2023401080001283140-23-000051
10-Q2023-05-05fiscal Q1 202340820001283140-23-000035
10-K2023-02-28fiscal FY 2022411050001283140-23-000017
10-Q2022-11-07fiscal Q3 2022401080001283140-22-000058
10-Q2022-08-08fiscal Q2 2022401080001283140-22-000040
10-Q2022-05-09fiscal Q1 202240820001283140-22-000024
10-K2022-02-23fiscal FY 2021421090001283140-22-000009
10-Q2021-11-03fiscal Q3 2021401080001283140-21-000059
10-Q2021-08-06fiscal Q2 2021401080001283140-21-000043
10-Q2021-05-05fiscal Q1 202140820001283140-21-000030
10-K2021-02-24fiscal FY 2020461600001283140-21-000012
10-Q2020-11-05fiscal Q3 2020401040001283140-20-000049
10-Q2020-08-06fiscal Q2 2020401040001283140-20-000036
10-Q2020-05-07fiscal Q1 202039810001283140-20-000021
10-K2020-02-20fiscal FY 2019421480001283140-20-000010
10-Q2019-10-31fiscal Q3 2019401050001283140-19-000047
10-Q2019-08-01fiscal Q2 2019391030001283140-19-000028
10-Q2019-05-02fiscal Q1 201939780001283140-19-000017
10-K2019-02-20fiscal FY 2018391430001283140-19-000007
10-Q2018-10-31fiscal Q3 201836990001283140-18-000053
10-Q2018-08-02fiscal Q2 201835940001283140-18-000044
10-Q2018-05-02fiscal Q1 201835710001283140-18-000032
10-K2018-02-21fiscal FY 2017381310001283140-18-000015
10-Q2017-11-02fiscal Q3 201734880001283140-17-000051
10-Q2017-08-02fiscal Q2 201734890001283140-17-000026
10-Q2017-05-03fiscal Q1 201734690001283140-17-000019
10-K2017-02-22fiscal FY 2016371290001283140-17-000011
10-Q2016-11-03fiscal Q3 201634880001283140-16-000141
10-Q2016-08-03fiscal Q2 201635920001283140-16-000123
10-Q2016-05-04fiscal Q1 201633680001283140-16-000098
10-K2016-02-24fiscal FY 2015361220001283140-16-000083
10-Q2015-11-05fiscal Q3 201532880001283140-15-000059
10-Q2015-08-05fiscal Q2 201532870001283140-15-000041
10-Q2015-05-06fiscal Q1 201532650001283140-15-000031
10-K2015-02-25fiscal FY 2014351210001283140-15-000012
10-Q2014-11-05fiscal Q3 201432850001283140-14-000060
10-Q2014-08-06fiscal Q2 201432840001283140-14-000048
10-Q2014-05-02fiscal Q1 201432650001283140-14-000038
10-K2014-02-24fiscal FY 2013341020001283140-14-000020
10-Q2013-11-01fiscal Q3 201332880001283140-13-000063
10-Q2013-08-01fiscal Q2 201329740001283140-13-000055
10-Q2013-05-01fiscal Q1 201328570001283140-13-000036
10-K2013-02-27fiscal FY 201232970001283140-13-000014
10-Q2012-11-02fiscal Q3 201229750001283140-12-000055
10-Q2012-08-01fiscal Q2 201227700001283140-12-000042
10-Q2012-05-01fiscal Q1 201227540001283140-12-000017
10-K/A2012-03-23fiscal FY 201131960001283140-12-000002
10-Q2011-10-28fiscal Q3 201128710001193125-11-286353
10-Q2011-08-02fiscal Q2 201127670001193125-11-205060

Inspect the source

Entity
HOLLY ENERGY PARTNERS LP / CIK 0001283140
Captured
SEC response SHA-256
75dc8c9cff723f3d97dbf0255686cd4c7d6f8b030e56e426bc9aab4ea0feff6e

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