
Company Financials API
Annual financials for ~10,000 US-listed companies straight from their SEC 10-K filings: revenue, net income, operating income, assets, liabilities, equity, and diluted EPS — up to 15 years of history, plus raw access to any us-gaap concept. Public-domain SEC EDGAR data.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
X-Api-Key
Path Parameters
ticker
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});