Skip to content

FNB BANCORP/CA/: filings

Every FNB BANCORP/CA/ annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2018-05-10

The latest filing in this captured record is a 10-Q filed 2018-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-23. FNB BANCORP/CA/ 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-Q2018-05-10fiscal Q1 201824500001019056-18-000599
10-K2018-03-14fiscal FY 201728770001019056-18-000431
10-Q2017-11-03fiscal Q3 201725700001019056-17-000739
10-Q2017-08-04fiscal Q2 201723640001019056-17-000654
10-Q2017-05-04fiscal Q1 201724500001019056-17-000413
10-K2017-03-02fiscal FY 201628770001019056-17-000260
10-Q2016-11-07fiscal Q3 201623640001019056-16-001626
10-Q2016-08-08fiscal Q2 201623640001019056-16-001469
10-Q2016-05-09fiscal Q1 201623480001019056-16-001303
10-K2016-03-15fiscal FY 201528770001019056-16-001181
10-Q2015-11-05fiscal Q3 201524680001019056-15-000870
10-Q2015-08-07fiscal Q2 201524680001019056-15-000666
10-Q2015-05-06fiscal Q1 201524500001019056-15-000451
10-K2015-03-16fiscal FY 201428770001019056-15-000313
10-Q2014-11-12fiscal Q3 201424680001019056-14-001387
10-Q2014-08-12fiscal Q2 201424680001019056-14-001032
10-Q2014-07-07fiscal Q1 201425520001019056-14-000895
10-Q2014-05-13fiscal Q1 201425520001019056-14-000679
10-K2014-03-28fiscal FY 201329800001019056-14-000471
10-Q2013-11-14fiscal Q3 201323660001019056-13-001273
10-Q2013-08-14fiscal Q2 201323650001019056-13-000971
10-Q2013-05-15fiscal Q1 201322450001019056-13-000632
10-K2013-04-01fiscal FY 201227750001019056-13-000460
10-Q/A2012-11-23fiscal Q3 201222660001019056-12-001240
10-Q/A2012-08-16fiscal Q2 201212340001019056-12-000978
10-Q2012-05-14fiscal Q1 201217340001019056-12-000615
10-K2012-03-30fiscal FY 201121550001019056-12-000426
10-Q/A2011-11-15fiscal Q3 201116440001019056-11-001104
10-Q/A2011-08-23fiscal Q2 201117480001019056-11-000878

Inspect the source

Entity
FNB BANCORP/CA/ / CIK 0001163199
Captured
SEC response SHA-256
9a9c1c2018fd0f9aabf921b7b7f0758b23b9f1ec07dfffa2ac7ca28d31149ea9

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