Skip to content

INFOR, INC.: filings

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

Filing record ends 2020-03-16

The latest filing in this captured record is a 10-Q filed 2020-03-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. INFOR, 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-03-16fiscal Q3 2020471470001193125-20-073720
10-Q2019-12-11fiscal Q2 2020471540001193125-19-310844
10-Q2019-09-13fiscal Q1 2020451180001193125-19-244712
10-K2019-06-25fiscal FY 2019491760001193125-19-180557
10-Q2019-03-06fiscal Q3 2019411370001193125-19-064848
10-Q2018-12-13fiscal Q2 2019411330001193125-18-348235
10-Q2018-09-12fiscal Q1 2019411030001193125-18-271283
10-K2018-06-28fiscal FY 2018481570001193125-18-206521
10-Q2018-03-19fiscal Q3 201836980001193125-18-086166
10-Q2017-12-12fiscal Q2 201836980001193125-17-366744
10-Q2017-09-14fiscal Q1 201836740001193125-17-284413
10-K2017-06-26fiscal FY 2017441450001193125-17-212858
10-Q2017-03-02fiscal Q3 201736980001193125-17-066572
10-Q2016-12-09fiscal Q2 201736980001193125-16-789147
10-Q2016-09-09fiscal Q1 201736740001193125-16-705987
10-K2016-06-23fiscal FY 2016441620001193125-16-629549
10-Q2016-03-04fiscal Q3 201636980001193125-16-492374
10-Q2015-12-11fiscal Q2 2016371020001193125-15-400639
10-Q2015-09-03fiscal Q1 201638780001193125-15-311252
10-Q2015-02-27fiscal Q3 2015381030001193125-15-066431
10-Q2014-12-12fiscal Q2 2015381030001193125-14-440305
10-Q2014-09-12fiscal Q1 201538790001193125-14-339847
10-K2014-07-28fiscal FY 2014451420001193125-14-281467
10-Q2014-04-14fiscal Q3 2014381010001193125-14-141668
10-Q2014-01-10fiscal Q2 2014381020001193125-14-007342
10-Q2013-10-08fiscal Q1 201438780001193125-13-393692
10-K2013-08-02fiscal FY 2013451420001193125-13-316143
10-Q2013-04-10fiscal Q3 2013381020001193125-13-148531
10-Q2013-01-14fiscal Q2 2013381020001193125-13-011269
10-Q/A2012-10-24fiscal Q1 201338780001193125-12-433042

Inspect the source

Entity
INFOR, INC. / CIK 0001556148
Captured
SEC response SHA-256
ffd5dee3bbb42bab68f6af6cc2cc6da05842066c9ac44d1f92cc79e51fbd5144

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