Skip to content

COASTAL FINANCIAL CORPORATION: filings

Every COASTAL FINANCIAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-Q2026-08-07fiscal Q2 202630850001437958-26-000061
10-Q2026-05-08fiscal Q1 202630630001437958-26-000039
10-K2026-02-27fiscal FY 202536960001437958-26-000013
10-Q2025-11-07fiscal Q3 202530850001437958-25-000168
10-Q2025-08-08fiscal Q2 202529830001437958-25-000149
10-Q2025-05-09fiscal Q1 202529610001437958-25-000090
10-K2025-03-17fiscal FY 2024331130001437958-25-000058
10-Q2024-11-08fiscal Q3 202429830001437958-24-000161
10-Q2024-08-08fiscal Q2 202429830001437958-24-000109
10-Q2024-05-09fiscal Q1 202429620001437958-24-000075
10-K2024-03-15fiscal FY 202333900001437958-24-000052
10-Q2023-11-08fiscal Q3 202328820001437958-23-000114
10-Q2023-08-08fiscal Q2 202328820001437958-23-000102
10-Q2023-05-10fiscal Q1 202329620001437958-23-000069
10-K2023-03-16fiscal FY 202232660001437958-23-000051
10-Q2022-11-09fiscal Q3 202229840001437958-22-000035
10-Q2022-08-05fiscal Q2 202229830001564590-22-028122
10-Q2022-05-06fiscal Q1 202229610001564590-22-018468
10-K2022-03-14fiscal FY 202132650001564590-22-009970
10-Q2021-11-08fiscal Q3 202129830001564590-21-055091
10-Q2021-08-06fiscal Q2 202128820001564590-21-041942
10-Q2021-05-07fiscal Q1 202128580001564590-21-025343
10-K2021-03-12fiscal FY 202032650001564590-21-012709
10-Q2020-11-06fiscal Q3 202029800001564590-20-051707
10-Q2020-08-07fiscal Q2 202029800001564590-20-038108
10-Q2020-05-08fiscal Q1 202029610001564590-20-023274
10-K2020-03-12fiscal FY 201932650001564590-20-010264
10-Q2019-11-12fiscal Q3 201930830001564590-19-042662
10-Q2019-08-12fiscal Q2 201930830001564590-19-031471
10-Q2019-05-13fiscal Q1 201929610001564590-19-018809
10-K2019-03-28fiscal FY 201831630001564590-19-009661
10-Q2018-11-13fiscal Q3 201827750001564590-18-029062
10-Q2018-08-31fiscal Q2 201826740001564590-18-022536

Inspect the source

Entity
COASTAL FINANCIAL CORPORATION / CIK 0001437958
Captured
2026-09-20T09:03:39.185Z
SEC response SHA-256
604eb7ef04e2f3521fd742d98e5fb32c2303061c427a0df381aa7650e1fc213b

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