> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SEC EDGAR

> 7 actions available for SEC EDGAR through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/sec/filled/png" alt="SEC EDGAR" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>SEC EDGAR</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>7 actions · 1 auth method</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-tag-preview" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Preview</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="User-Agent">
    SEC EDGAR is a free public API. No authentication credentials are required, but a User-Agent header identifying your org...

    Guides: [Connector Profile](/connectors/secedgar/guides/connector-profile/user-agent), [Link Account](/connectors/secedgar/guides/link-account/user-agent)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>7 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="secedgar_get_company_tickers" data-action-label="Look Up Company By Ticker Or Name" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Look Up Company By Ticker Or Name</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="secedgar_get_company_tickers" aria-label="Copy secedgar_get_company_tickers"><code className="connector-page-code">secedgar\_get\_company\_tickers</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Look up a company's CIK by ticker symbol or company-name substring from the SEC's full ticker registry</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="secedgar_get_company_submissions" data-action-label="Get Company Submissions" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Company Submissions</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="secedgar_get_company_submissions" aria-label="Copy secedgar_get_company_submissions"><code className="connector-page-code">secedgar\_get\_company\_submissions</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve company metadata and the 50 most recent filings for a specific company by CIK, with optional pagination for old...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="secedgar_search_filings" data-action-label="Search Filings" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Search Filings</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="secedgar_search_filings" aria-label="Copy secedgar_search_filings"><code className="connector-page-code">secedgar\_search\_filings</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Full-text search across SEC EDGAR filings, ordered by relevance score (not chronological)</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="secedgar_get_filing_document" data-action-label="Get Filing Document" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Filing Document</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="secedgar_get_filing_document" aria-label="Copy secedgar_get_filing_document"><code className="connector-page-code">secedgar\_get\_filing\_document</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a specific filing document from EDGAR archives, windowed by offset for large documents</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="secedgar_get_company_facts" data-action-label="Get Company Facts" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Company Facts</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="secedgar_get_company_facts" aria-label="Copy secedgar_get_company_facts"><code className="connector-page-code">secedgar\_get\_company\_facts</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get XBRL financial facts for a company, optionally scoped to one taxonomy or concept</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="secedgar_get_company_concept" data-action-label="Get Company Concept" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Company Concept</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="secedgar_get_company_concept" aria-label="Copy secedgar_get_company_concept"><code className="connector-page-code">secedgar\_get\_company\_concept</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a specific XBRL financial concept for a company</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="secedgar_get_xbrl_frames" data-action-label="Get XBRL Frames" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get XBRL Frames</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="secedgar_get_xbrl_frames" aria-label="Copy secedgar_get_xbrl_frames"><code className="connector-page-code">secedgar\_get\_xbrl\_frames</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a specific financial concept across all reporting companies for a given period</div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/secedgar/guides/connector-profile/user-agent" icon="https://stackone-logos.com/api/sec/filled/png" horizontal>
        SEC EDGAR - User-Agent
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/secedgar/guides/link-account/user-agent" icon="https://stackone-logos.com/api/sec/filled/png" horizontal>
        SEC EDGAR - User-Agent
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
