import Openregister from 'openregister';const client = new Openregister({ apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted});const response = await client.company.getFinancialsV1('company_id');console.log(response.merged);
import Openregister from 'openregister';const client = new Openregister({ apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted});const response = await client.company.getFinancialsV1('company_id');console.log(response.merged);
Retrieve detailed financial reports including balance sheets (Bilanz) and income statements (Gewinn- und Verlustrechnung) from the Bundesanzeiger. This endpoint provides structured financial data across multiple reporting periods, allowing for trend analysis and financial health assessment.Cost: 10 credits
The response includes complete balance sheet data (assets/Aktiva and liabilities/Passiva) and income statement information when available. Financial reports are structured according to German accounting standards (HGB - Handelsgesetzbuch) and include line items such as current assets, fixed assets, equity, liabilities, revenue, expenses, and net income.In addition to the raw financial statements, we provide pre-calculated financial indicators extracted from the balance sheet for immediate use. These include key metrics such as balance sheet total, revenue, net income, cash, equity, employees, and other important financial ratios - ready to use without additional calculations.You’ll receive data for all available reporting periods, typically covering multiple years. Each report includes the reporting date, currency, and a detailed breakdown of financial positions. Not all companies are required to publish detailed financial statements - data availability depends on company size and legal requirements.
Financial Analysis: Assess a company’s financial health by analyzing revenue trends, profitability, liquidity ratios, and capital structure. Compare financial metrics across multiple periods to identify growth patterns or concerns.Credit Assessment: Evaluate creditworthiness by examining equity ratios, debt levels, and cash flow indicators. Banks and suppliers use this data for credit decisions and risk management.Market Research: Identify financially strong companies in your target market. Filter for companies with specific revenue ranges, employee counts, or financial characteristics for business development or investment opportunities.