Predict Next Annual Report
Calculates the expected release window for the next annual report based on historical filing patterns.
Request Code Samples
curl --location --request GET 'https://api.financialreports.eu/companies//next-annual-report/' \
--header 'x-api-key;'
Responses
application/json
Success. Returns the predicted date window and confidence score.
{
"start_date": "2026-03-01",
"end_date": "2026-03-10",
"confidence": 85,
"is_overdue": false
}
Modified at 2026-02-13 12:52:23