Skip to content

GP STRATEGIES CORP: filings

Every GP STRATEGIES CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-08-09

The latest filing in this captured record is a 10-Q filed 2021-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. GP STRATEGIES CORP 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-Q2021-08-09fiscal Q2 2021441200000070415-21-000107
10-Q2021-05-06fiscal Q1 202142880000070415-21-000080
10-K2021-03-12fiscal FY 2020531790000070415-21-000041
10-Q2020-11-06fiscal Q3 2020431180000070415-20-000168
10-Q2020-08-07fiscal Q2 2020431180000070415-20-000127
10-Q2020-05-11fiscal Q1 202042880000070415-20-000079
10-K2020-03-10fiscal FY 2019511700000070415-20-000036
10-Q2019-11-07fiscal Q3 2019431160000070415-19-000124
10-Q2019-08-02fiscal Q2 2019421140000070415-19-000097
10-Q2019-05-10fiscal Q1 201942850000070415-19-000070
10-K2019-04-01fiscal FY 2018481700000070415-19-000050
10-Q2018-11-06fiscal Q3 2018401150000070415-18-000145
10-Q2018-08-01fiscal Q2 2018391110000070415-18-000106
10-Q2018-05-03fiscal Q1 201839800000070415-18-000065
10-K2018-03-01fiscal FY 2017431440000070415-18-000033
10-Q2017-11-02fiscal Q3 2017381040000070415-17-000132
10-Q2017-07-27fiscal Q2 2017381040000070415-17-000089
10-Q2017-05-02fiscal Q1 201738780000070415-17-000061
10-K2017-02-28fiscal FY 2016431440000070415-17-000024
10-Q2016-11-01fiscal Q3 2016381040000070415-16-000275
10-Q2016-07-28fiscal Q2 2016371020000070415-16-000191
10-Q2016-04-28fiscal Q1 201637760000070415-16-000162
10-K2016-02-25fiscal FY 2015431450000070415-16-000125
10-Q2015-10-29fiscal Q3 2015371000000070415-15-000068
10-Q2015-07-30fiscal Q2 201536980000070415-15-000035
10-Q2015-05-05fiscal Q1 201536740000070415-15-000026
10-K2015-02-24fiscal FY 2014421420000070415-15-000011
10-Q2014-10-30fiscal Q3 2014371000000070415-14-000014
10-Q2014-07-31fiscal Q2 2014371000000070415-14-000009
10-Q2014-05-01fiscal Q1 201435720001144204-14-026739
10-K2014-02-28fiscal FY 2013411400001144204-14-012454
10-Q2013-10-31fiscal Q3 2013371000001144204-13-057906
10-Q2013-08-01fiscal Q2 2013371000001144204-13-042399
10-Q2013-05-02fiscal Q1 201338780001144204-13-025884
10-K2013-02-26fiscal FY 2012451510001144204-13-011131
10-Q2012-11-01fiscal Q3 2012381020001144204-12-058875
10-Q2012-08-02fiscal Q2 2012381020001144204-12-042518
10-Q2012-05-03fiscal Q1 201233680001104659-12-032425
10-K2012-02-29fiscal FY 201132850001104659-12-014434
10-Q2011-11-03fiscal Q3 201134920001104659-11-060436
10-Q2011-08-04fiscal Q2 201137980001104659-11-043565

Inspect the source

Entity
GP STRATEGIES CORP / CIK 0000070415
Captured
SEC response SHA-256
dfc2ddb2f9c4394c1bbe278d9c451a3440f14db8b346596eb37e4c09421cd1b4

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