Company Financials API logo

Company Financials API

Pordataandapis.com
|
Finance
|
10 tokens / llamada

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.

Inicio Rápido

Suscríbete para obtener acceso instantáneo a la API con tu clave única.

Ver Planes de Precios

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