Skip to content

EATON VANCE CORP.: filings

Every EATON VANCE CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2020-12-22

The latest filing in this captured record is a 10-K filed 2020-12-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. EATON VANCE CORP. 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-K2020-12-22fiscal FY 2020411580001562762-20-000430
10-Q2020-09-04fiscal Q3 2020391120001562762-20-000354
10-Q2020-06-05fiscal Q2 2020391120000350797-20-000087
10-Q2020-03-06fiscal Q1 202038780000350797-20-000069
10-K2019-12-20fiscal FY 2019411550000350797-19-000065
10-Q2019-09-06fiscal Q3 2019361040000350797-19-000036
10-Q2019-06-05fiscal Q2 2019361040001144204-19-029876
10-Q2019-03-08fiscal Q1 201936740001144204-19-013075
10-K2018-12-28fiscal FY 2018381510001144204-18-066592
10-Q2018-09-07fiscal Q3 2018361060001144204-18-048502
10-Q2018-06-06fiscal Q2 2018371080001144204-18-033022
10-Q2018-03-09fiscal Q1 201836740001144204-18-013806
10-K2017-12-20fiscal FY 2017391530001144204-17-064546
10-Q2017-09-06fiscal Q3 2017371080001144204-17-046773
10-Q2017-06-07fiscal Q2 2017361060001144204-17-031414
10-Q2017-03-08fiscal Q1 201736740001144204-17-013488
10-K2016-12-21fiscal FY 2016381500001144204-16-140665
10-Q2016-09-07fiscal Q3 2016361060001144204-16-123002
10-Q2016-06-03fiscal Q2 2016361060001144204-16-106741
10-Q2016-03-09fiscal Q1 201636740001144204-16-086868
10-K2015-12-18fiscal FY 2015381500001144204-15-071650
10-Q2015-09-04fiscal Q3 2015361060001144204-15-053760
10-Q2015-06-09fiscal Q2 2015361060001144204-15-036216
10-Q2015-03-06fiscal Q1 201536740001144204-15-014513
10-K2014-12-19fiscal FY 2014381500001144204-14-075076
10-Q2014-09-05fiscal Q3 2014361060001144204-14-054469
10-Q2014-06-06fiscal Q2 2014361060001144204-14-036046
10-Q2014-03-07fiscal Q1 201436740001144204-14-014059
10-K2013-12-20fiscal FY 2013381420001144204-13-068469
10-Q2013-09-06fiscal Q3 2013361060001144204-13-049505
10-Q2013-06-07fiscal Q2 2013361060001144204-13-033798
10-Q2013-03-08fiscal Q1 201336740001144204-13-013801
10-K2012-12-21fiscal FY 2012381420001144204-12-069129
10-Q2012-09-05fiscal Q3 2012361060001144204-12-049595
10-Q2012-06-06fiscal Q2 2012371080001144204-12-033457
10-Q2012-03-07fiscal Q1 201235720001144204-12-013404
10-K2011-12-21fiscal FY 2011371390001144204-11-070876
10-Q/A2011-09-22fiscal Q3 2011351020001144204-11-054295
10-Q2011-06-08fiscal Q2 201133940001144204-11-034553
10-Q2011-03-09fiscal Q1 201132660001144204-11-013694
10-K2010-12-22fiscal FY 201035920001144204-10-067744
10-Q2010-09-03fiscal Q3 201035960001144204-10-048067

Inspect the source

Entity
EATON VANCE CORP. / CIK 0000350797
Captured
SEC response SHA-256
11a8201c9812722994c82731d75cb47d20767e7e294c2c610f7e891a4a01bfcf

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