curl --request GET \
--url 'https://api.finvera.news/delivery/api/v1/events/{event_id}?apikey='{
"event_id": "4be8fed5-f9db-41ef-a107-c20c3339998d",
"title": "Example Corp reports Q1 earnings beat",
"headline": "Example Corp tops Q1 estimates on strong product demand.",
"description": "Example Corp reported quarterly earnings that exceeded analyst expectations, driven by higher product demand and improved operating margins.",
"symbol": "EXMP",
"exchange": "XNAS",
"figis": [
"BBG000BXXXXX"
],
"event_type": "EARNINGS",
"source": "PRESS_RELEASE",
"sentiment": 0.82,
"occurred_at": "2025-04-23T11:34:15-04:00",
"created_at": "2025-04-23T15:34:15Z",
"updated_at": "2025-04-23T15:34:15Z",
"securities": [
{
"figi": "BBG000BXXXXX",
"isin": "US0000000000",
"name": "EXAMPLE CORP",
"symbol": "EXMP",
"mic_code": "XNAS",
"figi_composite": "BBG000BXXXXX",
"figi_share_class": "BBG001SXXXXX",
"refinitiv_exch_code": "NAS"
}
]
}
Get a single event by its event_id.
curl --request GET \
--url 'https://api.finvera.news/delivery/api/v1/events/{event_id}?apikey='{
"event_id": "4be8fed5-f9db-41ef-a107-c20c3339998d",
"title": "Example Corp reports Q1 earnings beat",
"headline": "Example Corp tops Q1 estimates on strong product demand.",
"description": "Example Corp reported quarterly earnings that exceeded analyst expectations, driven by higher product demand and improved operating margins.",
"symbol": "EXMP",
"exchange": "XNAS",
"figis": [
"BBG000BXXXXX"
],
"event_type": "EARNINGS",
"source": "PRESS_RELEASE",
"sentiment": 0.82,
"occurred_at": "2025-04-23T11:34:15-04:00",
"created_at": "2025-04-23T15:34:15Z",
"updated_at": "2025-04-23T15:34:15Z",
"securities": [
{
"figi": "BBG000BXXXXX",
"isin": "US0000000000",
"name": "EXAMPLE CORP",
"symbol": "EXMP",
"mic_code": "XNAS",
"figi_composite": "BBG000BXXXXX",
"figi_share_class": "BBG001SXXXXX",
"refinitiv_exch_code": "NAS"
}
]
}
{
"event_id": "4be8fed5-f9db-41ef-a107-c20c3339998d",
"title": "Example Corp reports Q1 earnings beat",
"headline": "Example Corp tops Q1 estimates on strong product demand.",
"description": "Example Corp reported quarterly earnings that exceeded analyst expectations, driven by higher product demand and improved operating margins.",
"symbol": "EXMP",
"exchange": "XNAS",
"figis": [
"BBG000BXXXXX"
],
"event_type": "EARNINGS",
"source": "PRESS_RELEASE",
"sentiment": 0.82,
"occurred_at": "2025-04-23T11:34:15-04:00",
"created_at": "2025-04-23T15:34:15Z",
"updated_at": "2025-04-23T15:34:15Z",
"securities": [
{
"figi": "BBG000BXXXXX",
"isin": "US0000000000",
"name": "EXAMPLE CORP",
"symbol": "EXMP",
"mic_code": "XNAS",
"figi_composite": "BBG000BXXXXX",
"figi_share_class": "BBG001SXXXXX",
"refinitiv_exch_code": "NAS"
}
]
}
"4be8fed5-f9db-41ef-a107-c20c3339998d"
OK
Unique identifier for the event.
Short title describing the event.
Generated headline summarizing the event.
Longer description of the event.
Primary ticker symbol associated with the event.
Exchange where the primary stock is listed.
List of FIGI share class identifiers related to the event.
Category of the event (e.g. EARNINGS, MERGER, GUIDANCE).
Source of the event signal.
Sentiment score associated with the event.
ISO8601 timestamp when the event occurred.
Timestamp of event record creation.
Timestamp of the last update to the event record.
Show child attributes