Skip to main content
GET
/
api
/
v1
/
calendar_events
/
{public_id}
Get Calendar Event
curl --request GET \
  --url https://nordicfinancialnews.com/api/v1/calendar_events/{public_id} \
  --header 'Authorization: Bearer <token>'
{
  "calendar_event": {
    "id": "cale_q3volvo1",
    "title": "Volvo AB Q3 2026 interim report",
    "description": "Publication of the interim report for Q3 2026 and earnings call at 10:00 CET.",
    "event_type": "earnings_report",
    "status": "scheduled",
    "date_precision": "exact",
    "fiscal_period": "q3_2026",
    "scheduled_at": "2026-10-22T05:00:00.000Z",
    "timezone": "Europe/Stockholm",
    "local_time": "2026-10-22T07:00:00.000+02:00",
    "scheduled_at_changed_at": null,
    "source_article_id": "art_xyz45678",
    "company_id": "w55fcw3pbg3p",
    "country": "SE",
    "dividend": null,
    "updated_at": "2026-03-01T09:00:00.000Z"
  }
}

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token

Path Parameters

public_id
string
required

The calendar event ID, as returned in the id field of list responses.

Response

Calendar event retrieved

calendar_event
object
required
Last modified on June 23, 2026