Skip to content

TravelCenters of America Inc.: filings

Every TravelCenters of America Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-04-27

The latest filing in this captured record is a 10-Q filed 2023-04-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. TravelCenters of America 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-Q2023-04-27fiscal Q1 202344890001378453-23-000010
10-K2023-03-01fiscal FY 2022531340001378453-23-000005
10-Q2022-11-02fiscal Q3 2022451220001378453-22-000023
10-Q2022-08-02fiscal Q2 2022451220001378453-22-000016
10-Q2022-05-03fiscal Q1 202245930001378453-22-000011
10-K2022-02-23fiscal FY 202149990001378453-22-000006
10-Q2021-11-02fiscal Q3 2021401050001378453-21-000025
10-Q2021-08-03fiscal Q2 2021401050001378453-21-000017
10-Q2021-05-04fiscal Q1 202140830001378453-21-000013
10-K2021-02-26fiscal FY 2020501000001378453-21-000006
10-Q2020-11-04fiscal Q3 2020391030001378453-20-000063
10-Q2020-08-05fiscal Q2 2020391030001378453-20-000053
10-Q2020-05-05fiscal Q1 202039810001378453-20-000042
10-K2020-02-25fiscal FY 201948960001378453-20-000009
10-Q2019-11-05fiscal Q3 201939990001378453-19-000054
10-Q2019-08-05fiscal Q2 201938970001378453-19-000044
10-Q2019-05-07fiscal Q1 201938770001378453-19-000020
10-K2019-02-26fiscal FY 201844890001378453-19-000009
10-Q2018-11-05fiscal Q3 201834890001378453-18-000046
10-Q2018-08-06fiscal Q2 201837960001378453-18-000040
10-Q2018-05-07fiscal Q1 201837760001378453-18-000023
10-K2018-02-28fiscal FY 2017471680001378453-18-000009
10-Q2017-11-07fiscal Q3 201737960001378453-17-000054
10-Q2017-08-08fiscal Q2 201737960001378453-17-000045
10-Q2017-05-09fiscal Q1 201737760001378453-17-000019
10-K2017-02-28fiscal FY 2016471680001378453-17-000008
10-Q2016-11-08fiscal Q3 201636930001378453-16-000083
10-Q2016-08-08fiscal Q2 201636930001378453-16-000071
10-Q2016-05-09fiscal Q1 201633680001378453-16-000048
10-K2016-03-14fiscal FY 2015461670001378453-16-000040
10-Q2015-11-09fiscal Q3 201533830001378453-15-000019
10-Q2015-08-06fiscal Q2 201532790001378453-15-000009
10-Q2015-05-07fiscal Q1 201530620001104659-15-035310
10-K2015-03-13fiscal FY 2014431550001047469-15-002130
10-Q2014-11-10fiscal Q3 201429780001104659-14-078755
10-Q2014-09-30fiscal Q2 201429780001104659-14-069125
10-Q2014-08-21fiscal Q1 201430620001104659-14-062488
10-K2014-06-06fiscal FY 2013421390001047469-14-005419
10-Q2013-11-04fiscal Q3 201332850001104659-13-080391
10-Q2013-08-06fiscal Q2 201331840001104659-13-060275
10-Q2013-05-07fiscal Q1 201331640001104659-13-038014
10-K2013-03-18fiscal FY 2012421380001047469-13-002908
10-Q2012-11-06fiscal Q3 201232850001104659-12-074601
10-Q2012-08-07fiscal Q2 201234920001104659-12-055104
10-Q2012-05-07fiscal Q1 201231640001104659-12-033622
10-K2012-03-16fiscal FY 201133670001047469-12-002775
10-Q2011-11-07fiscal Q3 201132820001104659-11-061445
10-Q2011-08-09fiscal Q2 201135880001104659-11-045204

Inspect the source

Entity
TravelCenters of America Inc. / CIK 0001378453
Captured
SEC response SHA-256
86e4804419e37bb85126af108338e7dfb34667482ea85cb1d772cc45c858bc26

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