Skip to content

WRIGHT MEDICAL GROUP N.V.: filings

Every WRIGHT MEDICAL GROUP N.V. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-11-02

The latest filing in this captured record is a 10-Q filed 2020-11-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. WRIGHT MEDICAL GROUP N.V. 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-11-02fiscal Q3 2020441200001492658-20-000016
10-Q2020-07-29fiscal Q2 2020441200001492658-20-000013
10-Q2020-05-08fiscal Q1 202044920001492658-20-000011
10-K2020-02-24fiscal FY 2019491870001492658-20-000003
10-Q2019-11-08fiscal Q3 2019411110001492658-19-000043
10-Q2019-08-08fiscal Q2 2019411090001492658-19-000039
10-Q2019-05-08fiscal Q1 201940820001492658-19-000022
10-K2019-02-27fiscal FY 2018451760001492658-19-000009
10-Q2018-11-08fiscal Q3 201837960001492658-18-000050
10-Q2018-08-09fiscal Q2 201837960001492658-18-000041
10-Q2018-05-10fiscal Q1 201837760001492658-18-000027
10-K2018-02-28fiscal FY 2017451770001492658-18-000012
10-Q2017-11-02fiscal Q3 201737960001492658-17-000052
10-Q2017-08-03fiscal Q2 201737960001492658-17-000045
10-Q2017-05-04fiscal Q1 201739800001492658-17-000026
10-K2017-02-23fiscal FY 2016441690001492658-17-000007
10-Q2016-11-02fiscal Q3 2016401100001492658-16-000039
10-Q2016-08-02fiscal Q2 2016391080001492658-16-000033
10-Q2016-05-04fiscal Q1 201640810001492658-16-000027
10-K2016-02-23fiscal FY 2015471920001492658-16-000016
10-Q2015-11-05fiscal Q3 2015401100001193125-15-366357
10-Q2015-08-05fiscal Q2 2015401100001193125-15-278771
10-Q2015-05-05fiscal Q1 201540820001193125-15-172067
10-K2015-02-24fiscal FY 2014451890001193125-15-060236
10-Q2014-11-06fiscal Q3 2014391060001193125-14-401037
10-Q2014-08-07fiscal Q2 2014391060001193125-14-300717
10-Q2014-05-06fiscal Q1 201439800001193125-14-184859
10-K2014-02-21fiscal FY 2013461930001193125-14-061865
10-Q2013-11-06fiscal Q3 2013401070001193125-13-429453
10-Q2013-08-06fiscal Q2 2013401060001193125-13-321592
10-Q2013-05-07fiscal Q1 201340800001193125-13-204440
10-K2013-03-01fiscal FY 2012471480001193125-13-087359
10-Q2012-11-09fiscal Q3 2012401060001193125-12-463256
10-Q2012-08-13fiscal Q2 201241920001193125-12-352692
10-Q2012-05-14fiscal Q1 201239790001104659-12-036831
10-K2012-03-06fiscal FY 2011421120001104659-12-015864
10-Q2011-11-14fiscal Q3 2011401140001104659-11-063680
10-Q2011-08-15fiscal Q2 2011431200001104659-11-046663

Inspect the source

Entity
WRIGHT MEDICAL GROUP N.V. / CIK 0001492658
Captured
SEC response SHA-256
50d81e3caed503df71e41bc7927a9bbc4a7e1e2f375b8d33fbf0679bcddf4058

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