Skip to content

INNERWORKINGS INC: filings

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

Filing record ends 2020-08-06

The latest filing in this captured record is a 10-Q filed 2020-08-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. INNERWORKINGS 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-Q2020-08-06fiscal Q2 2020411140001350381-20-000011
10-Q2020-06-16fiscal Q1 202041860001628280-20-009535
10-K2020-03-17fiscal FY 2019543280001628280-20-003720
10-Q2019-11-12fiscal Q3 2019441150001628280-19-014005
10-Q2019-08-09fiscal Q2 2019441230001628280-19-010578
10-Q2019-05-09fiscal Q1 201944880001628280-19-006458
10-K2019-03-19fiscal FY 2018451660001628280-19-003137
10-Q2018-11-09fiscal Q3 2018411150001628280-18-014040
10-Q2018-08-14fiscal Q2 2018421170001628280-18-011130
10-Q2018-07-31fiscal Q1 201842840001628280-18-009872
10-K/A2018-07-27fiscal FY 2017463920001628280-18-009711
10-K2018-03-16fiscal FY 2017451610001628280-18-003300
10-Q2017-11-07fiscal Q3 2017411150001628280-17-011098
10-Q2017-08-07fiscal Q2 2017411150001628280-17-008220
10-Q2017-05-08fiscal Q1 201741770001628280-17-005168
10-K2017-03-09fiscal FY 2016451610001628280-17-002443
10-Q2016-11-08fiscal Q3 2016411030001628280-16-021032
10-Q2016-08-15fiscal Q2 2016412790001628280-16-019060
10-Q2016-05-10fiscal Q1 201641820001628280-16-016023
10-K2016-03-10fiscal FY 2015461640001628280-16-012584
10-Q2015-11-06fiscal Q3 2015421170001628280-15-008463
10-Q2015-08-10fiscal Q2 2015421170001628280-15-006391
10-Q2015-05-08fiscal Q1 201542850001144204-15-028865
10-K2015-03-06fiscal FY 2014471660001144204-15-014602
10-Q2014-11-07fiscal Q3 2014411180001144204-14-065945
10-Q2014-08-08fiscal Q2 2014411180001144204-14-048046
10-Q2014-05-12fiscal Q1 201441850001144204-14-029606
10-K/A2014-04-21fiscal FY 2013473730001144204-14-023674
10-K2014-03-18fiscal FY 2013473730001144204-14-016270
10-Q2013-11-12fiscal Q3 2013411210001144204-13-060382
10-Q2013-08-09fiscal Q2 2013411170001144204-13-044244
10-Q2013-05-10fiscal Q1 201340810001144204-13-027936
10-K2013-02-28fiscal FY 2012451600001144204-13-012104
10-Q2012-11-08fiscal Q3 2012401090001144204-12-060486
10-Q2012-08-09fiscal Q2 2012401130001144204-12-044085
10-Q2012-05-07fiscal Q1 201237760001144204-12-026591
10-K2012-03-07fiscal FY 201138990001144204-12-013589
10-Q2011-11-09fiscal Q3 201137980001144204-11-062349
10-Q2011-08-09fiscal Q2 201137980001144204-11-044781

Inspect the source

Entity
INNERWORKINGS INC / CIK 0001350381
Captured
SEC response SHA-256
f88027f3e83835b028f289a374cf727e8843dd134a5e28bd0e5ba150ea27500e

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