SEC事件智能 API

API ID 13055

标准化的SEC EDGAR文件变更、观察名单、公司查询、内部人文件和文件摘要数据,用于自动化监控工作流程

169 ms 平均响应

API 文档

端点

请求

演示响应端点返回一个小的未认证JSON示例,显示最新的备案、内幕备案示例、服务统计和付费SEC数据端点的示例查询

Endpoint ID: 26388
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26388/demo+response
输入参数

剩余免费测试请求:3 / 3。

此端点不需要任何输入参数。

API 示例响应
JSON
{
  "data": {
    "latestFilings": [
      {
        "acceptanceDateTime": "2026-07-02T16:31:40.000Z",
        "accessionNo": "0001214659-26-008121",
        "cik": "0000789019",
        "companyName": "MICROSOFT CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000121465926008121/j72261px14a6g.htm",
        "eventType": "other",
        "filedAt": "2026-07-02",
        "form": "PX14A6G",
        "ingestedAt": "2026-07-03T19:29:53+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": null,
        "primaryDocument": "j72261px14a6g.htm",
        "reportDate": null,
        "size": 128455,
        "ticker": "MSFT"
      },
      {
        "acceptanceDateTime": "2026-07-02T13:23:16.000Z",
        "accessionNo": "0001045810-26-000060",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000104581026000060/nvda-20260628.htm",
        "eventType": "current_report",
        "filedAt": "2026-07-02",
        "form": "8-K",
        "ingestedAt": "2026-07-03T19:29:54+00:00",
        "isInlineXbrl": true,
        "isXbrl": true,
        "items": [
          "5.02"
        ],
        "primaryDocDescription": "8-K",
        "primaryDocument": "nvda-20260628.htm",
        "reportDate": "2026-06-28",
        "size": 138094,
        "ticker": "NVDA"
      },
      {
        "acceptanceDateTime": "2026-07-01T22:03:47.000Z",
        "accessionNo": "0000789019-26-000137",
        "cik": "0000789019",
        "companyName": "MICROSOFT CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000078901926000137/xslF345X06/form4.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-07-01",
        "form": "4",
        "ingestedAt": "2026-07-03T19:29:53+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "STATEMENT OF CHANGES IN BENEFICIAL OWNERSHIP OF SECURITIES",
        "primaryDocument": "xslF345X06/form4.xml",
        "reportDate": "2026-07-01",
        "size": 3987,
        "ticker": "MSFT"
      }
    ],
    "latestInsiderTrades": [
      {
        "acceptanceDateTime": "2026-07-01T22:03:47.000Z",
        "accessionNo": "0000789019-26-000137",
        "cik": "0000789019",
        "companyName": "MICROSOFT CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000078901926000137/xslF345X06/form4.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-07-01",
        "form": "4",
        "ingestedAt": "2026-07-03T19:29:53+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "STATEMENT OF CHANGES IN BENEFICIAL OWNERSHIP OF SECURITIES",
        "primaryDocument": "xslF345X06/form4.xml",
        "reportDate": "2026-07-01",
        "size": 3987,
        "ticker": "MSFT"
      },
      {
        "acceptanceDateTime": "2026-06-29T21:07:02.000Z",
        "accessionNo": "0001199039-26-000009",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119903926000009/xslF345X06/wk-form4_1782767219.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-06-29",
        "form": "4",
        "ingestedAt": "2026-07-03T19:29:54+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "FORM 4",
        "primaryDocument": "xslF345X06/wk-form4_1782767219.xml",
        "reportDate": "2026-06-25",
        "size": 7041,
        "ticker": "NVDA"
      }
    ],
    "sampleQueries": [
      {
        "description": "Recent filings filtered by SEC form type.",
        "endpoint": "/v1/sec/latest?form=8-K&limit=50",
        "requiresSubscription": true
      },
      {
        "description": "Ticker-first normalized company event feed.",
        "endpoint": "/v1/sec/company/AAPL/events?limit=25",
        "requiresSubscription": true
      },
      {
        "description": "Batch filing change feed for watchlists.",
        "endpoint": "/v1/sec/watchlist/changes?tickers=AAPL,MSFT&since=2026-07-01",
        "requiresSubscription": true
      },
      {
        "description": "Ticker, CIK, and company-name lookup.",
        "endpoint": "/v1/sec/companies/search?q=apple",
        "requiresSubscription": true
      },
      {
        "description": "Forms 3, 4, and 5 for insider activity workflows.",
        "endpoint": "/v1/sec/insider-trades?ticker=MSFT&limit=25",
        "requiresSubscription": true
      }
    ],
    "stats": {
      "companyCount": 8006,
      "filingCount": 3006,
      "latestIngestRun": {
        "createdAt": "2026-07-03T19:29:54+00:00",
        "status": "ok",
        "target": "watchlist"
      }
    }
  },
  "meta": {
    "docsUrl": "https://api.data-apis.com/docs",
    "generatedAt": "2026-07-03T19:50:57+00:00",
    "notInvestmentAdvice": true,
    "sampleOnly": true,
    "subscribeUrl": "https://rapidapi.com/autoearnapi/api/sec-event-intelligence"
  }
}
演示响应 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26388/demo+response' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
返回最新的标准化SEC文件记录,以JSON格式用于监控仪表板、定期轮询作业、投资者研究和合规自动化工作流程
Endpoint ID: 26389
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26389/latest+filings
输入参数

剩余免费测试请求:3 / 3。

此端点不需要任何输入参数。

API 示例响应
JSON
{
  "data": [
    {
      "acceptanceDateTime": "2026-07-02T16:31:40.000Z",
      "accessionNo": "0001214659-26-008121",
      "cik": "0000789019",
      "companyName": "MICROSOFT CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000121465926008121/j72261px14a6g.htm",
      "eventType": "other",
      "filedAt": "2026-07-02",
      "form": "PX14A6G",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": null,
      "primaryDocument": "j72261px14a6g.htm",
      "reportDate": null,
      "size": 128455,
      "ticker": "MSFT"
    },
    {
      "acceptanceDateTime": "2026-07-02T13:23:16.000Z",
      "accessionNo": "0001045810-26-000060",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000104581026000060/nvda-20260628.htm",
      "eventType": "current_report",
      "filedAt": "2026-07-02",
      "form": "8-K",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": true,
      "isXbrl": true,
      "items": [
        "5.02"
      ],
      "primaryDocDescription": "8-K",
      "primaryDocument": "nvda-20260628.htm",
      "reportDate": "2026-06-28",
      "size": 138094,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-07-01T22:03:47.000Z",
      "accessionNo": "0000789019-26-000137",
      "cik": "0000789019",
      "companyName": "MICROSOFT CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000078901926000137/xslF345X06/form4.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-07-01",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "STATEMENT OF CHANGES IN BENEFICIAL OWNERSHIP OF SECURITIES",
      "primaryDocument": "xslF345X06/form4.xml",
      "reportDate": "2026-07-01",
      "size": 3987,
      "ticker": "MSFT"
    },
    {
      "acceptanceDateTime": "2026-06-30T20:27:26.000Z",
      "accessionNo": "0001045810-26-000056",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000104581026000056/nvda-20260624.htm",
      "eventType": "current_report",
      "filedAt": "2026-06-30",
      "form": "8-K",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": true,
      "isXbrl": true,
      "items": [
        "5.07"
      ],
      "primaryDocDescription": "8-K",
      "primaryDocument": "nvda-20260624.htm",
      "reportDate": "2026-06-24",
      "size": 178639,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:07:02.000Z",
      "accessionNo": "0001199039-26-000009",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119903926000009/xslF345X06/wk-form4_1782767219.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767219.xml",
      "reportDate": "2026-06-25",
      "size": 7041,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:06:22.000Z",
      "accessionNo": "0001725292-26-000004",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000172529226000004/xslF345X06/wk-form4_1782767179.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767179.xml",
      "reportDate": "2026-06-25",
      "size": 5333,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:05:39.000Z",
      "accessionNo": "0001197652-26-000007",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119765226000007/xslF345X06/wk-form4_1782767137.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767137.xml",
      "reportDate": "2026-06-25",
      "size": 6258,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:04:56.000Z",
      "accessionNo": "0001768670-26-000004",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000176867026000004/xslF345X06/wk-form4_1782767093.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767093.xml",
      "reportDate": "2026-06-25",
      "size": 7965,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:04:21.000Z",
      "accessionNo": "0001284116-26-000004",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000128411626000004/xslF345X06/wk-form4_1782767057.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767057.xml",
      "reportDate": "2026-06-25",
      "size": 13930,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:03:48.000Z",
      "accessionNo": "0001197650-26-000002",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119765026000002/xslF345X06/wk-form4_1782767025.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767025.xml",
      "reportDate": "2026-06-25",
      "size": 6175,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:02:57.000Z",
      "accessionNo": "0001219888-26-000002",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000121988826000002/xslF345X06/wk-form4_1782766973.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782766973.xml",
      "reportDate": "2026-06-25",
      "size": 12899,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:02:08.000Z",
      "accessionNo": "0001818224-26-000006",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000181822426000006/xslF345X06/wk-form4_1782766926.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782766926.xml",
      "reportDate": "2026-06-25",
      "size": 5295,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:01:16.000Z",
      "accessionNo": "0001197647-26-000003",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119764726000003/xslF345X06/wk-form4_1782766872.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782766872.xml",
      "reportDate": "2026-06-25",
      "size": 13917,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-25T20:16:55.000Z",
      "accessionNo": "0001193125-26-282817",
      "cik": "0000789019",
      "companyName": "MICROSOFT CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000119312526282817/msft-20251231.htm",
      "eventType": "other",
      "filedAt": "2026-06-25",
      "form": "11-K",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": true,
      "isXbrl": true,
      "items": [],
      "primaryDocDescription": "11-K",
      "primaryDocument": "msft-20251231.htm",
      "reportDate": "2025-12-31",
      "size": 2855211,
      "ticker": "MSFT"
    },
    {
      "acceptanceDateTime": "2026-06-25T20:10:50.000Z",
      "accessionNo": "0001193125-26-282773",
      "cik": "0000789019",
      "companyName": "MICROSOFT CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000119312526282773/d839790d11k.htm",
      "eventType": "other",
      "filedAt": "2026-06-25",
      "form": "11-K"}],"_note":"Response truncated for documentation purposes"}
最新申请 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26389/latest+filings' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
返回自2026年7月1日以来观察到的标准化SEC文件变更记录,包括投票工作、警报工作、合规仪表盘和投资者研究自动化
Endpoint ID: 26390
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26390/filing+changes+since+july+2026
输入参数

剩余免费测试请求:3 / 3。

此端点不需要任何输入参数。

API 示例响应
JSON
{
  "data": [
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-07-02T16:31:40.000Z",
        "accessionNo": "0001214659-26-008121",
        "cik": "0000789019",
        "companyName": "MICROSOFT CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000121465926008121/j72261px14a6g.htm",
        "eventType": "other",
        "filedAt": "2026-07-02",
        "form": "PX14A6G",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": null,
        "primaryDocument": "j72261px14a6g.htm",
        "reportDate": null,
        "size": 128455,
        "ticker": "MSFT"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "material_event",
      "filing": {
        "acceptanceDateTime": "2026-07-02T13:23:16.000Z",
        "accessionNo": "0001045810-26-000060",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000104581026000060/nvda-20260628.htm",
        "eventType": "current_report",
        "filedAt": "2026-07-02",
        "form": "8-K",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": true,
        "isXbrl": true,
        "items": [
          "5.02"
        ],
        "primaryDocDescription": "8-K",
        "primaryDocument": "nvda-20260628.htm",
        "reportDate": "2026-06-28",
        "size": 138094,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-07-01T22:03:47.000Z",
        "accessionNo": "0000789019-26-000137",
        "cik": "0000789019",
        "companyName": "MICROSOFT CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000078901926000137/xslF345X06/form4.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-07-01",
        "form": "4",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "STATEMENT OF CHANGES IN BENEFICIAL OWNERSHIP OF SECURITIES",
        "primaryDocument": "xslF345X06/form4.xml",
        "reportDate": "2026-07-01",
        "size": 3987,
        "ticker": "MSFT"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "material_event",
      "filing": {
        "acceptanceDateTime": "2026-06-30T20:27:26.000Z",
        "accessionNo": "0001045810-26-000056",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000104581026000056/nvda-20260624.htm",
        "eventType": "current_report",
        "filedAt": "2026-06-30",
        "form": "8-K",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": true,
        "isXbrl": true,
        "items": [
          "5.07"
        ],
        "primaryDocDescription": "8-K",
        "primaryDocument": "nvda-20260624.htm",
        "reportDate": "2026-06-24",
        "size": 178639,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-06-29T21:07:02.000Z",
        "accessionNo": "0001199039-26-000009",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119903926000009/xslF345X06/wk-form4_1782767219.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-06-29",
        "form": "4",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "FORM 4",
        "primaryDocument": "xslF345X06/wk-form4_1782767219.xml",
        "reportDate": "2026-06-25",
        "size": 7041,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-06-29T21:06:22.000Z",
        "accessionNo": "0001725292-26-000004",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000172529226000004/xslF345X06/wk-form4_1782767179.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-06-29",
        "form": "4",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "FORM 4",
        "primaryDocument": "xslF345X06/wk-form4_1782767179.xml",
        "reportDate": "2026-06-25",
        "size": 5333,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-06-29T21:05:39.000Z",
        "accessionNo": "0001197652-26-000007",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119765226000007/xslF345X06/wk-form4_1782767137.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-06-29",
        "form": "4",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "FORM 4",
        "primaryDocument": "xslF345X06/wk-form4_1782767137.xml",
        "reportDate": "2026-06-25",
        "size": 6258,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-06-29T21:04:56.000Z",
        "accessionNo": "0001768670-26-000004",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000176867026000004/xslF345X06/wk-form4_1782767093.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-06-29",
        "form": "4",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "FORM 4",
        "primaryDocument": "xslF345X06/wk-form4_1782767093.xml",
        "reportDate": "2026-06-25",
        "size": 7965,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-06-29T21:04:21.000Z",
        "accessionNo": "0001284116-26-000004",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000128411626000004/xslF345X06/wk-form4_1782767057.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-06-29",
        "form": "4",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "FORM 4",
        "primaryDocument": "xslF345X06/wk-form4_1782767057.xml",
        "reportDate": "2026-06-25",
        "size": 13930,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-06-29T21:03:48.000Z",
        "accessionNo": "0001197650-26-000002",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119765026000002/xslF345X06/wk-form4_1782767025.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-06-29",
        "form": "4",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "FORM 4",
        "primaryDocument": "xslF345X06/wk-form4_1782767025.xml",
        "reportDate": "2026-06-25",
        "size": 6175,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-06-29T21:02:57.000Z",
        "accessionNo": "0001219888-26-000002",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000121988826000002/xslF345X06/wk-form4_1782766973.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-06-29",
        "form": "4",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "FORM 4",
        "primaryDocument": "xslF345X06/wk-form4_1782766973.xml",
        "reportDate": "2026-06-25",
        "size": 12899,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new",
      "filing": {
        "acceptanceDateTime": "2026-06-29T21:02:08.000Z",
        "accessionNo": "0001818224-26-000006",
        "cik": "0001045810",
        "companyName": "NVIDIA CORP",
        "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000181822426000006/xslF345X06/wk-form4_1782766926.xml",
        "eventType": "insider_transaction",
        "filedAt": "2026-06-29",
        "form": "4",
        "ingestedAt": "2026-07-03T19:59:38+00:00",
        "isInlineXbrl": false,
        "isXbrl": false,
        "items": [],
        "primaryDocDescription": "FORM 4",
        "primaryDocument": "xslF345X06/wk-form4_1782766926.xml",
        "reportDate": "2026-06-25",
        "size": 5295,
        "ticker": "NVDA"
      },
      "observedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "changeType": "new"}],"_note":"Response truncated for documentation purposes"}
自2026年7月以来的备案变更 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26390/filing+changes+since+july+2026' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
返回一个示例大型股关注名单的分组SEC文件更改,涵盖苹果、微软和英伟达,用于仪表盘监控和计划警报工作流程
Endpoint ID: 26391
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26391/watchlist+changes+aapl+msft+nvda
输入参数

剩余免费测试请求:3 / 3。

此端点不需要任何输入参数。

API 示例响应
JSON
{
  "data": [
    {
      "changes": [
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-06-17T22:40:43.000Z",
            "accessionNo": "0001140361-26-025622",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126025622/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-06-17",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-06-15",
            "size": 9220,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-06-17T22:30:15.000Z",
            "accessionNo": "0001140361-26-025620",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126025620/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-06-17",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-06-15",
            "size": 10141,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-29T22:30:27.000Z",
            "accessionNo": "0001140361-26-023363",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126023363/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-05-29",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-05-27",
            "size": 6956,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-28T20:30:18.000Z",
            "accessionNo": "0001140361-26-023149",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126023149/ef20073373_sd.htm",
            "eventType": "other",
            "filedAt": "2026-05-28",
            "form": "SD",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "SD",
            "primaryDocument": "ef20073373_sd.htm",
            "reportDate": null,
            "size": 31060,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-27T20:00:33.000Z",
            "accessionNo": "0001921094-26-000555",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000192109426000555/xsl144X01/primary_doc.xml",
            "eventType": "restricted_sale",
            "filedAt": "2026-05-27",
            "form": "144",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": null,
            "primaryDocument": "xsl144X01/primary_doc.xml",
            "reportDate": null,
            "size": 4960,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-12T22:31:29.000Z",
            "accessionNo": "0001140361-26-020871",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126020871/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-05-12",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-05-08",
            "size": 4662,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-08T22:30:09.000Z",
            "accessionNo": "0001140361-26-020298",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126020298/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-05-08",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-05-06",
            "size": 8781,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-06T20:03:51.000Z",
            "accessionNo": "0001921094-26-000446",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000192109426000446/xsl144X01/primary_doc.xml",
            "eventType": "restricted_sale",
            "filedAt": "2026-05-06",
            "form": "144",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": null,
            "primaryDocument": "xsl144X01/primary_doc.xml",
            "reportDate": null,
            "size": 4352,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-05T20:17:20.000Z",
            "accessionNo": "0001950047-26-004044",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000195004726004044/xsl144X01/primary_doc.xml",
            "eventType": "restricted_sale",
            "filedAt": "2026-05-05",
            "form": "144",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": null,
            "primaryDocument": "xsl144X01/primary_doc.xml",
            "reportDate": null,
            "size": 7300,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-01T10:01:00.000Z",
            "accessionNo": "0000320193-26-000013",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000013/aapl-20260328.htm",
            "eventType": "quarterly_report",
            "filedAt": "2026-05-01",
            "form": "10-Q",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": true,
            "isXbrl": true,
            "items": [],
            "primaryDocDescription": "10-Q",
            "primaryDocument": "aapl-20260328.htm",
            "reportDate": "2026-03-28",
            "size": 5809851,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "material_event",
          "filing": {
            "acceptanceDateTime": "2026-04-30T20:30:41.000Z",
            "accessionNo": "0000320193-26-000011",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000011/aapl-20260430.htm",
            "eventType": "current_report",
            "filedAt": "2026-04-30",
            "form": "8-K",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": true,
            "isXbrl": true,
            "items": [
              "2.02",
              "9.01"
            ],
            "primaryDocDescription": "8-K",
            "primaryDocument": "aapl-20260430.htm",
            "reportDate": "2026-04-30",
            "size": 412047,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-04-29T20:40:10.000Z"}}]}],"_note":"Response truncated for documentation purposes"}
观察名单变化 AAPL MSFT NVDA — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26391/watchlist+changes+aapl+msft+nvda' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求

返回来自表格3 4和5的最近SEC内部人备案活动的规范化JSON用于合规监测 研究仪表板和警报自动化

Endpoint ID: 26392
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26392/latest+insider+trades
输入参数

剩余免费测试请求:3 / 3。

此端点不需要任何输入参数。

API 示例响应
JSON
{
  "data": [
    {
      "acceptanceDateTime": "2026-07-01T22:03:47.000Z",
      "accessionNo": "0000789019-26-000137",
      "cik": "0000789019",
      "companyName": "MICROSOFT CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000078901926000137/xslF345X06/form4.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-07-01",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "STATEMENT OF CHANGES IN BENEFICIAL OWNERSHIP OF SECURITIES",
      "primaryDocument": "xslF345X06/form4.xml",
      "reportDate": "2026-07-01",
      "size": 3987,
      "ticker": "MSFT"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:07:02.000Z",
      "accessionNo": "0001199039-26-000009",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119903926000009/xslF345X06/wk-form4_1782767219.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767219.xml",
      "reportDate": "2026-06-25",
      "size": 7041,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:06:22.000Z",
      "accessionNo": "0001725292-26-000004",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000172529226000004/xslF345X06/wk-form4_1782767179.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767179.xml",
      "reportDate": "2026-06-25",
      "size": 5333,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:05:39.000Z",
      "accessionNo": "0001197652-26-000007",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119765226000007/xslF345X06/wk-form4_1782767137.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767137.xml",
      "reportDate": "2026-06-25",
      "size": 6258,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:04:56.000Z",
      "accessionNo": "0001768670-26-000004",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000176867026000004/xslF345X06/wk-form4_1782767093.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767093.xml",
      "reportDate": "2026-06-25",
      "size": 7965,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:04:21.000Z",
      "accessionNo": "0001284116-26-000004",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000128411626000004/xslF345X06/wk-form4_1782767057.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767057.xml",
      "reportDate": "2026-06-25",
      "size": 13930,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:03:48.000Z",
      "accessionNo": "0001197650-26-000002",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119765026000002/xslF345X06/wk-form4_1782767025.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782767025.xml",
      "reportDate": "2026-06-25",
      "size": 6175,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:02:57.000Z",
      "accessionNo": "0001219888-26-000002",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000121988826000002/xslF345X06/wk-form4_1782766973.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782766973.xml",
      "reportDate": "2026-06-25",
      "size": 12899,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:02:08.000Z",
      "accessionNo": "0001818224-26-000006",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000181822426000006/xslF345X06/wk-form4_1782766926.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782766926.xml",
      "reportDate": "2026-06-25",
      "size": 5295,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-29T21:01:16.000Z",
      "accessionNo": "0001197647-26-000003",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119764726000003/xslF345X06/wk-form4_1782766872.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782766872.xml",
      "reportDate": "2026-06-25",
      "size": 13917,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-23T20:41:58.000Z",
      "accessionNo": "0001199039-26-000007",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000119903926000007/xslF345X06/wk-form4_1782247316.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-23",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782247316.xml",
      "reportDate": "2026-06-18",
      "size": 8872,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-23T10:04:01.000Z",
      "accessionNo": "0001696841-26-000008",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000169684126000008/xslF345X06/wk-form4_1782209038.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-23",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782209038.xml",
      "reportDate": "2026-06-17",
      "size": 6581,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-23T10:02:58.000Z",
      "accessionNo": "0001283854-26-000008",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000128385426000008/xslF345X06/wk-form4_1782208976.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-23",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782208976.xml",
      "reportDate": "2026-06-17",
      "size": 6280,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-23T10:02:20.000Z",
      "accessionNo": "0001588670-26-000012",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000158867026000012/xslF345X06/wk-form4_1782208938.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-23",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/wk-form4_1782208938.xml",
      "reportDate": "2026-06-17",
      "size": 10909,
      "ticker": "NVDA"
    },
    {
      "acceptanceDateTime": "2026-06-23T10:01:33.000Z",
      "accessionNo": "0001347842-26-000013",
      "cik": "0001045810",
      "companyName": "NVIDIA CORP"}],"_note":"Response truncated for documentation purposes"}
最新的内部交易 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26392/latest+insider+trades' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
返回服务覆盖统计数据,包括公司计数、申报计数、表单分布、接收状态和新鲜度元数据,以监控API数据覆盖情况
Endpoint ID: 26393
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26393/sec+coverage+stats
输入参数

剩余免费测试请求:3 / 3。

此端点不需要任何输入参数。

API 示例响应
JSON
{
  "data": {
    "companyCount": 8006,
    "eventTypes": [
      {
        "count": 1884,
        "eventType": "insider_transaction"
      },
      {
        "count": 328,
        "eventType": "restricted_sale"
      },
      {
        "count": 288,
        "eventType": "other"
      },
      {
        "count": 230,
        "eventType": "current_report"
      },
      {
        "count": 70,
        "eventType": "quarterly_report"
      },
      {
        "count": 55,
        "eventType": "prospectus"
      },
      {
        "count": 45,
        "eventType": "beneficial_ownership"
      },
      {
        "count": 31,
        "eventType": "registration_statement"
      },
      {
        "count": 29,
        "eventType": "insider_initial_ownership"
      },
      {
        "count": 23,
        "eventType": "annual_report"
      },
      {
        "count": 10,
        "eventType": "institutional_holding"
      },
      {
        "count": 9,
        "eventType": "insider_annual_statement"
      },
      {
        "count": 3,
        "eventType": "amended_report"
      },
      {
        "count": 1,
        "eventType": "exempt_offering"
      }
    ],
    "filingCount": 3006,
    "forms": [
      {
        "count": 1884,
        "form": "4"
      },
      {
        "count": 328,
        "form": "144"
      },
      {
        "count": 230,
        "form": "8-K"
      },
      {
        "count": 70,
        "form": "10-Q"
      },
      {
        "count": 64,
        "form": "PX14A6G"
      },
      {
        "count": 48,
        "form": "424B2"
      },
      {
        "count": 43,
        "form": "SC 13G/A"
      },
      {
        "count": 30,
        "form": "DEFA14A"
      },
      {
        "count": 29,
        "form": "3"
      },
      {
        "count": 26,
        "form": "FWP"
      },
      {
        "count": 24,
        "form": "DEF 14A"
      },
      {
        "count": 24,
        "form": "SD"
      },
      {
        "count": 23,
        "form": "10-K"
      },
      {
        "count": 21,
        "form": "11-K"
      },
      {
        "count": 15,
        "form": "UPLOAD"
      },
      {
        "count": 12,
        "form": "CORRESP"
      },
      {
        "count": 10,
        "form": "13F-HR"
      },
      {
        "count": 10,
        "form": "S-8"
      },
      {
        "count": 9,
        "form": "5"
      },
      {
        "count": 8,
        "form": "4/A"
      },
      {
        "count": 8,
        "form": "S-3ASR"
      },
      {
        "count": 7,
        "form": "ARS"
      },
      {
        "count": 7,
        "form": "NO ACT"
      },
      {
        "count": 7,
        "form": "SCHEDULE 13G/A"
      },
      {
        "count": 6,
        "form": "144/A"
      },
      {
        "count": 6,
        "form": "S-8 POS"
      },
      {
        "count": 5,
        "form": "25-NSE"
      },
      {
        "count": 5,
        "form": "8-A12B"
      },
      {
        "count": 4,
        "form": "424B5"
      },
      {
        "count": 4,
        "form": "EFFECT"
      },
      {
        "count": 4,
        "form": "SCHEDULE 13G"
      },
      {
        "count": 3,
        "form": "3/A"
      },
      {
        "count": 3,
        "form": "424B3"
      },
      {
        "count": 3,
        "form": "8-K/A"
      },
      {
        "count": 3,
        "form": "CERTNYS"
      },
      {
        "count": 3,
        "form": "IRANNOTICE"
      },
      {
        "count": 3,
        "form": "PRE 14A"
      },
      {
        "count": 3,
        "form": "S-4"
      },
      {
        "count": 2,
        "form": "5/A"
      },
      {
        "count": 2,
        "form": "CERT"
      },
      {
        "count": 2,
        "form": "S-4/A"
      },
      {
        "count": 2,
        "form": "SC 13G"
      },
      {
        "count": 1,
        "form": "25"
      },
      {
        "count": 1,
        "form": "D"
      },
      {
        "count": 1,
        "form": "N-PX"
      },
      {
        "count": 1,
        "form": "PX14A6N"
      },
      {
        "count": 1,
        "form": "S-3"
      },
      {
        "count": 1,
        "form": "S-3/A"
      }
    ],
    "latestFiling": {
      "acceptanceDateTime": "2026-07-02T16:31:40.000Z",
      "accessionNo": "0001214659-26-008121",
      "cik": "0000789019",
      "companyName": "MICROSOFT CORP",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/789019/000121465926008121/j72261px14a6g.htm",
      "eventType": "other",
      "filedAt": "2026-07-02",
      "form": "PX14A6G",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": null,
      "primaryDocument": "j72261px14a6g.htm",
      "reportDate": null,
      "size": 128455,
      "ticker": "MSFT"
    },
    "latestIngestRun": {
      "createdAt": "2026-07-03T19:59:39+00:00",
      "message": "watchlist=AAPL,MSFT,NVDA ok=3 errors=0",
      "status": "ok",
      "target": "watchlist"
    }
  },
  "meta": {
    "generatedAt": "2026-07-03T20:10:21+00:00",
    "notInvestmentAdvice": true
  }
}
SEC覆盖统计 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26393/sec+coverage+stats' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求

返回与Apple查询匹配的SEC公司查找结果,作为股票代码、CIK和公司名称丰富工作流的标准化JSON示例

Endpoint ID: 26394
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26394/company+lookup+apple+sample
输入参数

剩余免费测试请求:3 / 3。

此端点不需要任何输入参数。

API 示例响应
JSON
{
  "data": [
    {
      "cik": "0000320193",
      "exchange": "Nasdaq",
      "filingCount": 1000,
      "latestFilingAt": "2026-06-17",
      "name": "Apple Inc.",
      "ticker": "AAPL",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0001418121",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "Apple Hospitality REIT, Inc.",
      "ticker": "APLE",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0001134982",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "Apple iSports Group, Inc.",
      "ticker": "AAPI",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0000063330",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "MAUI LAND & PINEAPPLE CO INC",
      "ticker": "MLP",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0001710495",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "PINEAPPLE EXPRESS CANNABIS Co",
      "ticker": "PNXP",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0001938109",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "Pineapple Financial Inc.",
      "ticker": "PAPL",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    }
  ],
  "meta": {
    "count": 6,
    "notInvestmentAdvice": true,
    "query": "apple"
  }
}
公司查找苹果示例 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26394/company+lookup+apple+sample' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
返回由API调用者提供的股票代码(如AAPL或MSFT)的公司资料元数据和本地SEC备案覆盖情况
Endpoint ID: 26395
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26395/company+profile+by+ticker
输入参数

剩余免费测试请求:3 / 3。

API 示例响应
JSON
{
  "data": {
    "cik": "0000320193",
    "exchange": "Nasdaq",
    "filingCount": 1000,
    "forms": [
      {
        "count": 589,
        "form": "4"
      },
      {
        "count": 104,
        "form": "8-K"
      },
      {
        "count": 48,
        "form": "424B2"
      },
      {
        "count": 44,
        "form": "144"
      },
      {
        "count": 33,
        "form": "10-Q"
      },
      {
        "count": 27,
        "form": "PX14A6G"
      },
      {
        "count": 24,
        "form": "FWP"
      },
      {
        "count": 22,
        "form": "SC 13G/A"
      },
      {
        "count": 12,
        "form": "DEFA14A"
      },
      {
        "count": 11,
        "form": "10-K"
      },
      {
        "count": 11,
        "form": "3"
      },
      {
        "count": 11,
        "form": "DEF 14A"
      },
      {
        "count": 11,
        "form": "SD"
      },
      {
        "count": 7,
        "form": "NO ACT"
      },
      {
        "count": 5,
        "form": "8-A12B"
      },
      {
        "count": 4,
        "form": "25-NSE"
      },
      {
        "count": 4,
        "form": "CORRESP"
      },
      {
        "count": 4,
        "form": "S-3ASR"
      },
      {
        "count": 4,
        "form": "S-8"
      },
      {
        "count": 4,
        "form": "UPLOAD"
      },
      {
        "count": 3,
        "form": "CERTNYS"
      },
      {
        "count": 3,
        "form": "S-8 POS"
      },
      {
        "count": 2,
        "form": "CERT"
      },
      {
        "count": 2,
        "form": "IRANNOTICE"
      },
      {
        "count": 2,
        "form": "SCHEDULE 13G/A"
      },
      {
        "count": 1,
        "form": "144/A"
      },
      {
        "count": 1,
        "form": "25"
      },
      {
        "count": 1,
        "form": "3/A"
      },
      {
        "count": 1,
        "form": "4/A"
      },
      {
        "count": 1,
        "form": "5"
      },
      {
        "count": 1,
        "form": "8-K/A"
      },
      {
        "count": 1,
        "form": "PX14A6N"
      },
      {
        "count": 1,
        "form": "SC 13G"
      },
      {
        "count": 1,
        "form": "SCHEDULE 13G"
      }
    ],
    "latestFiling": {
      "acceptanceDateTime": "2026-06-17T22:40:43.000Z",
      "accessionNo": "0001140361-26-025622",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126025622/xslF345X06/form4.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-17",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/form4.xml",
      "reportDate": "2026-06-15",
      "size": 9220,
      "ticker": "AAPL"
    },
    "latestFilingAt": "2026-06-17",
    "latestIngestedAt": "2026-07-03T19:59:38+00:00",
    "name": "Apple Inc.",
    "ticker": "AAPL",
    "updatedAt": "2026-07-03T19:59:38+00:00"
  },
  "meta": {
    "generatedAt": "2026-07-03T20:13:31+00:00",
    "notInvestmentAdvice": true
  }
}
公司简介按股票代码 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26395/company+profile+by+ticker&ticker=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
通过调用者提供的查询值搜索证券交易委员会公司记录,按股票代码、CIK或公司名称进行丰富、筛选和查询工作流
Endpoint ID: 26396
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26396/company+search+by+query
输入参数

剩余免费测试请求:3 / 3。

API 示例响应
JSON
{
  "data": [
    {
      "cik": "0000320193",
      "exchange": "Nasdaq",
      "filingCount": 1000,
      "latestFilingAt": "2026-06-17",
      "name": "Apple Inc.",
      "ticker": "AAPL",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0001418121",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "Apple Hospitality REIT, Inc.",
      "ticker": "APLE",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0001134982",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "Apple iSports Group, Inc.",
      "ticker": "AAPI",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0000063330",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "MAUI LAND & PINEAPPLE CO INC",
      "ticker": "MLP",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0001710495",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "PINEAPPLE EXPRESS CANNABIS Co",
      "ticker": "PNXP",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    },
    {
      "cik": "0001938109",
      "exchange": null,
      "filingCount": 0,
      "latestFilingAt": null,
      "name": "Pineapple Financial Inc.",
      "ticker": "PAPL",
      "updatedAt": "2026-07-03T19:59:38+00:00"
    }
  ],
  "meta": {
    "count": 6,
    "notInvestmentAdvice": true,
    "query": "apple"
  }
}
公司通过查询搜索 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26396/company+search+by+query&query=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求

返回最近的SEC文件,针对调用者提供的股票代码,启用特定股票代码的文件历史页面、警报工作、仪表板和合规审核工具

Endpoint ID: 26397
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26397/company+filings+by+ticker
输入参数

剩余免费测试请求:3 / 3。

API 示例响应
JSON
{
  "data": [
    {
      "acceptanceDateTime": "2026-06-17T22:40:43.000Z",
      "accessionNo": "0001140361-26-025622",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126025622/xslF345X06/form4.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-17",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/form4.xml",
      "reportDate": "2026-06-15",
      "size": 9220,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-06-17T22:30:15.000Z",
      "accessionNo": "0001140361-26-025620",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126025620/xslF345X06/form4.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-06-17",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/form4.xml",
      "reportDate": "2026-06-15",
      "size": 10141,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-05-29T22:30:27.000Z",
      "accessionNo": "0001140361-26-023363",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126023363/xslF345X06/form4.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-05-29",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/form4.xml",
      "reportDate": "2026-05-27",
      "size": 6956,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-05-28T20:30:18.000Z",
      "accessionNo": "0001140361-26-023149",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126023149/ef20073373_sd.htm",
      "eventType": "other",
      "filedAt": "2026-05-28",
      "form": "SD",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "SD",
      "primaryDocument": "ef20073373_sd.htm",
      "reportDate": null,
      "size": 31060,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-05-27T20:00:33.000Z",
      "accessionNo": "0001921094-26-000555",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000192109426000555/xsl144X01/primary_doc.xml",
      "eventType": "restricted_sale",
      "filedAt": "2026-05-27",
      "form": "144",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": null,
      "primaryDocument": "xsl144X01/primary_doc.xml",
      "reportDate": null,
      "size": 4960,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-05-12T22:31:29.000Z",
      "accessionNo": "0001140361-26-020871",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126020871/xslF345X06/form4.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-05-12",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/form4.xml",
      "reportDate": "2026-05-08",
      "size": 4662,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-05-08T22:30:09.000Z",
      "accessionNo": "0001140361-26-020298",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126020298/xslF345X06/form4.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-05-08",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/form4.xml",
      "reportDate": "2026-05-06",
      "size": 8781,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-05-06T20:03:51.000Z",
      "accessionNo": "0001921094-26-000446",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000192109426000446/xsl144X01/primary_doc.xml",
      "eventType": "restricted_sale",
      "filedAt": "2026-05-06",
      "form": "144",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": null,
      "primaryDocument": "xsl144X01/primary_doc.xml",
      "reportDate": null,
      "size": 4352,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-05-05T20:17:20.000Z",
      "accessionNo": "0001950047-26-004044",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000195004726004044/xsl144X01/primary_doc.xml",
      "eventType": "restricted_sale",
      "filedAt": "2026-05-05",
      "form": "144",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": null,
      "primaryDocument": "xsl144X01/primary_doc.xml",
      "reportDate": null,
      "size": 7300,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-05-01T10:01:00.000Z",
      "accessionNo": "0000320193-26-000013",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000013/aapl-20260328.htm",
      "eventType": "quarterly_report",
      "filedAt": "2026-05-01",
      "form": "10-Q",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": true,
      "isXbrl": true,
      "items": [],
      "primaryDocDescription": "10-Q",
      "primaryDocument": "aapl-20260328.htm",
      "reportDate": "2026-03-28",
      "size": 5809851,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-04-30T20:30:41.000Z",
      "accessionNo": "0000320193-26-000011",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000011/aapl-20260430.htm",
      "eventType": "current_report",
      "filedAt": "2026-04-30",
      "form": "8-K",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": true,
      "isXbrl": true,
      "items": [
        "2.02",
        "9.01"
      ],
      "primaryDocDescription": "8-K",
      "primaryDocument": "aapl-20260430.htm",
      "reportDate": "2026-04-30",
      "size": 412047,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-04-29T20:40:10.000Z",
      "accessionNo": "0002100119-26-000139",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000210011926000139/xslSCHEDULE_13G_X02/primary_doc.xml",
      "eventType": "other",
      "filedAt": "2026-04-29",
      "form": "SCHEDULE 13G",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": null,
      "primaryDocument": "xslSCHEDULE_13G_X02/primary_doc.xml",
      "reportDate": null,
      "size": 7457,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-04-27T22:30:44.000Z",
      "accessionNo": "0001140361-26-017175",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126017175/xslF345X06/form4.xml",
      "eventType": "insider_transaction",
      "filedAt": "2026-04-27",
      "form": "4",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": "FORM 4",
      "primaryDocument": "xslF345X06/form4.xml",
      "reportDate": "2026-04-23",
      "size": 4664,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-04-23T20:31:45.000Z",
      "accessionNo": "0001950047-26-003721",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000195004726003721/xsl144X01/primary_doc.xml",
      "eventType": "restricted_sale",
      "filedAt": "2026-04-23",
      "form": "144",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": false,
      "isXbrl": false,
      "items": [],
      "primaryDocDescription": null,
      "primaryDocument": "xsl144X01/primary_doc.xml",
      "reportDate": null,
      "size": 4809,
      "ticker": "AAPL"
    },
    {
      "acceptanceDateTime": "2026-04-20T21:29:51.000Z",
      "accessionNo": "0001140361-26-015711",
      "cik": "0000320193",
      "companyName": "Apple Inc.",
      "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126015711/ef20071035_8k.htm",
      "eventType": "current_report",
      "filedAt": "2026-04-20",
      "form": "8-K",
      "ingestedAt": "2026-07-03T19:59:38+00:00",
      "isInlineXbrl": true,
      "isXbrl": true,
      "items": [
        "5.02"
      ],
      "primaryDocDescription": "8-K",
      "primaryDocument": "ef20071035_8k.htm",
      "reportDate": "2026-04-17",
      "size": 239761,
      "ticker": "AAPL"
    }],"_note":"Response truncated for documentation purposes"}
公司文件按股票代码分类 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26397/company+filings+by+ticker&ticker=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
返回分组的SEC文件变更,适用于调用者提供的以逗号分隔的股票代码列表和日期,支持自定义观察列表和定期监控任务
Endpoint ID: 26398
GET https://zylalabs.com/api/13055/sec+event+intelligence+api/26398/watchlist+changes+by+tickers+and+date
输入参数

剩余免费测试请求:3 / 3。

API 示例响应
JSON
{
  "data": [
    {
      "changes": [
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-06-17T22:40:43.000Z",
            "accessionNo": "0001140361-26-025622",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126025622/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-06-17",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-06-15",
            "size": 9220,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-06-17T22:30:15.000Z",
            "accessionNo": "0001140361-26-025620",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126025620/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-06-17",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-06-15",
            "size": 10141,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-29T22:30:27.000Z",
            "accessionNo": "0001140361-26-023363",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126023363/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-05-29",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-05-27",
            "size": 6956,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-28T20:30:18.000Z",
            "accessionNo": "0001140361-26-023149",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126023149/ef20073373_sd.htm",
            "eventType": "other",
            "filedAt": "2026-05-28",
            "form": "SD",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "SD",
            "primaryDocument": "ef20073373_sd.htm",
            "reportDate": null,
            "size": 31060,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-27T20:00:33.000Z",
            "accessionNo": "0001921094-26-000555",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000192109426000555/xsl144X01/primary_doc.xml",
            "eventType": "restricted_sale",
            "filedAt": "2026-05-27",
            "form": "144",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": null,
            "primaryDocument": "xsl144X01/primary_doc.xml",
            "reportDate": null,
            "size": 4960,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-12T22:31:29.000Z",
            "accessionNo": "0001140361-26-020871",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126020871/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-05-12",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-05-08",
            "size": 4662,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-08T22:30:09.000Z",
            "accessionNo": "0001140361-26-020298",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000114036126020298/xslF345X06/form4.xml",
            "eventType": "insider_transaction",
            "filedAt": "2026-05-08",
            "form": "4",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": "FORM 4",
            "primaryDocument": "xslF345X06/form4.xml",
            "reportDate": "2026-05-06",
            "size": 8781,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-06T20:03:51.000Z",
            "accessionNo": "0001921094-26-000446",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000192109426000446/xsl144X01/primary_doc.xml",
            "eventType": "restricted_sale",
            "filedAt": "2026-05-06",
            "form": "144",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": null,
            "primaryDocument": "xsl144X01/primary_doc.xml",
            "reportDate": null,
            "size": 4352,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-05T20:17:20.000Z",
            "accessionNo": "0001950047-26-004044",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000195004726004044/xsl144X01/primary_doc.xml",
            "eventType": "restricted_sale",
            "filedAt": "2026-05-05",
            "form": "144",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": false,
            "isXbrl": false,
            "items": [],
            "primaryDocDescription": null,
            "primaryDocument": "xsl144X01/primary_doc.xml",
            "reportDate": null,
            "size": 7300,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-05-01T10:01:00.000Z",
            "accessionNo": "0000320193-26-000013",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000013/aapl-20260328.htm",
            "eventType": "quarterly_report",
            "filedAt": "2026-05-01",
            "form": "10-Q",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": true,
            "isXbrl": true,
            "items": [],
            "primaryDocDescription": "10-Q",
            "primaryDocument": "aapl-20260328.htm",
            "reportDate": "2026-03-28",
            "size": 5809851,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "material_event",
          "filing": {
            "acceptanceDateTime": "2026-04-30T20:30:41.000Z",
            "accessionNo": "0000320193-26-000011",
            "cik": "0000320193",
            "companyName": "Apple Inc.",
            "detailUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000011/aapl-20260430.htm",
            "eventType": "current_report",
            "filedAt": "2026-04-30",
            "form": "8-K",
            "ingestedAt": "2026-07-03T19:59:38+00:00",
            "isInlineXbrl": true,
            "isXbrl": true,
            "items": [
              "2.02",
              "9.01"
            ],
            "primaryDocDescription": "8-K",
            "primaryDocument": "aapl-20260430.htm",
            "reportDate": "2026-04-30",
            "size": 412047,
            "ticker": "AAPL"
          },
          "observedAt": "2026-07-03T19:59:38+00:00"
        },
        {
          "changeType": "new",
          "filing": {
            "acceptanceDateTime": "2026-04-29T20:40:10.000Z"}}]}],"_note":"Response truncated for documentation purposes"}
按代码和日期的观察列表变更 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13055/sec+event+intelligence+api/26398/watchlist+changes+by+tickers+and+date&tickers=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API 访问密钥和身份验证

注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 SEC事件智能 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。

标头
标头 描述
授权 必需 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。

简单透明的定价

无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。

(年度计费可节省 2 个月 🎉)

🚀 企业版套餐
自定义数量

  • 自定义速率限制
  • 团队与权限管理
  • SLA 保障的稳定性
  • 专业客户支持
  • 实时 API 监控
  • 企业级安全与合规
最低年度合同:10,000 美元

领先企业的信赖之选

概览

SEC 事件智能 API 提供规范化的公开 SEC EDGAR 备案数据,用于自动监控工作流程。该 API 专为定时作业、仪表板、合规监控和需要结构化 JSON 而非原始备案解析的数据管道而构建。

该产品支持备案变更feeds、股票观察名单、公司查询、公司概况、内部备案元数据、备案摘要、健康检查和使用验证端点。

典型用途包括发行人监控、投资组合观察名单、合规检查、研究仪表板和内部警报工作者。该服务仅返回公开备案元数据和源链接记录。它是数据基础设施,不提供投资建议、推荐、评级或个性化财务指导。

SEC事件智能 API FAQs

每个端点返回标准化的SEC EDGAR提交数据,包括提交变更、公司资料、内部人提交和提交摘要。例如“最新提交”端点提供最近的提交记录,而“公司查找”端点返回公司元数据,如CIK和股票代码

关键字段包括“acceptanceDateTime”“accessionNo”“cik”“companyName”“eventType”“form”和“detailUrl”这些字段提供有关每个备案的重要信息,如备案日期、类型和访问链接

响应数据采用JSON格式结构,通常包含一个“data”对象。例如,“最新提交”端点返回一个提交记录数组,每个记录都有“ticker”、“filedAt”和“size”等详细属性,便于解析和使用

每个端点提供特定信息:“最新提交”提供最近的提交,“提交变更”显示自某个日期以来的更新,“观察名单变更”按股票代码分组提交,“公司查询”返回公司详细信息。这种多样性支持多样的监控和研究需求

用户可以通过指定参数如股票代码、日期范围或事件类型来定制请求。例如,“按股票代码和日期的关注列表变更”端点允许用户输入以逗号分隔的股票代码列表和一个日期来过滤结果

数据来源于SEC EDGAR数据库,该数据库包含公司的公开文件。API对这些数据进行标准化,以便于使用,确保用户在监控工作流程中获得结构化和可靠的信息

典型的用例包括发行人监控、合规检查、投资组合观察列表和研究仪表板。用户可以自动化提醒文件变更或跟踪内幕交易活动,从而增强他们的合规性和投资策略

用户可以通过将返回的数据集成到仪表板中、设置自动警报以便于文件更改或对公司活动进行研究来利用这些数据 结构化的JSON格式允许在各种应用中轻松解析和分析

一般常见问题

Zyla API Hub 就像一个大型 API 商店,您可以在一个地方找到数千个 API。我们还为所有 API 提供专门支持和实时监控。注册后,您可以选择要使用的 API。请记住,每个 API 都需要自己的订阅。但如果您订阅多个 API,您将为所有这些 API 使用相同的密钥,使事情变得更简单。
价格以 USD(美元)、EUR(欧元)、CAD(加元)、AUD(澳元)和 GBP(英镑)列出。我们接受所有主要的借记卡和信用卡。我们的支付系统使用最新的安全技术,由 Stripe 提供支持,Stripe 是世界上最可靠的支付公司之一。如果您在使用卡片付款时遇到任何问题,请通过 [email protected]

此外,如果您已经以这些货币中的任何一种(USD、EUR、CAD、AUD、GBP)拥有有效订阅,该货币将保留用于后续订阅。只要您没有任何有效订阅,您可以随时更改货币。
定价页面上显示的本地货币基于您 IP 地址的国家/地区,仅供参考。实际价格以 USD(美元)为单位。当您付款时,即使您在我们的网站上看到以本地货币显示的等值金额,您的卡片对账单上也会以美元显示费用。这意味着您不能直接使用本地货币付款。
有时,银行可能会因其欺诈保护设置而拒绝收费。我们建议您首先联系您的银行,检查他们是否阻止了我们的收费。此外,您可以访问账单门户并更改关联的卡片以进行付款。如果这些方法不起作用并且您需要进一步帮助,请通过 [email protected]
价格由月度或年度订阅决定,具体取决于所选计划。
API 调用根据成功请求从您的计划中扣除。每个计划都包含您每月可以进行的特定数量的调用。只有成功的调用(由状态 200 响应指示)才会计入您的总数。这确保失败或不完整的请求不会影响您的月度配额。
Zyla API Hub 采用月度订阅系统。您的计费周期将从您购买付费计划的那一天开始,并在下个月的同一日期续订。因此,如果您想避免未来的费用,请提前取消订阅。
要升级您当前的订阅计划,只需转到 API 的定价页面并选择您要升级到的计划。升级将立即生效,让您立即享受新计划的功能。请注意,您之前计划中的任何剩余调用都不会转移到新计划,因此在升级时请注意这一点。您将被收取新计划的全部金额。
要检查您本月剩余多少 API 调用,请参考响应标头中的 "X-Zyla-API-Calls-Monthly-Remaining" 字段。例如,如果您的计划允许每月 1,000 个请求,而您已使用 100 个,则响应标头中的此字段将显示 900 个剩余调用。
要查看您的计划允许的最大 API 请求数,请检查 "X-Zyla-RateLimit-Limit" 响应标头。例如,如果您的计划包括每月 1,000 个请求,此标头将显示 1,000。
"X-Zyla-RateLimit-Reset" 标头显示您的速率限制重置之前的秒数。这告诉您何时您的请求计数将重新开始。例如,如果它显示 3,600,则意味着还有 3,600 秒直到限制重置。
是的,您可以随时通过访问您的账户并在账单页面上选择取消选项来取消您的计划。请注意,升级、降级和取消会立即生效。此外,取消后,您将不再有权访问该服务,即使您的配额中还有剩余调用。
为了让您有机会在没有任何承诺的情况下体验我们的 API,我们提供 7 天免费试用,允许您免费进行最多 50 次 API 调用。此试用只能使用一次,因此我们建议将其应用于您最感兴趣的 API。虽然我们的大多数 API 都提供免费试用,但有些可能不提供。试用在 7 天后或您进行了 50 次请求后结束,以先发生者为准。如果您在试用期间达到 50 次请求限制,您需要"开始您的付费计划"以继续发出请求。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。或者,如果您在第 7 天之前不取消订阅,您的免费试用将结束,您的计划将自动计费,授予您访问计划中指定的所有 API 调用的权限。请记住这一点以避免不必要的费用。
7 天后,您将被收取试用期间订阅的计划的全额费用。因此,在试用期结束前取消很重要。因忘记及时取消而提出的退款请求不被接受。
当您订阅 API 免费试用时,您可以进行最多 50 次 API 调用。如果您希望超出此限制进行额外的 API 调用,API 将提示您执行"开始您的付费计划"。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。
付款订单在每月 20 日至 30 日之间处理。如果您在 20 日之前提交请求,您的付款将在此时间范围内处理。
您可以通过我们的聊天渠道联系我们以获得即时帮助。我们始终在线,时间为上午 8 点至下午 5 点(EST)。如果您在该时间之后联系我们,我们将尽快回复您。此外,您可以通过 [email protected]