API Documentation

Query API

Insider Transactions API

Form D API

Download and PDF Generator API

XBRL to JSON Converter API

Mapping API

Form 3, 4, 5 Parse API

SRO Filings Database

Mapping API

The Mapping API enables the resolution of a ticker symbol, CIK, CUSIP, or company name to a standardized set of company details. Companies can be conveniently listed based on various criteria, including SIC, security category, and the location of their headquarters.

Dataset Size: Includes all publicly available CIKs, CUSIPs, tickers, and information on any company publicly listed on major US exchanges..

Data Update Frequency: Daily.

API Endpoint

https://api.secfilingdata.com/v1/filings/mapping/

Supported HTTP methods: POST

Request and response content type: JSON

Authentication

Utilize your API key in the following way: 1. Set as Authorization Header: Before initiating a POST request to `https://api.secfilingdata.com`, ensure you set the Authorization header to `YOUR_API_KEY`.

Response Format
  • name (string): The name of the company (e.g., Tesla Inc).
  • ticker (string): The ticker symbol of the company.
  • cik (string): The CIK of the company with trailing zeros removed.
  • cusip (string): One or multiple CUSIPs linked to the company. Multiple CUSIPs are delimited by space (e.g., "054748108 92931L302 92931L401").
  • exchange (string): The main exchange on which the company is listed (e.g., NASDAQ).
  • category (string): The security category (e.g., "Domestic Common Stock").
  • industry (string): The industry of the company (e.g., "Auto Manufacturers").
  • sic (string): Four-digit SIC code (e.g., "3711").
  • sicSector (string): SIC sector name of the company (e.g., "Manufacturing").
  • sicIndustry (string): SIC industry name of the company (e.g., "Motor Vehicles & Passenger Car Bodies").
  • currency (string): Operating currency of the company (e.g., "USD").
Request Parameters

Request parameters are :

  • cik
  • ticker
  • companyname