Skip to content

BRIGHTCOVE INC: filings

Every BRIGHTCOVE INC annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-Q2024-11-12fiscal Q3 2024441230000950170-24-125653
10-Q2024-08-08fiscal Q2 2024441230000950170-24-093337
10-Q2024-05-08fiscal Q1 202443890000950170-24-055704
10-K2024-02-22fiscal FY 2023531380000950170-24-018770
10-Q2023-11-01fiscal Q3 2023431210000950170-23-057469
10-Q2023-08-02fiscal Q2 2023431210000950170-23-037200
10-Q2023-05-03fiscal Q1 202343890000950170-23-017211
10-K2023-02-23fiscal FY 2022531370000950170-23-004153
10-Q2022-11-02fiscal Q3 2022441220000950170-22-021264
10-Q2022-08-02fiscal Q2 2022441220000950170-22-013877
10-Q2022-04-27fiscal Q1 202243880001193125-22-123963
10-K2022-02-18fiscal FY 2021531390001193125-22-046734
10-Q2021-10-27fiscal Q3 2021421190001193125-21-309345
10-Q2021-07-28fiscal Q2 2021421190001193125-21-227409
10-Q2021-04-28fiscal Q1 202142870001193125-21-136947
10-K2021-02-24fiscal FY 2020491690001193125-21-054722
10-Q2020-10-23fiscal Q3 2020421190001193125-20-275284
10-Q2020-07-24fiscal Q2 2020381030001193125-20-198518
10-Q2020-04-29fiscal Q1 202038790001193125-20-126267
10-K2020-02-27fiscal FY 2019471500001193125-20-050382
10-Q2019-10-23fiscal Q3 2019381010001193125-19-272587
10-Q2019-07-24fiscal Q2 2019381010001193125-19-201232
10-Q2019-04-24fiscal Q1 201939800001193125-19-117169
10-K2019-02-21fiscal FY 2018451510001193125-19-047023
10-Q2018-11-01fiscal Q3 201836980001193125-18-315862
10-Q2018-07-26fiscal Q2 201836980001193125-18-227776
10-Q2018-05-02fiscal Q1 201834700001193125-18-148843
10-K2018-02-28fiscal FY 2017471660001193125-18-063938
10-Q2017-10-26fiscal Q3 201734960001193125-17-321240
10-Q2017-07-26fiscal Q2 201734960001193125-17-236526
10-Q2017-05-04fiscal Q1 201734700001193125-17-158636
10-K2017-02-21fiscal FY 2016481670001193125-17-049421
10-Q2016-11-02fiscal Q3 201635970001193125-16-757006
10-Q2016-07-28fiscal Q2 201635970001193125-16-662201
10-Q2016-04-28fiscal Q1 201635710001193125-16-563648
10-K2016-02-26fiscal FY 2015481660001193125-16-482110
10-Q2015-10-29fiscal Q3 2015361000001144204-15-061547
10-Q2015-07-30fiscal Q2 2015361000001144204-15-045177
10-Q2015-05-01fiscal Q1 201536740001144204-15-027014
10-K2015-03-05fiscal FY 2014521670001144204-15-014313
10-Q2014-11-03fiscal Q3 2014371050001144204-14-064738
10-Q2014-08-01fiscal Q2 2014371040001144204-14-046484
10-Q2014-05-08fiscal Q1 201437760001144204-14-028678
10-K2014-03-11fiscal FY 2013521660001144204-14-014655
10-Q2013-11-06fiscal Q3 2013441190001193125-13-430213
10-Q2013-08-02fiscal Q2 2013421140001193125-13-317385
10-Q2013-05-07fiscal Q1 201342860001193125-13-202320
10-K2013-03-05fiscal FY 2012501540001193125-13-091351
10-Q2012-11-09fiscal Q3 2012441140001193125-12-461626
10-Q2012-08-03fiscal Q2 2012411110001193125-12-335124
10-Q2012-05-10fiscal Q1 201241840001193125-12-225960

Inspect the source

Entity
BRIGHTCOVE INC / CIK 0001313275
Captured
2026-09-21T17:19:11.455Z
SEC response SHA-256
f7d68ee690d33249dc5c7628cd337b521b413d7fe97d8532cfc9fd573982c724

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