Skip to content

MONSANTO CO /NEW/: filings

Every MONSANTO CO /NEW/ annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2018-04-05

The latest filing in this captured record is a 10-Q filed 2018-04-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. MONSANTO CO /NEW/ 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-Q2018-04-05fiscal Q2 2018441250001110783-18-000050
10-Q2018-01-05fiscal Q1 201844930001110783-18-000009
10-K2017-10-27fiscal FY 2017481700001110783-17-000187
10-Q2017-06-29fiscal Q3 2017451270001110783-17-000100
10-Q2017-04-06fiscal Q2 2017451270001110783-17-000046
10-Q2017-01-06fiscal Q1 201745950001110783-17-000008
10-K2016-10-19fiscal FY 2016481700001110783-16-000532
10-Q2016-06-30fiscal Q3 2016451270001110783-16-000444
10-Q2016-04-07fiscal Q2 2016451270001110783-16-000396
10-Q2016-01-07fiscal Q1 201545950001110783-16-000327
10-K2015-10-29fiscal FY 2015481700001110783-15-000230
10-Q2015-06-25fiscal Q3 2015451270001110783-15-000116
10-Q2015-04-02fiscal Q2 2015451270001110783-15-000061
10-Q2015-01-08fiscal Q1 201545950001110783-15-000006
10-K2014-10-29fiscal FY 2014481700001110783-14-000215
10-Q2014-06-25fiscal Q3 2014451260001110783-14-000097
10-Q2014-04-03fiscal Q2 2014451260001110783-14-000048
10-Q2014-01-08fiscal Q1 201445940001110783-14-000006
10-K2013-10-23fiscal FY 2013481700001110783-13-000205
10-Q2013-06-27fiscal Q3 2013451260001110783-13-000110
10-Q2013-04-04fiscal Q2 2013451260001110783-13-000051
10-Q2013-01-08fiscal Q1 201345940001193125-13-006870
10-K2012-10-19fiscal FY 2012481700001193125-12-428583
10-Q2012-06-29fiscal Q3 2012451220001193125-12-289129
10-Q2012-04-05fiscal Q2 2012441200001193125-12-151412
10-Q2012-01-06fiscal Q1 201243900001193125-12-004720
10-K/A2011-12-01fiscal FY 2010471250001193125-11-327542
10-K/A2011-12-01fiscal FY 2011471660000950123-11-101537
10-Q/A2011-11-14fiscal Q3 2011441180001193125-11-309836
10-Q/A2011-11-14fiscal Q2 2011441180001193125-11-309818
10-Q/A2011-11-14fiscal Q1 201143900001193125-11-309797
10-K/A2011-11-14fiscal FY 2010471250001193125-11-309780
10-K2011-11-14fiscal FY 2011471660000950123-11-098240
10-Q2011-06-30fiscal Q3 2011441180000950123-11-063281
10-Q2011-04-07fiscal Q2 2011441180000950123-11-033772
10-Q2011-01-07fiscal Q1 201143900000950123-11-001436
10-K2010-10-27fiscal FY 2010471650000950123-10-096537
10-Q2010-07-02fiscal Q3 2010421120000950123-10-063363
10-Q2010-04-08fiscal Q2 2010421120000950123-10-033175
10-Q2010-01-08fiscal Q1 201042880000950123-10-001322

Inspect the source

Entity
MONSANTO CO /NEW/ / CIK 0001110783
Captured
SEC response SHA-256
ed2cbc96589d2706d86ebe96933a05c9928cea241454b963ebb6a6e6cc94a0a1

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