{
  "x402Version": 2,
  "id": 2550,
  "slug": "2550",
  "resource": "https://apiacre.com/v1/research/sec-company-evidence",
  "description": "Resolve an exact SEC company name, ticker, or CIK, then bundle recent filing signals, normalized issuer-reported XBRL facts, and Form 4 insider transactions into one bounded public-company evidence report with explicit section coverage and official-source provenance.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xa0BFa4f07281c9b248DC3AED2217836BcA24869B",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "B4CHWQeQn7GDLZD2aW6hpGG2bEseisBFLZYECA3HDLan",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "filing_lookback_days": 365,
            "financial_metrics": [
              "revenue",
              "net_income",
              "total_assets",
              "diluted_eps"
            ],
            "financial_period_type": "both",
            "financial_periods": 4,
            "forms": [
              "10-K",
              "10-Q",
              "8-K"
            ],
            "identifier": "Apple Inc.",
            "include_derivatives": true,
            "insider_lookback_days": 90,
            "max_filings": 25,
            "max_insider_filings": 5
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "company": {
                "cik": "0000320193",
                "exchanges": [
                  "Nasdaq"
                ],
                "name": "Apple Inc.",
                "tickers": [
                  "AAPL"
                ]
              },
              "coverage": {
                "availableSectionCount": 3,
                "partial": false,
                "requestedSectionCount": 3,
                "sections": {
                  "filingActivity": "available",
                  "financialFacts": "available",
                  "insiderTransactions": "available"
                }
              },
              "disclaimer": "Official SEC evidence normalized for research only; not i...",
              "filingActivity": {
                "data": {
                  "attentionScore": 5,
                  "cik": "0000320193",
                  "filingCount": 5,
                  "name": "Apple Inc."
                },
                "status": "available"
              },
              "financialFacts": {
                "data": {
                  "cik": "0000320193",
                  "entityName": "Apple Inc.",
                  "metrics": {
                    "revenue": {
                      "observations": [
                        {
                          "end": "2025-09-27",
                          "filed": "2025-10-31",
                          "form": "10-K",
                          "val": 416161000000
                        }
                      ],
                      "unit": "USD"
                    }
                  },
                  "taxonomy": "us-gaap"
                },
                "status": "available"
              },
              "insiderTransactions": {
                "data": {
                  "cik": "0000320193",
                  "includeDerivatives": true,
                  "lookbackDays": 90,
                  "name": "Apple Inc."
                },
                "status": "available"
              },
              "limitations": [
                "Coverage is bounded by the requested lookback periods, fi...",
                "Issuer filings can be amended, restated, delayed, incompl...",
                "Form 4 transaction codes and footnotes require contextual..."
              ],
              "parameters": {
                "filingLookbackDays": 365,
                "financialMetrics": [
                  "revenue",
                  "net_income",
                  "total_assets",
                  "diluted_eps"
                ],
                "forms": [
                  "10-K",
                  "10-Q",
                  "8-K"
                ],
                "maxFilings": 25
              },
              "resolution": {
                "method": "company_name_exact",
                "query": "Apple Inc.",
                "resolvedCik": "0000320193",
                "usedListedCompanyDirectory": true
              },
              "retrievedAt": "2026-08-12T00:00:00Z",
              "sources": [
                "https://data.sec.gov/api/xbrl/companyfacts/CIK0000320193....",
                "https://data.sec.gov/submissions/CIK0000320193.json",
                "https://www.sec.gov/files/company_tickers_exchange.json"
              ],
              "warnings": []
            },
            "meta": {
              "cached": false,
              "duration_ms": 42,
              "next_actions": [],
              "sources": [],
              "warnings": []
            },
            "request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
            "service": "research.sec-company-evidence",
            "version": "1"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "filing_lookback_days": {
                    "type": "integer"
                  },
                  "financial_metrics": {
                    "items": {
                      "enum": [
                        "revenue",
                        "net_income",
                        "operating_income",
                        "total_assets",
                        "total_liabilities",
                        "stockholders_equity",
                        "cash_and_equivalents",
                        "operating_cash_flow",
                        "capital_expenditure",
                        "diluted_eps"
                      ],
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "financial_period_type": {
                    "enum": [
                      "annual",
                      "quarterly",
                      "both"
                    ],
                    "type": "string"
                  },
                  "financial_periods": {
                    "type": "integer"
                  },
                  "forms": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "identifier": {
                    "type": "string"
                  },
                  "include_derivatives": {
                    "type": "boolean"
                  },
                  "insider_lookback_days": {
                    "type": "integer"
                  },
                  "max_filings": {
                    "type": "integer"
                  },
                  "max_insider_filings": {
                    "type": "integer"
                  }
                },
                "required": [
                  "identifier"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "properties": {
                      "company": {
                        "type": "object"
                      },
                      "coverage": {
                        "type": "object"
                      },
                      "disclaimer": {
                        "type": "string"
                      },
                      "filingActivity": {
                        "type": "object"
                      },
                      "financialFacts": {
                        "type": "object"
                      },
                      "insiderTransactions": {
                        "type": "object"
                      },
                      "limitations": {
                        "items": {},
                        "type": "array"
                      },
                      "parameters": {
                        "type": "object"
                      },
                      "resolution": {
                        "type": "object"
                      },
                      "retrievedAt": {
                        "type": "string"
                      },
                      "sources": {
                        "items": {},
                        "type": "array"
                      },
                      "warnings": {
                        "items": {},
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "meta": {
                    "properties": {
                      "cached": {
                        "type": "boolean"
                      },
                      "duration_ms": {
                        "type": "integer"
                      },
                      "next_actions": {
                        "items": {
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "sources": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "warnings": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "duration_ms",
                      "cached",
                      "sources",
                      "warnings",
                      "next_actions"
                    ],
                    "type": "object"
                  },
                  "request_id": {
                    "type": "string"
                  },
                  "service": {
                    "type": "string"
                  },
                  "version": {
                    "type": "string"
                  }
                },
                "required": [
                  "request_id",
                  "service",
                  "version",
                  "data",
                  "meta"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "payment-identifier": {
      "info": {
        "required": false
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "payment-identifier"
  ],
  "sourceHost": "apiacre.com",
  "lastUpdated": "2026-09-01T13:13:15.749Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T13:13:15.506Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "apiacre.com",
    "manifest_name": "apiacre.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}