Company Financials API logo

Company Financials API

Bydataandapis.com
|
Finance
|
10 tokens / call

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.

Quick Start

Subscribe to get instant API access with your unique API key.

View Pricing Plans

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' }
});