Skip to content

AKEBIA THERAPEUTICS, INC.: filings

Every AKEBIA THERAPEUTICS, 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-Q2026-08-05fiscal Q2 2026481340001517022-26-000051
10-Q2026-05-07fiscal Q1 202648980001517022-26-000039
10-K2026-02-26fiscal FY 2025531380001517022-26-000020
10-Q2025-11-10fiscal Q3 2025491410001517022-25-000046
10-Q2025-08-07fiscal Q2 2025481330001628280-25-038600
10-Q2025-05-08fiscal Q1 202548980001628280-25-023460
10-K2025-03-13fiscal FY 2024521040001628280-25-012470
10-Q2024-11-07fiscal Q3 2024491420001628280-24-045979
10-Q2024-08-08fiscal Q2 2024501400001628280-24-035879
10-Q2024-05-09fiscal Q1 2024491000001628280-24-021945
10-K2024-03-14fiscal FY 2023531060001628280-24-011270
10-Q2023-11-08fiscal Q3 2023481390001628280-23-037557
10-Q2023-08-28fiscal Q2 2023471820001628280-23-030698
10-K/A2023-08-28fiscal FY 2022582240001628280-23-030697
10-Q2023-05-08fiscal Q1 202347970001628280-23-016258
10-K2023-03-10fiscal FY 2022581480001628280-23-007539
10-Q2022-11-03fiscal Q3 2022481380001628280-22-028242
10-Q2022-08-04fiscal Q2 2022481340001628280-22-021096
10-Q2022-05-09fiscal Q1 202246950001628280-22-013318
10-K2022-03-01fiscal FY 2021581490001628280-22-004522
10-Q2021-11-04fiscal Q3 2021461320001628280-21-021760
10-Q2021-08-05fiscal Q2 2021441200001628280-21-015865
10-Q2021-05-10fiscal Q1 202142860001628280-21-009696
10-K2021-02-25fiscal FY 2020541830001628280-21-003283
10-Q2020-11-05fiscal Q3 2020481360001628280-20-015733
10-Q2020-08-10fiscal Q2 2020481320001628280-20-012337
10-Q2020-05-05fiscal Q1 202049990001564590-20-021255
10-K2020-03-12fiscal FY 2019541700001564590-20-010491
10-Q2019-11-12fiscal Q3 2019481260001564590-19-042962
10-Q2019-08-08fiscal Q2 2019481220001564590-19-030771
10-Q2019-05-09fiscal Q1 2019481000001564590-19-017969
10-K2019-03-26fiscal FY 2018541660001564590-19-009340
10-Q2018-11-08fiscal Q3 201838990001564590-18-028587
10-Q2018-08-08fiscal Q2 201838980001564590-18-020459
10-Q2018-05-09fiscal Q1 201833690001564590-18-012395
10-K2018-03-12fiscal FY 2017401340001564590-18-005286
10-Q2017-11-08fiscal Q3 201729760001564590-17-022727
10-Q2017-08-08fiscal Q2 201729760001564590-17-016542
10-Q2017-05-09fiscal Q1 201729600001564590-17-009841
10-K2017-03-06fiscal FY 2016351180001564590-17-003466
10-Q2016-11-09fiscal Q3 201631810001564590-16-028609
10-Q2016-08-08fiscal Q2 201630770001564590-16-023285
10-Q2016-05-05fiscal Q1 201629590001564590-16-017968
10-K2016-03-14fiscal FY 2015311030001564590-16-014700
10-Q2015-11-09fiscal Q3 201531800001564590-15-010025
10-Q2015-08-11fiscal Q2 201530730001564590-15-006991
10-Q2015-05-11fiscal Q1 201530600001564590-15-003820
10-K2015-03-04fiscal FY 2014331050001564590-15-001260
10-Q2014-11-10fiscal Q3 201433820001564590-14-005335
10-Q2014-08-11fiscal Q2 201432780001193125-14-303848
10-Q2014-05-12fiscal Q1 201429670001193125-14-193535

Inspect the source

Entity
AKEBIA THERAPEUTICS, INC. / CIK 0001517022
Captured
2026-09-20T09:13:55.431Z
SEC response SHA-256
eca901731ec587f0de4c46106d46ca08fada346fffe215cee1b095d9bfe74258

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