Skip to content

PATRIOT TRANSPORTATION HOLDING, INC.: filings

Every PATRIOT TRANSPORTATION HOLDING, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2023-12-12

The latest filing in this captured record is a 10-K filed 2023-12-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. PATRIOT TRANSPORTATION HOLDING, INC. 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-K2023-12-12fiscal FY 2023461200001616741-23-000042
10-Q2023-08-03fiscal Q3 2023411120001616741-23-000035
10-Q2023-05-10fiscal Q2 2023421140001616741-23-000026
10-Q2023-02-14fiscal Q1 202341860001616741-23-000019
10-K2022-12-09fiscal FY 2022451170001616741-22-000044
10-Q2022-08-08fiscal Q3 2022421140001616741-22-000036
10-Q2022-05-13fiscal Q2 2022421140001616741-22-000026
10-Q2022-02-10fiscal Q1 202242880001616741-22-000010
10-K2021-12-14fiscal FY 2021451180001616741-21-000054
10-Q2021-08-13fiscal Q3 2021431200001616741-21-000036
10-Q2021-05-14fiscal Q2 2021381060001616741-21-000019
10-Q2021-02-09fiscal Q1 202138800001616741-21-000010
10-K2020-12-11fiscal FY 2020441160001616741-20-000037
10-Q2020-08-14fiscal Q3 2020401100001616741-20-000028
10-Q2020-05-15fiscal Q2 2020401100001616741-20-000010
10-Q2020-02-13fiscal Q1 202039820001616741-20-000004
10-K/A2019-12-13fiscal FY 2019411100000844059-19-000019
10-Q2019-08-14fiscal Q3 2019391080001654954-19-009469
10-Q2019-05-13fiscal Q2 2019391080001616741-19-000005
10-Q2019-02-01fiscal Q1 201939800001616741-19-000003
10-K2018-12-12fiscal FY 2018421130001616741-18-000021
10-Q2018-08-13fiscal Q3 2018391080001616741-18-000015
10-Q2018-05-15fiscal Q2 2018391080001616741-18-000009
10-Q2018-02-09fiscal Q1 201839800001616741-18-000004
10-K2017-12-04fiscal FY 2017421130001616741-17-000013
10-Q2017-08-10fiscal Q3 2017381060001616741-17-000010
10-Q2017-05-09fiscal Q2 2017381060001616741-17-000006
10-Q2017-02-13fiscal Q1 201738780001616741-17-000004
10-K2016-12-05fiscal FY 2016411100001616741-16-000033
10-Q2016-08-05fiscal Q3 2016381060001616741-16-000030
10-Q2016-05-09fiscal Q2 2016381060001616741-16-000026
10-Q2016-02-09fiscal Q1 201638780001616741-16-000022
10-K2015-12-21fiscal FY 2015411090001616741-15-000020
10-Q2015-08-06fiscal Q3 2015381060001616741-15-000015
10-Q2015-05-15fiscal Q2 2015381060001616741-15-000009
10-Q2015-02-05fiscal Q1 201534700001616741-15-000003

Inspect the source

Entity
PATRIOT TRANSPORTATION HOLDING, INC. / CIK 0001616741
Captured
SEC response SHA-256
4983a41853b83cb502a70b65fa917cd8d33df403f74669eb9a63481e29556d5b

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