Factset · Schema
eventHeadlineDataItem
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| requestId | string | The id that was requested. This can be a ticker, cusip or factset entity id. |
| companyName | string | Name of the company reported in signal. Omitted if null. |
| signalId | string | Signal Id for this event. e.g. dilutionTrigger |
| signalName | string | Signal Name for this event. e.g. dilutionTrigger |
| theme | string | Theme name of the signal for this event. e.g. Debt Capital Structure |
| source | string | Primary data provider for the signal this event belongs to. e.g. FactSet, Bitvore |
| eventId | string | A unique id for this event. |
| eventDate | string | The UTC date/time of the event in ISO 8601 format. |
| summary | string | One sentence summary of the event. |
| userRelevanceScore | number | Relevancy score of this event for the requesting user on a scale of 0 to 1. Higher value indicates more relevancy. |
| created | string | Date/Time in UTC the event was first recorded in our data store. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "eventHeadlineDataItem",
"type": "object",
"properties": {
"requestId": {
"type": "string",
"description": "The id that was requested. This can be a ticker, cusip or factset entity id."
},
"companyName": {
"type": "string",
"description": "Name of the company reported in signal. Omitted if null."
},
"signalId": {
"type": "string",
"description": "Signal Id for this event. e.g. dilutionTrigger"
},
"signalName": {
"type": "string",
"description": "Signal Name for this event. e.g. dilutionTrigger"
},
"theme": {
"type": "string",
"description": "Theme name of the signal for this event. e.g. Debt Capital Structure"
},
"source": {
"type": "string",
"description": "Primary data provider for the signal this event belongs to. e.g. FactSet, Bitvore"
},
"eventId": {
"type": "string",
"description": "A unique id for this event."
},
"eventDate": {
"type": "string",
"description": "The UTC date/time of the event in ISO 8601 format."
},
"summary": {
"type": "string",
"description": "One sentence summary of the event."
},
"userRelevanceScore": {
"type": "number",
"description": "Relevancy score of this event for the requesting user on a scale of 0 to 1. Higher value indicates more relevancy."
},
"created": {
"type": "string",
"description": "Date/Time in UTC the event was first recorded in our data store."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/factset-signals-event-headline-data-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.