Skip to content

MURPHY USA INC.: filings

Every MURPHY USA INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

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-Q2026-08-06fiscal Q2 2026381060001573516-26-000166
10-Q2026-05-07fiscal Q1 202638780001573516-26-000135
10-K2026-02-18fiscal FY 2025401070001573516-26-000090
10-Q2025-10-30fiscal Q3 2025401160001573516-25-000074
10-Q2025-07-31fiscal Q2 2025401120001573516-25-000049
10-Q2025-05-08fiscal Q1 202540820001573516-25-000038
10-K2025-02-20fiscal FY 2024401070001573516-25-000010
10-Q2024-10-31fiscal Q3 2024391140001573516-24-000054
10-Q2024-08-01fiscal Q2 2024391100001573516-24-000046
10-Q2024-05-09fiscal Q1 202439800001573516-24-000036
10-K2024-02-16fiscal FY 2023421120001573516-24-000007
10-Q2023-11-02fiscal Q3 2023411180001573516-23-000049
10-Q2023-08-03fiscal Q2 2023411140001573516-23-000039
10-Q2023-05-04fiscal Q1 202341850001573516-23-000026
10-K2023-02-15fiscal FY 2022421130001573516-23-000011
10-Q2022-10-27fiscal Q3 2022411190001573516-22-000045
10-Q2022-07-28fiscal Q2 2022411150001573516-22-000035
10-Q2022-05-05fiscal Q1 202241850001573516-22-000022
10-K2022-02-17fiscal FY 2021431140001573516-22-000006
10-Q2021-10-28fiscal Q3 2021431240001573516-21-000055
10-Q2021-07-29fiscal Q2 2021431200001573516-21-000044
10-Q2021-04-29fiscal Q1 202143880001573516-21-000028
10-K2021-02-19fiscal FY 2020391040001573516-21-000017
10-Q2020-10-29fiscal Q3 2020421220001573516-20-000068
10-Q2020-07-30fiscal Q2 2020421180001573516-20-000053
10-Q2020-04-30fiscal Q1 202043880001573516-20-000021
10-K2020-02-18fiscal FY 2019421330001573516-20-000007
10-Q2019-10-31fiscal Q3 2019401160001573516-19-000056
10-Q2019-08-08fiscal Q2 2019401120001573516-19-000036
10-Q2019-05-01fiscal Q1 201940820001573516-19-000020
10-K2019-02-19fiscal FY 2018351210001573516-19-000012
10-Q2018-11-01fiscal Q3 2018371050001573516-18-000050
10-Q2018-08-02fiscal Q2 2018381090001573516-18-000041
10-Q2018-05-03fiscal Q1 201836770001573516-18-000017
10-K2018-02-20fiscal FY 2017361290001573516-18-000010
10-Q2017-11-02fiscal Q3 201731890001573516-17-000039
10-Q2017-08-03fiscal Q2 201731890001573516-17-000033
10-Q2017-05-04fiscal Q1 201731650001573516-17-000019
10-K2017-02-22fiscal FY 2016361270001573516-17-000006
10-Q2016-11-03fiscal Q3 201633920001573516-16-000075
10-Q2016-08-04fiscal Q2 201633920001573516-16-000066
10-Q2016-05-09fiscal Q1 201632660001573516-16-000059
10-K2016-02-26fiscal FY 2015341210001573516-16-000051
10-Q2015-11-05fiscal Q3 201531880001573516-15-000031
10-Q2015-08-06fiscal Q2 201531890001573516-15-000024
10-Q2015-05-05fiscal Q1 201531640001573516-15-000015
10-K2015-02-27fiscal FY 2014341190001573516-15-000008
10-Q2014-11-06fiscal Q3 201432880001573516-14-000035
10-Q2014-08-07fiscal Q2 201431860001573516-14-000027
10-Q2014-05-06fiscal Q1 201431650001573516-14-000011
10-K2014-02-28fiscal FY 2013321120001573516-14-000005
10-Q2013-11-08fiscal Q3 201328760001573516-13-000020

Inspect the source

Entity
MURPHY USA INC. / CIK 0001573516
Captured
2026-09-20T09:21:35.574Z
SEC response SHA-256
23396a8de560dc8572e6455f4b3f77ab971615eaa7c7008c7204e44e2c1e5ea4

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