Skip to content

NEW RELIC, INC.: filings

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

Filing record ends 2023-10-27

The latest filing in this captured record is a 10-Q filed 2023-10-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. NEW RELIC, 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-Q2023-10-27fiscal Q2 2024471370001448056-23-000053
10-Q2023-07-31fiscal Q1 202447990001448056-23-000046
10-K2023-05-23fiscal FY 2023551440001448056-23-000033
10-Q2023-02-07fiscal Q3 2023501450001448056-23-000011
10-Q2022-11-09fiscal Q2 2023501450001448056-22-000067
10-Q2022-08-04fiscal Q1 2023501050001448056-22-000051
10-K2022-05-17fiscal FY 2022551440001448056-22-000021
10-Q2022-02-08fiscal Q3 2022501450001448056-22-000005
10-Q2021-11-08fiscal Q2 2022501450001448056-21-000070
10-Q2021-08-04fiscal Q1 2022501050001448056-21-000057
10-K2021-05-14fiscal FY 2021511320001448056-21-000025
10-Q2021-02-05fiscal Q3 2021461290001448056-21-000008
10-Q2020-11-06fiscal Q2 2021461290001448056-20-000041
10-Q2020-08-05fiscal Q1 202146950001448056-20-000032
10-K2020-05-15fiscal FY 2020511280001448056-20-000014
10-Q2020-02-05fiscal Q3 2020461250001448056-20-000007
10-Q2019-11-06fiscal Q2 2020461250001448056-19-000049
10-Q2019-08-07fiscal Q1 202046930001448056-19-000037
10-K2019-05-15fiscal FY 2019451170001448056-19-000020
10-Q2019-02-07fiscal Q3 2019431190001448056-19-000007
10-Q2018-11-07fiscal Q2 2019431190001448056-18-000038
10-Q2018-08-08fiscal Q1 201939810001448056-18-000027
10-K2018-05-11fiscal FY 2018411060001448056-18-000016
10-Q2018-02-07fiscal Q3 2018361000001448056-18-000007
10-Q2017-11-08fiscal Q2 2018361000001448056-17-000024
10-Q2017-08-04fiscal Q1 201836740001448056-17-000016
10-K2017-05-18fiscal FY 2017411060001448056-17-000010
10-Q2017-02-08fiscal Q3 2017361000001448056-17-000005
10-Q2016-11-08fiscal Q2 2017361000001448056-16-000010
10-Q2016-08-04fiscal Q1 201737760001193125-16-671881
10-K2016-05-26fiscal FY 2016411040001193125-16-604334
10-Q2016-02-04fiscal Q3 2016371020001193125-16-450774
10-Q2015-11-06fiscal Q2 2016371000001193125-15-370203
10-Q2015-08-12fiscal Q1 201638770001193125-15-288190
10-K2015-05-28fiscal FY 201541990001193125-15-204300
10-Q2015-02-13fiscal Q3 201537960001193125-15-047571

Inspect the source

Entity
NEW RELIC, INC. / CIK 0001448056
Captured
SEC response SHA-256
c9243998c4a475e00c854eff9acc3a3585c1fd90139090fe38328d8ac3975cd3

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