Skip to content

PCSB Financial Corporation: filings

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

Filing record ends 2022-11-04

The latest filing in this captured record is a 10-Q filed 2022-11-04. No later filing is in the SEC companyfacts record captured on 2026-09-23. PCSB Financial Corporation 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-Q2022-11-04fiscal Q1 202331630000950170-22-022192
10-K2022-09-09fiscal FY 202235720000950170-22-018304
10-Q2022-05-06fiscal Q3 202231920000950170-22-008058
10-Q2022-02-04fiscal Q2 202230840001564590-22-003924
10-Q2021-11-05fiscal Q1 202231620001564590-21-054913
10-K2021-09-10fiscal FY 202135710001564590-21-047614
10-Q2021-05-07fiscal Q3 202131900001564590-21-025585
10-Q2021-02-05fiscal Q2 202131860001564590-21-004544
10-Q2020-11-06fiscal Q1 202031620001564590-20-051778
10-K2020-09-11fiscal FY 202035710001564590-20-043270
10-Q2020-05-06fiscal Q3 202030890001564590-20-021815
10-Q2020-02-07fiscal Q2 202030850001564590-20-003841
10-Q2019-11-08fiscal Q1 202031610001564590-19-042280
10-K2019-09-10fiscal FY 201935690001564590-19-034449
10-Q2019-05-10fiscal Q3 201931910001564590-19-018536
10-Q2019-02-08fiscal Q2 201931810001564590-19-002433
10-Q2018-11-09fiscal Q1 201928580001564590-18-028954
10-K2018-09-13fiscal FY 2018311170001564590-18-023098
10-Q2018-05-11fiscal Q3 201821580001564590-18-013238
10-Q2018-02-09fiscal Q2 201821570001564590-18-001771
10-Q2017-11-09fiscal Q1 201821420001564590-17-023029
10-K2017-09-27fiscal FY 201723820001564590-17-019017
10-Q2017-05-12fiscal Q3 201717480001193125-17-168176
10-Q2017-03-27fiscal Q2 201716460001193125-17-097036

Inspect the source

Entity
PCSB Financial Corporation / CIK 0001691337
Captured
SEC response SHA-256
dcba41f9dc7162fe81fd2ddd8f17376cafee446ba5a9450aaa97859858238d2e

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