Skip to content

Provident Bancorp, Inc. /MD/: filings

Every Provident Bancorp, Inc. /MD/ annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

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-Q2025-11-07fiscal Q3 202529800001437749-25-033757
10-Q2025-08-14fiscal Q2 202529800001437749-25-026940
10-Q2025-05-08fiscal Q1 202529590001437749-25-015508
10-K2025-03-31fiscal FY 202433670001437749-25-010234
10-Q2024-11-13fiscal Q3 202429800001437749-24-034935
10-Q2024-08-08fiscal Q2 202429800001437749-24-025587
10-Q2024-05-09fiscal Q1 202429620001778784-24-000019
10-K2024-03-28fiscal FY 202334690001778784-24-000006
10-Q2023-11-13fiscal Q3 202330850001778784-23-000044
10-Q2023-08-10fiscal Q2 202330850001778784-23-000037
10-Q2023-05-16fiscal Q1 202330650001778784-23-000022
10-K2023-03-31fiscal FY 202234710001778784-23-000010
10-Q2023-01-17fiscal Q3 202230880001778784-23-000004
10-Q2022-08-12fiscal Q2 202230860001778784-22-000035
10-Q2022-05-12fiscal Q1 202230640001778784-22-000023
10-K2022-03-24fiscal FY 2021341270001778784-22-000008
10-Q2021-11-10fiscal Q3 202130850001778784-21-000059
10-Q2021-08-12fiscal Q2 202130850001778784-21-000046
10-Q2021-05-13fiscal Q1 202130620001778784-21-000025
10-K2021-03-26fiscal FY 2020351270001778784-21-000012
10-Q2020-11-05fiscal Q3 202030860001778784-20-000030
10-Q2020-08-17fiscal Q2 202030860001778784-20-000019
10-Q2020-05-11fiscal Q1 202029620001104659-20-059623
10-K2020-03-13fiscal FY 2019321190001104659-20-033267
10-Q2019-11-08fiscal Q3 201929830001104659-19-061274

Inspect the source

Entity
Provident Bancorp, Inc. /MD/ / CIK 0001778784
Captured
2026-09-21T17:26:56.968Z
SEC response SHA-256
f1bd5c7341e84efa48f6f8efba500341e86d8dc26993166e09e2504850aed538

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