Skip to content

PFSweb, Inc.: filings

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

Filing record ends 2023-08-08

The latest filing in this captured record is a 10-Q filed 2023-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. PFSweb, 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-08-08fiscal Q2 2023431180001628280-23-028186
10-Q2023-05-09fiscal Q1 202343900001095315-23-000036
10-K2023-03-14fiscal FY 202245910001095315-23-000016
10-Q2022-11-09fiscal Q3 2022431160001095315-22-000095
10-Q2022-08-08fiscal Q2 2022431160001095315-22-000082
10-Q2022-06-13fiscal Q1 202244920001095315-22-000065
10-K2022-05-09fiscal FY 202146980001095315-22-000054
10-Q2022-03-10fiscal Q3 2021441200001095315-22-000029
10-Q2022-02-07fiscal Q2 2021441200001095315-22-000010
10-Q2021-05-07fiscal Q1 2021471000001095315-21-000088
10-K2021-03-31fiscal FY 2020521050001095315-21-000034
10-Q2020-11-06fiscal Q3 2020471300001095315-20-000213
10-Q2020-08-07fiscal Q2 2020471300001095315-20-000167
10-Q2020-05-08fiscal Q1 2020471000001095315-20-000062
10-K2020-03-16fiscal FY 2019521000001095315-20-000020
10-Q2019-11-12fiscal Q3 2019471210001095315-19-000089
10-Q2019-08-09fiscal Q2 2019471230001095315-19-000033
10-Q2019-05-10fiscal Q1 201947930001095315-19-000014
10-K2019-03-18fiscal FY 201847950001564590-19-008334
10-Q2018-11-09fiscal Q3 2018441140001564590-18-028842
10-Q2018-08-09fiscal Q2 2018441140001564590-18-021128
10-Q2018-05-15fiscal Q1 201840830001564590-18-013502
10-K2018-03-16fiscal FY 2017391180001564590-18-006047
10-Q2017-11-09fiscal Q3 2017381080001564590-17-023231
10-Q2017-08-09fiscal Q2 2017381080001564590-17-016995
10-Q2017-05-10fiscal Q1 201738780001564590-17-010334
10-K2017-03-16fiscal FY 2016431410001564590-17-004610
10-Q2016-11-10fiscal Q3 2016381100001564590-16-028769
10-Q2016-08-09fiscal Q2 2016391100001564590-16-023680
10-Q2016-05-10fiscal Q1 201638780001564590-16-018978
10-K2016-03-15fiscal FY 2015421390001564590-16-014831
10-Q2015-11-09fiscal Q3 2015371060001564590-15-010216
10-Q2015-08-10fiscal Q2 2015371040001564590-15-006830
10-Q2015-05-11fiscal Q1 201536730001564590-15-003934
10-K2015-03-23fiscal FY 201440780001564590-15-001893
10-Q2014-11-14fiscal Q3 201433950001564590-14-005818
10-Q2014-08-13fiscal Q2 201433960001564590-14-003622
10-Q2014-05-15fiscal Q1 201433680001564590-14-002250
10-K2014-03-31fiscal FY 201342840001564590-14-001224
10-Q2013-11-14fiscal Q3 2013371030001564590-13-001339
10-Q2013-08-14fiscal Q2 2013371030001564590-13-000365
10-Q2013-05-15fiscal Q1 201336730001564590-13-000051
10-K2013-04-01fiscal FY 201241830001193125-13-136642
10-Q2012-11-14fiscal Q3 2012361020001193125-12-470651
10-Q2012-08-14fiscal Q2 2012361020001193125-12-355862
10-Q2012-05-15fiscal Q1 201236730001193125-12-234591
10-K2012-03-30fiscal FY 201135720001193125-12-144018
10-Q2011-11-14fiscal Q3 201135940000950123-11-098477
10-Q2011-08-15fiscal Q2 201135940000950123-11-077628

Inspect the source

Entity
PFSweb, Inc. / CIK 0001095315
Captured
SEC response SHA-256
240153a40d166b12e91022b724b367d450024d406f1d01b9b72468bdd71f76ae

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