Get Company Financials
Get Company Financials
Return multi-year Bundesanzeiger financials for a mirrored German company. The enrichment uses the publication mirror first, defaults to the most recent five available financial publications, and fetches only missing publication content.
Call get_company first if the company is not yet in the registry mirror.
Try it
Pricing
Pricing is based on the requested or default fiscal years:
- 20 credits for the first fiscal year.
- 10 credits for each additional fiscal year, up to 10 years.
- 0 credits/refund when no financial reports are available.
Endpoint
Examples
Default five-year request
curl -X POST https://api.skael.de/api/enrichments/get_company_financials \
-H "Authorization: Bearer eak_..." \
-H "Content-Type: application/json" \
-d '{"company_id": "DE-HRB-F1103-267645"}'
Explicit fiscal years
curl -X POST https://api.skael.de/api/enrichments/get_company_financials \
-H "Authorization: Bearer eak_..." \
-d '{
"company_id": "DE-HRB-F1103-267645",
"fiscal_years": [2024, 2023, 2022],
"async": true
}'
Output Fields
Output Shape
reports[] contains one entry per returned fiscal year, newest first.
merged contains the most recent non-null value for each financial field across all returned reports.
_registry_meta.cache_hit_ratio shows how many publication contents came from cache.
_registry_meta.captcha_solver aggregates ONNX and CapSolver counts across live fetches.
_registry_meta.ai_count counts reports extracted through the OpenRouter fallback.
Each report includes extraction_method:
| Value |
Meaning |
parser |
Deterministic HGB table parser was used |
ai |
OpenRouter fallback parsed a compressed sheet |
ai_model appears only when extraction_method is ai.