Skip to content

SANTA FE FINANCIAL CORP: filings

Every SANTA FE FINANCIAL CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2021-01-29

The latest filing in this captured record is a 10-Q filed 2021-01-29. No later filing is in the SEC companyfacts record captured on 2026-09-23. SANTA FE FINANCIAL 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-Q2021-01-29fiscal Q2 202124700001493152-21-002095
10-Q2020-11-03fiscal Q1 202124480001493152-20-020382
10-K2020-09-09fiscal FY 202028550001493152-20-017487
10-Q2020-06-18fiscal Q3 202025770001493152-20-011379
10-Q2020-01-24fiscal Q2 202025720001493152-20-001062
10-Q2019-10-25fiscal Q1 202026510001493152-19-015913
10-K2019-08-30fiscal FY 201926540001144204-19-043035
10-Q2019-05-03fiscal Q3 201923740001144204-19-023688
10-Q2019-02-01fiscal Q2 201923700001144204-19-004418
10-Q2018-11-02fiscal Q1 201923490001144204-18-057082
10-K2018-08-31fiscal FY 201825520001144204-18-047609
10-Q2018-04-27fiscal Q3 201821580001144204-18-023229
10-Q2018-02-02fiscal Q2 201821580001144204-18-005524
10-Q2017-11-09fiscal Q1 201823490001144204-17-057833
10-K2017-10-13fiscal FY 201726540001144204-17-052404
10-Q2017-05-15fiscal Q3 201719560001144204-17-027643
10-Q2017-02-14fiscal Q2 201720600001144204-17-008846
10-Q2016-11-04fiscal Q1 201720430001144204-16-131794
10-K2016-09-28fiscal FY 201624490001144204-16-125816
10-Q2016-05-13fiscal Q3 201620610001144204-16-101769
10-Q2016-02-05fiscal Q2 201620610001144204-16-079275
10-Q2015-10-29fiscal Q1 201620430001144204-15-061552
10-K2015-09-04fiscal FY 201524490001144204-15-053828
10-Q2015-05-11fiscal Q3 201519590001144204-15-029215
10-Q2015-02-11fiscal Q2 201519590001144204-15-007920
10-Q2014-11-14fiscal Q1 201519410001144204-14-068724
10-K2014-09-29fiscal FY 201426530001144204-14-058313
10-Q2014-05-16fiscal Q3 201419590001144204-14-031724
10-Q2014-02-14fiscal Q2 201419590001144204-14-009852
10-Q2013-11-08fiscal Q1 201424510001144204-13-059925
10-K2013-09-18fiscal FY 201328570001144204-13-051352
10-Q2013-05-10fiscal Q3 201325720001144204-13-027762
10-Q2013-02-13fiscal Q2 201325720001144204-13-008076
10-Q2012-11-09fiscal Q1 201325520001144204-12-060904
10-K2012-09-20fiscal FY 201229620001144204-12-052240
10-Q2012-05-10fiscal Q3 201222600001144204-12-027473
10-Q2012-02-09fiscal Q2 201222600001144204-12-006881
10-Q2011-11-14fiscal Q1 201222460001144204-11-063418

Inspect the source

Entity
SANTA FE FINANCIAL CORP / CIK 0000086759
Captured
SEC response SHA-256
a5efe545e81fa01913ce95cefc3a3f78207815dc68bacfa839610dbdb9b808bf

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