Skip to content

Oritani Financial Corp: filings

Every Oritani Financial Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-11-12

The latest filing in this captured record is a 10-Q filed 2019-11-12. No later filing is in the SEC companyfacts record captured on 2026-09-23. Oritani 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-Q2019-11-12fiscal Q1 202029590001483195-19-000020
10-K2019-08-28fiscal FY 2019321280001483195-19-000011
10-Q2019-05-10fiscal Q3 201925720001483195-19-000007
10-Q2019-02-11fiscal Q2 201925700001483195-19-000004
10-Q2018-11-09fiscal Q1 201925520001483195-18-000019
10-K2018-08-29fiscal FY 2018301210001483195-18-000010
10-Q2018-05-10fiscal Q3 201824660001483195-18-000008
10-Q2018-02-09fiscal Q2 201824660001483195-18-000002
10-Q2017-11-09fiscal Q1 201824500001483195-17-000015
10-K2017-08-29fiscal FY 2017301210001483195-17-000008
10-Q2017-05-10fiscal Q3 201720580001483195-17-000005
10-Q2017-02-08fiscal Q2 201720580001483195-17-000002
10-Q2016-11-09fiscal Q1 201720420001483195-16-000047
10-K2016-09-13fiscal FY 2016261090001483195-16-000041
10-Q2016-05-09fiscal Q3 201619560001483195-16-000038
10-Q2016-02-09fiscal Q2 201619560001483195-16-000033
10-Q2015-11-09fiscal Q1 201619400001483195-15-000026
10-K2015-09-14fiscal FY 2015261100001483195-15-000017
10-Q2015-05-08fiscal Q3 201519580001483195-15-000009
10-Q2015-02-09fiscal Q2 201522640001483195-15-000003
10-Q2014-11-07fiscal Q1 201522480001483195-14-000019
10-K2014-09-15fiscal FY 2014281160001483195-14-000013
10-Q2014-05-09fiscal Q3 201422640001483195-14-000007
10-Q2014-02-10fiscal Q2 201422640001483195-14-000003
10-Q2013-11-08fiscal Q1 201422480001483195-13-000013
10-K2013-09-13fiscal FY 2013281160001483195-13-000007
10-Q2013-05-09fiscal Q3 201322620001483195-13-000002
10-Q2013-02-08fiscal Q2 201322620001193125-13-044627
10-Q2012-11-08fiscal Q1 201322460001193125-12-459758
10-K/A2012-10-12fiscal FY 2012291120001193125-12-421940
10-Q2012-05-10fiscal Q3 201221530001193125-12-223496
10-Q2012-02-09fiscal Q2 201221530001193125-12-048190
10-Q2011-11-09fiscal Q1 201219390000950123-11-096785

Inspect the source

Entity
Oritani Financial Corp / CIK 0001483195
Captured
SEC response SHA-256
632f20d872204dcec4ab0b31a0b5e0e7686af63361f7ffd08dad6d9c304e74a3

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