Skip to content

RTI SURGICAL, INC.: filings

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

Filing record ends 2019-03-05

The latest filing in this captured record is a 10-K filed 2019-03-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. RTI SURGICAL, 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-K2019-03-05fiscal FY 2018561880001193125-19-063391
10-Q2018-11-02fiscal Q3 2018541770001193125-18-316888
10-Q2018-08-03fiscal Q2 2018521690001193125-18-237365
10-Q2018-05-04fiscal Q1 201846950001193125-18-152093
10-K2018-03-02fiscal FY 2017481590001193125-18-068642
10-Q2017-11-03fiscal Q3 2017471470001193125-17-332154
10-Q2017-08-09fiscal Q2 2017471460001193125-17-252748
10-Q2017-05-03fiscal Q1 201747930001193125-17-155136
10-K2017-03-13fiscal FY 2016491590001193125-17-080126
10-Q2016-11-07fiscal Q3 2016471460001193125-16-761723
10-Q2016-08-04fiscal Q2 2016471460001193125-16-671223
10-Q2016-05-04fiscal Q1 201647940001193125-16-577000
10-K2016-03-07fiscal FY 2015491600001193125-16-495394
10-Q2015-10-30fiscal Q3 2015471460001193125-15-359576
10-Q2015-07-31fiscal Q2 2015471440001193125-15-272233
10-Q2015-05-04fiscal Q1 201547940001193125-15-168227
10-K2015-03-04fiscal FY 2014491600001193125-15-076985
10-Q2014-11-03fiscal Q3 2014471460001193125-14-393936
10-Q/A2014-11-03fiscal Q2 2014501560001193125-14-393853
10-Q2014-08-01fiscal Q2 2014501560001193125-14-290991
10-Q2014-05-02fiscal Q1 2014501000001193125-14-179104
10-K2014-03-10fiscal FY 2013521670001193125-14-091756
10-Q2013-11-07fiscal Q3 2013501550001193125-13-433206
10-Q2013-08-07fiscal Q2 2013451400001193125-13-323847
10-Q2013-05-03fiscal Q1 201345890001193125-13-198489
10-K2013-02-26fiscal FY 2012471530001193125-13-076915
10-Q2012-11-01fiscal Q3 2012451400001193125-12-445771
10-Q2012-08-07fiscal Q2 2012461410001193125-12-340812
10-Q2012-05-02fiscal Q1 201240810001193125-12-201442
10-K2012-02-15fiscal FY 2011391050001193125-12-062168
10-Q2011-11-04fiscal Q3 2011391280001193125-11-297268
10-Q2011-08-05fiscal Q2 2011391280001193125-11-211740

Inspect the source

Entity
RTI SURGICAL, INC. / CIK 0001100441
Captured
SEC response SHA-256
799ce90d24e789d1c78e34892a1307d38c0d125525c53c67f98d0cfd11a35c08

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