Skip to content

TIFFANY & CO: filings

Every TIFFANY & CO 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-11-24

The latest filing in this captured record is a 10-Q filed 2020-11-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. TIFFANY & CO 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-24fiscal Q3 2020421320000098246-20-000118
10-Q2020-08-27fiscal Q2 2020421320000098246-20-000110
10-Q2020-06-09fiscal Q1 2020421040000098246-20-000099
10-K2020-03-20fiscal FY 2019501670000098246-20-000042
10-Q2019-12-05fiscal Q3 2019421290000098246-19-000145
10-Q2019-08-28fiscal Q2 2019421290000098246-19-000123
10-Q2019-06-04fiscal Q1 201941980000098246-19-000074
10-K2019-03-22fiscal FY 2018461630000098246-19-000047
10-Q2018-11-28fiscal Q3 2018381200000098246-18-000303
10-Q2018-08-28fiscal Q2 2018381200000098246-18-000275
10-Q2018-05-23fiscal Q1 201837910000098246-18-000198
10-K2018-03-16fiscal FY 2017451600000098246-18-000133
10-Q2017-11-29fiscal Q3 2017361130000098246-17-000284
10-Q2017-08-24fiscal Q2 2017351100000098246-17-000214
10-Q2017-05-24fiscal Q1 201735860000098246-17-000126
10-K2017-03-17fiscal FY 2016451600000098246-17-000061
10-Q2016-11-29fiscal Q3 2016351100000098246-16-000318
10-Q2016-08-25fiscal Q2 2016351100000098246-16-000294
10-Q2016-05-25fiscal Q1 201635860000098246-16-000254
10-K2016-03-28fiscal FY 2015451600000098246-16-000211
10-Q2015-11-24fiscal Q3 2015361130000098246-15-000154
10-Q2015-08-27fiscal Q2 2015351100000098246-15-000138
10-Q2015-05-27fiscal Q1 201535860000098246-15-000094
10-K2015-03-20fiscal FY 2014451610000098246-15-000038
10-Q2014-11-26fiscal Q3 2014361120000098246-14-000250
10-Q2014-08-27fiscal Q2 2014351090000098246-14-000209
10-Q2014-05-23fiscal Q1 201435860000098246-14-000136
10-K2014-04-01fiscal FY 2013451610000098246-14-000096
10-Q2013-11-27fiscal Q3 2013351080000098246-13-000207
10-Q2013-08-27fiscal Q2 2013351080000098246-13-000167
10-Q2013-05-28fiscal Q1 201335850001193125-13-236764
10-K2013-03-28fiscal FY 2012451620001193125-13-131168
10-Q2012-11-29fiscal Q3 2012351080001193125-12-484899
10-Q2012-08-27fiscal Q2 2012351080001193125-12-369371
10-Q2012-05-30fiscal Q1 201234830001193125-12-252681
10-K2012-03-28fiscal FY 2011451600001193125-12-136912
10-Q2011-12-02fiscal Q3 2011341050000950123-11-101712
10-Q2011-09-01fiscal Q2 2011341050000950123-11-082050
10-Q2011-05-26fiscal Q1 201133800000950123-11-054114
10-K2011-03-28fiscal FY 201033910000950123-11-029785
10-Q2010-12-01fiscal Q3 201032980000950123-10-110017
10-Q2010-09-02fiscal Q2 201032980001387131-10-000959

Inspect the source

Entity
TIFFANY & CO / CIK 0000098246
Captured
SEC response SHA-256
72a0e45e8e5b0c02086def83d8c9006415d6741cc6030ea92f451cf96d3b1486

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