Skip to content

@livefolio/sdk / EventKind

Type Alias: EventKind

EventKind = "earnings" | "dividend" | "split" | "corporate-action"

Defined in: interfaces/data-feed.ts:29

Categories of corporate events emitted by DataFeed.events.

  • 'earnings' — quarterly/annual earnings announcement
  • 'dividend' — cash or stock dividend declaration
  • 'split' — forward or reverse stock split
  • 'corporate-action'— catch-all for other actions (mergers, spin-offs, etc.)

Released under the MIT License.