StableFinance Company Facts is a paid API for AI agents from stablefinance.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).
Returns company metadata including name, exchange, sector, industry, SIC code, and location for a given public company.
Company metadata: name, exchange, sector, industry, SIC, location.
A JSON object containing company_facts with fields such as company name, stock exchange, sector, industry classification, SIC code, and geographic location for the queried company.
GEThttps://stablefinance.dev/api/company/factsUse this endpoint when you need foundational company classification metadata (sector, industry, SIC, exchange, location) for a public US company identified by ticker or CIK. Prefer this over financial statement endpoints when you only need descriptive/categorical company info rather than numerical financials.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": "AAPL"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"company_facts": {
"cik": "0000320193",
"name": "Apple Inc",
"sector": "Information Technology",
"ticker": "AAPL",
"category": "Common Stock",
"exchange": "NASDAQ",
"industry": "Technology Hardware, Storage & Peripherals",
"location": "California; U.S.A",
"sic_code": "3571.0",
"is_active": true,
"sic_sector": "Manufacturing",
"sic_industry": "Electronic Computers",
"sec_filings_url": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000320193"
}
}{
"type": "json",
"example": {
"company_facts": {
"cik": "0000320193",
"name": "Apple Inc",
"sector": "Information Technology",
"ticker": "AAPL",
"category": "Common Stock",
"exchange": "NASDAQ",
"industry": "Technology Hardware, Storage & Peripherals",
"location": "California; U.S.A",
"sic_code": "3571.0",
"is_active": true,
"sic_sector": "Manufacturing",
"sic_industry": "Electronic Computers",
"sec_filings_url": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000320193"
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"