US issuer filings and reported accounting figures — full-text search since 2001, company profiles, filing history and XBRL facts.
searchpassing, 0.4scompanypassing, 0.0sfilingspassing, 0.0sconceptpassing, 0.3s/v1/finance:sec-edgar/search5m cache6 paramschecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("finance:sec-edgar", "search", {
"q": "\"supply chain risk\"",
"company": "apple",
"forms": "10-K",
"from": "2025-01-01",
"to": "2025-12-31",
"page": 1
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/finance:sec-edgar/search?q=%22supply+chain+risk%22&company=apple&forms=10-K&from=2025-01-01&to=2025-12-31&page=1" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/finance:sec-edgar/searchFull-text search across every filing since 2001.qstringoptionalcompanystringoptionalformsstringoptionalfromstringoptionaltostringoptionalpagenumberoptionalcurl -X GET "https://api.zpi.web.id/v1/finance:sec-edgar/search?q=%22supply+chain+risk%22&company=apple&forms=10-K&from=2025-01-01&to=2025-12-31&page=1" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"page": 1,
"count": 100,
"items": [
{
"cik": "0000815097",
"sic": "4400",
"url": "https://www.sec.gov/Archives/edgar/data/815097/000081509723000012/ccl-20221130.htm",
"form": "10-K",
"ticker": "CCL",
"company": "CARNIVAL CORP",
"filedAt": "2023-01-27",
"document": "ccl-20221130.htm",
"location": "Miami, FL",
"periodEnding": "2022-11-30",
"accessionNumber": "0000815097-23-000012"
},
{
"cik": "0001408198",
"sic": "7389",
"url": "https://www.sec.gov/Archives/edgar/data/1408198/000140819826000011/msci-20251231.htm",
"form": "10-K",
"ticker": "MSCI",
"company": "MSCI Inc.",
"filedAt": "2026-02-06",
"document": "msci-20251231.htm",
"location": "New York, NY",
"periodEnding": "2025-12-31",
"accessionNumber": "0001408198-26-000011"
},
{
"cik": "0001408198",
"sic": "7389",
"url": "https://www.sec.gov/Archives/edgar/data/1408198/000140819823000011/msci-20221231.htm",
"form": "10-K",
"ticker": "MSCI",
"company": "MSCI Inc.",
"filedAt": "2023-02-10",
"document": "msci-20221231.htm",
"location": "New York, NY",
"periodEnding": "2022-12-31",
"accessionNumber": "0001408198-23-000011"
},
{
"cik": "0001408198",
"sic": "7389",
"url": "https://www.sec.gov/Archives/edgar/data/1408198/000140819824000030/msci-20231231.htm",
"form": "10-K",
"ticker": "MSCI",
"company": "MSCI Inc.",
"filedAt": "2024-02-09",
"document": "msci-20231231.htm",
"location": "New York, NY",
"periodEnding": "2023-12-31",
"accessionNumber": "0001408198-24-000030"
},
{
"cik": "0001408198",
"sic": "7389",
"url": "https://www.sec.gov/Archives/edgar/data/1408198/000140819825000053/msci-20241231.htm",
"form": "10-K",
"ticker": "MSCI",
"company": "MSCI Inc.",
"filedAt": "2025-02-07",
"document": "msci-20241231.htm",
"location": "New York, NY",
"periodEnding": "2024-12-31",
"accessionNumber": "0001408198-25-000053"
},
{
"cik": "0001408198",
"sic": "7389",
"url": "https://www.sec.gov/Archives/edgar/data/1408198/000156459022004803/msci-10k_20211231.htm",
"form": "10-K",
"ticker": "MSCI",
"company": "MSCI Inc.",
"filedAt": "2022-02-11",
"document": "msci-10k_20211231.htm",
"location": "New York, NY",
"periodEnding": "2021-12-31",
"accessionNumber": "0001564590-22-004803"
},
{
"cik": "0000815097",
"sic": "4400",
"url": "https://www.sec.gov/Archives/edgar/data/815097/000081509724000011/ccl-20231130.htm",
"form": "10-K",
"ticker": "CCL",
"company": "CARNIVAL CORP",
"filedAt": "2024-01-26",
"document": "ccl-20231130.htm",
"location": "Miami, FL",
"periodEnding": "2023-11-30",
"accessionNumber": "0000815097-24-000011"
},
{
"cik": "0000067347",
"sic": "3714",
"url": "https://www.sec.gov/Archives/edgar/data/67347/000110465926066795/mod-20260331x10k.htm",
"form": "10-K",
"ticker": "MOD",
"company": "MODINE MANUFACTURING CO",
"filedAt": "2026-05-27",
"document": "mod-20260331x10k.htm",
"location": "Racine, WI",
"periodEnding": "2026-03-31",
"accessionNumber": "0001104659-26-066795"
}
],
"query": "climate risk",
"total": 10000,
"company": null,
"hasMore": true,
"nextPage": 2,
"provider": "sec-edgar",
"totalIsLowerBound": true
}/v1/finance:sec-edgar/companyResolve a name or ticker to an issuer profile.companystringoptionalcikstringoptionalcurl -X GET "https://api.zpi.web.id/v1/finance:sec-edgar/company?company=apple&cik=320193" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"cik": "0000320193",
"ein": "942404110",
"sic": "3571",
"city": "CUPERTINO",
"name": "Apple Inc.",
"phone": "(408) 996-1010",
"state": "CA",
"tickers": [
"AAPL"
],
"category": "Large accelerated filer",
"industry": "Electronic Computers",
"provider": "sec-edgar",
"exchanges": [
"Nasdaq"
],
"entityType": "operating",
"filingCount": 1000,
"formerNames": [
{
"to": "2019-08-05",
"from": "2007-01-10",
"name": "APPLE INC"
},
{
"to": "2007-01-04",
"from": "1994-01-26",
"name": "APPLE COMPUTER INC"
},
{
"to": "1997-07-28",
"from": "1997-07-28",
"name": "APPLE COMPUTER INC/ FA"
}
],
"alternatives": [
{
"cik": "0001418121",
"name": "Apple Hospitality REIT, Inc.",
"ticker": "APLE"
},
{
"cik": "0000320193",
"name": "Apple Inc.",
"ticker": "AAPL"
},
{
"cik": "0001498864",
"name": "Apple REIT Ten, Inc."
},
{
"cik": "0000320193",
"name": "APPLE COMPUTER INC",
"ticker": "AAPL"
},
{
"cik": "0001418121",
"name": "Apple REIT Nine, Inc.",
"ticker": "APLE"
}
],
"fiscalYearEnd": "0926",
"stateOfIncorporation": "CA"
}/v1/finance:sec-edgar/filingsAn issuer's recent filings, filterable by form type.companystringoptionalcikstringoptionalformstringoptionalpagenumberoptionalcountnumberoptionalcurl -X GET "https://api.zpi.web.id/v1/finance:sec-edgar/filings?company=apple&cik=320193&form=10-K&page=1&count=25" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"cik": "0000320193",
"form": "10-K",
"page": 1,
"count": 5,
"items": [
{
"url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250927.htm",
"form": "10-K",
"size": 9392337,
"isXbrl": true,
"filedAt": "2025-10-31",
"acceptedAt": "2025-10-31T10:01:26.000Z",
"fileNumber": "001-36743",
"reportDate": "2025-09-27",
"description": "10-K",
"accessionNumber": "0000320193-25-000079"
},
{
"url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm",
"form": "10-K",
"size": 9759333,
"isXbrl": true,
"filedAt": "2024-11-01",
"acceptedAt": "2024-11-01T10:01:36.000Z",
"fileNumber": "001-36743",
"reportDate": "2024-09-28",
"description": "10-K",
"accessionNumber": "0000320193-24-000123"
},
{
"url": "https://www.sec.gov/Archives/edgar/data/320193/000032019323000106/aapl-20230930.htm",
"form": "10-K",
"size": 9569569,
"isXbrl": true,
"filedAt": "2023-11-03",
"acceptedAt": "2023-11-02T22:08:27.000Z",
"fileNumber": "001-36743",
"reportDate": "2023-09-30",
"description": "10-K",
"accessionNumber": "0000320193-23-000106"
},
{
"url": "https://www.sec.gov/Archives/edgar/data/320193/000032019322000108/aapl-20220924.htm",
"form": "10-K",
"size": 10332356,
"isXbrl": true,
"filedAt": "2022-10-28",
"acceptedAt": "2022-10-27T22:01:14.000Z",
"fileNumber": "001-36743",
"reportDate": "2022-09-24",
"description": "10-K",
"accessionNumber": "0000320193-22-000108"
},
{
"url": "https://www.sec.gov/Archives/edgar/data/320193/000032019321000105/aapl-20210925.htm",
"form": "10-K",
"size": 10502096,
"isXbrl": true,
"filedAt": "2021-10-29",
"acceptedAt": "2021-10-28T22:04:28.000Z",
"fileNumber": "001-36743",
"reportDate": "2021-09-25",
"description": "10-K",
"accessionNumber": "0000320193-21-000105"
}
],
"total": 11,
"company": "Apple Inc.",
"hasMore": true,
"tickers": [
"AAPL"
],
"nextPage": 2,
"provider": "sec-edgar"
}/v1/finance:sec-edgar/conceptOne reported figure across every period an issuer filed.companystringoptionalcikstringoptionaltagstringoptionaltaxonomyenumoptionalperiodenumoptionalcurl -X GET "https://api.zpi.web.id/v1/finance:sec-edgar/concept?company=apple&cik=320193&tag=Revenues&taxonomy=us-gaap&period=all" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"cik": "0000320193",
"tag": "Revenues",
"unit": "USD",
"count": 3,
"items": [
{
"end": "2018-09-29",
"form": "10-K",
"frame": "CY2018",
"start": "2017-10-01",
"value": 265595000000,
"filedAt": "2018-11-05",
"fiscalYear": 2018,
"periodType": "duration",
"fiscalPeriod": "FY",
"accessionNumber": "0000320193-18-000145"
},
{
"end": "2017-09-30",
"form": "10-K",
"frame": "CY2017",
"start": "2016-09-25",
"value": 229234000000,
"filedAt": "2018-11-05",
"fiscalYear": 2018,
"periodType": "duration",
"fiscalPeriod": "FY",
"accessionNumber": "0000320193-18-000145"
},
{
"end": "2016-09-24",
"form": "10-K",
"frame": "CY2016",
"start": "2015-09-27",
"value": 215639000000,
"filedAt": "2018-11-05",
"fiscalYear": 2018,
"periodType": "duration",
"fiscalPeriod": "FY",
"accessionNumber": "0000320193-18-000145"
}
],
"label": "Revenues",
"period": "annual",
"company": "Apple Inc.",
"provider": "sec-edgar",
"taxonomy": "us-gaap"
}