Company Intelligence
Cross-dataset company profiles, screening, and alpha signals
Unified company intelligence that joins data across SEC filings, OTC analytics, patents, and trademarks into a single enriched profile. Screen companies by financial metrics, filing recency, shell risk, and IP portfolio size. Get trader alpha signals including new SEC filings, patent grants, trademark registrations, and delinquent filing alerts.
Cross-dataset intelligence
Company Intelligence joins multiple Verilex datasets into a single enriched view:
Unified Profiles
SEC filings, OTC analytics, patents, and trademarks in one response
Company Screener
Filter by exchange, shell risk, filing recency, IP portfolio size, and more
Alpha Signals
New filings, patent grants, trademark registrations, and delinquent alerts
How customers use this
Generate alpha signals from cross-dataset patterns
A company files a new patent and receives a government contract in the same quarter — that's a growth signal. Combine patent, SEC filing, and contract data in one query to spot these patterns before the market prices them in.
M&A target screening
Find acquisition candidates by screening for companies with expiring trademarks, declining SEC filings, and no recent patent activity — signs of a business winding down that may be open to acquisition.
Competitive intelligence in one query
Track a competitor's patent portfolio, SEC filings, and trademark activity without querying multiple databases. One API call returns a unified view of their corporate activity across all Verilex datasets.
Sample data
Example responses from the API. Each query returns structured JSON.
GET /api/v1/company/profile?name=Tesla
{
"name": "Tesla, Inc.",
"ticker": "TSLA",
"cik": "0001318605",
"sic_code": "3711",
"sec_filings_count": 342,
"patents_count": 1891,
"trademarks_count": 127,
"gov_contracts_count": 3
} GET /api/v1/company/screen?has_patents=true&has_sec=true&limit=1
{
"name": "Broadcom Inc.",
"ticker": "AVGO",
"exchange": "NASDAQ",
"patents_count": 3412,
"latest_filing": "10-Q (2025-12-06)",
"gov_contracts_value": 415000000,
"shell_risk_score": 1
} GET /api/v1/company/signals?ticker=TSLA
{
"ticker": "TSLA",
"signals": [
{ "type": "patent_grant", "date": "2025-11-22", "detail": "US12345678B2 - Battery thermal management" },
{ "type": "sec_filing", "date": "2025-11-04", "detail": "10-Q filed for Q3 2025" },
{ "type": "trademark", "date": "2025-10-15", "detail": "ROBOTAXI mark published for opposition" }
]
} Use cases
- ✓ Due diligence for M&A and investment decisions
- ✓ Competitive intelligence and IP landscape analysis
- ✓ Compliance monitoring for SEC filing delinquencies
- ✓ Shell company detection and OTC risk screening
- ✓ Portfolio monitoring with cross-dataset alerts
- ✓ Automated company research for financial advisors
Response fields
| Field | Type | Description |
|---|---|---|
| company_name | string | Legal company name from SEC EDGAR |
| cik | string | SEC Central Index Key |
| ticker | string | Trading ticker symbol (if public) |
| exchange | string | Stock exchange or OTC |
| sic_code | string | Standard Industrial Classification code |
| sic_description | string | SIC industry description |
| filing_count | integer | Total SEC filings on record |
| latest_filing_date | date | Most recent SEC filing date |
| shell_risk_score | integer | Shell company risk score (0-100, OTC only) |
| patent_count | integer | Number of USPTO patents granted |
| trademark_count | integer | Number of USPTO trademarks |
Example queries
Company profile by CIK
GET /api/v1/company/0000320193 Returns unified profile for Apple Inc. with SEC, patent, and trademark data
Screen for high-risk OTC companies
GET /api/v1/companies/screen?exchange=OTC&min_shell_risk=70 Returns OTC companies with shell risk score above 70
Trader alpha signals
GET /api/v1/companies/signals?signal_type=new_filing&days=7 Returns companies with new SEC filings in the last 7 days
Data sources
SEC EDGAR
Update frequency: Every 15 minutes
USPTO PatentsView
Update frequency: Quarterly
USPTO TSDR
Update frequency: Weekly