Skip to content

BOTTOMLINE TECHNOLOGIES INC: filings

Every BOTTOMLINE TECHNOLOGIES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2022-05-10

The latest filing in this captured record is a 10-Q filed 2022-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. BOTTOMLINE TECHNOLOGIES INC 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-05-10fiscal Q3 2022471310001073349-22-000011
10-Q2022-02-09fiscal Q2 2022471310001073349-22-000003
10-Q2021-11-09fiscal Q1 202247970001073349-21-000132
10-K2021-08-30fiscal FY 2021561470001073349-21-000114
10-Q2021-05-10fiscal Q3 2021471310001073349-21-000066
10-Q2021-02-09fiscal Q2 2021451230001073349-21-000028
10-Q2020-11-09fiscal Q1 202145930001073349-20-000118
10-K2020-08-28fiscal FY 2020561940001073349-20-000095
10-Q2020-05-11fiscal Q3 2020471320001073349-20-000036
10-Q2020-02-07fiscal Q2 2020481360001073349-20-000015
10-Q2019-11-08fiscal Q1 202043860001073349-19-000087
10-K2019-08-29fiscal FY 2019521890001073349-19-000054
10-Q2019-05-10fiscal Q3 2019431260001193125-19-143715
10-Q2019-02-08fiscal Q2 2019431240001193125-19-032024
10-Q2018-11-09fiscal Q1 201938770001193125-18-323803
10-K2018-08-29fiscal FY 2018501910001193125-18-261251
10-Q2018-05-08fiscal Q3 201835990001193125-18-155329
10-Q2018-02-08fiscal Q2 2018391150001193125-18-035698
10-Q2017-11-07fiscal Q1 201835710001193125-17-335262
10-K2017-08-28fiscal FY 2017431370001193125-17-269991
10-Q2017-05-09fiscal Q3 2017351000001193125-17-163435
10-Q2017-02-08fiscal Q2 2017351000001193125-17-034003
10-Q2016-11-08fiscal Q1 201735720001193125-16-762649
10-K2016-08-29fiscal FY 2016431360001193125-16-694935
10-Q2016-05-09fiscal Q3 2016361020001193125-16-584032
10-Q2016-02-08fiscal Q2 2016361020001193125-16-454023
10-Q2015-11-06fiscal Q1 201636730001193125-15-370408
10-K2015-08-28fiscal FY 2015441380001193125-15-306606
10-Q2015-05-08fiscal Q3 201535970001193125-15-179820
10-Q2015-02-06fiscal Q2 201535970001193125-15-037563
10-Q2014-11-07fiscal Q1 201534700001193125-14-403673
10-K2014-08-28fiscal FY 2014481810001193125-14-324477
10-Q2014-05-09fiscal Q3 201436990001193125-14-192775
10-Q2014-02-10fiscal Q2 2014391050001193125-14-042122
10-Q2013-11-12fiscal Q1 201443870001193125-13-437093
10-K2013-08-29fiscal FY 2013551990001193125-13-351488
10-Q2013-05-08fiscal Q3 2013441230001193125-13-207583
10-Q2013-02-08fiscal Q2 2013441230001193125-13-045091
10-Q2012-11-08fiscal Q1 201344890001193125-12-459807
10-K2012-08-27fiscal FY 2012552010001193125-12-369412
10-Q2012-05-10fiscal Q3 2012411130001193125-12-224030
10-Q2012-02-07fiscal Q2 2012411130001193125-12-042670
10-Q2011-11-08fiscal Q1 201241830001193125-11-301687
10-K2011-09-09fiscal FY 2011491300001193125-11-244233
10-Q2011-05-06fiscal Q3 2011421140001193125-11-130413
10-Q2011-02-07fiscal Q2 2011421160001073349-11-000017
10-Q2010-11-08fiscal Q1 201141840001073349-10-000092
10-Q/A2010-05-07fiscal Q3 2010411140001073349-10-000043

Inspect the source

Entity
BOTTOMLINE TECHNOLOGIES INC / CIK 0001073349
Captured
SEC response SHA-256
f8356fad90351a1fa09ac76066814411c2c3b8b0dd1742eda10c0d1b610bd68f

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