Skip to content

USA TRUCK INC.: filings

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

Filing record ends 2022-08-08

The latest filing in this captured record is a 10-Q filed 2022-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. USA TRUCK 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-Q2022-08-08fiscal Q2 2022381020000883945-22-000046
10-Q2022-04-29fiscal Q1 202238780000883945-22-000025
10-K2022-02-17fiscal FY 202145900000883945-22-000009
10-Q2021-10-29fiscal Q3 2021391080000883945-21-000039
10-Q2021-07-30fiscal Q2 2021391040000883945-21-000033
10-Q2021-04-30fiscal Q1 202138780000883945-21-000022
10-K2021-02-24fiscal FY 202044880000883945-21-000008
10-Q2020-10-30fiscal Q3 2020391080000883945-20-000060
10-Q2020-07-28fiscal Q2 2020391040000883945-20-000052
10-Q2020-05-08fiscal Q1 202039800000883945-20-000032
10-K2020-02-19fiscal FY 201944860000883945-20-000008
10-Q2019-11-04fiscal Q3 2019421080000883945-19-000140
10-Q2019-07-30fiscal Q2 2019401010000883945-19-000117
10-Q2019-05-02fiscal Q1 201939770000883945-19-000057
10-K2019-02-27fiscal FY 2018421830000883945-19-000016
10-Q2018-10-26fiscal Q3 201832840000883945-18-000008
10-Q2018-07-27fiscal Q2 201832840001437749-18-013902
10-Q2018-04-30fiscal Q1 201832660001437749-18-008163
10-K2018-02-28fiscal FY 2017381740001437749-18-003536
10-Q2017-11-03fiscal Q3 201732840001437749-17-018241
10-Q2017-08-03fiscal Q2 201728760001437749-17-013696
10-Q2017-05-04fiscal Q1 201728580001437749-17-008017
10-K2017-03-03fiscal FY 2016341630001437749-17-003762
10-Q2016-11-09fiscal Q3 201628740001437749-16-041562
10-Q2016-08-09fiscal Q2 201628740001437749-16-036909
10-Q2016-05-05fiscal Q1 201631640001437749-16-030984
10-K2016-02-23fiscal FY 2015371720001437749-16-025882
10-Q2015-11-04fiscal Q3 2015311150001437749-15-019652
10-Q2015-08-04fiscal Q2 201531840001193125-15-276818
10-Q2015-05-08fiscal Q1 201531640001193125-15-178165
10-K2015-03-06fiscal FY 2014351520001193125-15-080939
10-Q2014-11-03fiscal Q3 201430820000883945-14-000065
10-Q2014-08-12fiscal Q2 201427740000883945-14-000054
10-Q2014-05-14fiscal Q1 201427550000883945-14-000030
10-K2014-03-21fiscal FY 2013311340000883945-14-000010
10-Q2013-10-25fiscal Q3 201333890000883945-13-000051
10-Q2013-08-14fiscal Q2 201333890000883945-13-000037
10-Q2013-05-08fiscal Q1 201334690000883945-13-000022
10-K2013-03-22fiscal FY 2012361460000883945-13-000013
10-Q2012-11-09fiscal Q3 201234930000883945-12-000035
10-Q2012-08-09fiscal Q2 201233910000883945-12-000025
10-Q2012-05-10fiscal Q1 201230610000883945-12-000021
10-K2012-03-14fiscal FY 201131800000883945-12-000009
10-Q2011-11-04fiscal Q3 201132850000883945-11-000043
10-Q2011-08-08fiscal Q2 201132850000883945-11-000030

Inspect the source

Entity
USA TRUCK INC. / CIK 0000883945
Captured
SEC response SHA-256
8c89d227fb4b6a66c7af7e8ab5ef43ca059bcbfc668ac960152dbbe44921d972

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