A list of AnnouncementCaType values.
Optional cusip?: string
              The CUSIP (Committee on Uniform Securities Identification Procedures) of the company initiating the announcement.
Optional
                date_The AnnouncementDateType of the announcement to query.
const announcements = await getAnnouncements({
  ca_types: [AnnouncementCaType.dividend],
  since: new Date('2022-07-01'),
  until: new Date('2022-07-31'),
  date_type: AnnouncementDateType.declaration_date,
})
              The start (inclusive) of the date range when searching corporate action announcements.
Limited to 90 days
Optional
                symbol?: string
              The symbol of the company initiating the announcement.
The end (inclusive) of the date range when searching corporate action announcements.
Limited to 90 days
Generated using TypeDoc
Corporate announcements query arguments