GET
/calendar-events/{id}
Searches for a single event by its unique identifier.
GET
/calendar-events/search
Searches for specific events based on the given filter.
POST
/calendar-events/search
Searches for specific events based on the given filters.
GET
/taxonomy/calendar-events/countries
Retrieves the list of available country codes.
GET
/taxonomy/calendar-events/countries/{code}
Searches for the data of an individual country by its ISO code.
GET
/taxonomy/calendar-events/regions
Retrieves the list of available region codes and the countries each clusters.
GET
/taxonomy/calendar-events/regions/{code}
Searches for the data of an individual region by its code.
GET
/taxonomy/calendar-events/languages
Retrieves the list of available language codes.
GET
/taxonomy/calendar-events/languages/{code}
Searches for the data of an individual language by its code.
GET
/taxonomy/calendar-events/eventcodes
Retrieves the list of available event type codes.
GET
/taxonomy/calendar-events/eventcodes/{code}
Searches for the data of an individual event type by its code.
GET
/taxonomy/calendar-events/seriescodes
Retrieves the list of available event series codes.
GET
/taxonomy/calendar-events/seriescodes/{code}
Searches for the data of an individual event series by its code.
GET
/taxonomy/calendar-events/eventclass
Retrieves the list of available event class codes (subclassification of events).
GET
/taxonomy/calendar-events/eventclass/{code}
Searches for the data of an individual event class by its code.
GET
/taxonomy/calendar-events/eventclass/eventcode/{eventcode}
Searches for the list of event classes by event type code.
GET
/taxonomy/calendar-events/currency
Retrieves the list of available currency codes.
GET
/taxonomy/calendar-events/currency/{code}
Searches for the data of an individual currency by its code.
GET
/calendar-events/
Searches for requested events with options for updated events.
POST
/calendar-events/
Searches for requested events with options for updated events.
GET
/calendar-events
Searches for requested events with options for updated events.
POST
/calendar-events
Searches for requested events with options for updated events
GET
/calendar-ipo-events/{ids}
Searches for IPO events given a comma-separated list of unique identifiers.
GET
/calendar-ipo-events/search
Searches for specific IPO events based on the given filter.
POST
/calendar-ipo-events/search
Searches for specific IPO events based on the given filters.
GET
/taxonomy/calendar-ipo-events/countries
Retrieves the list of available country codes.
GET
/taxonomy/calendar-ipo-events/countries/{code}
Searches for the data of an individual country by its ISO code.
GET
/taxonomy/calendar-ipo-events/exchanges
Retrieves the list of available exchanges.
GET
/taxonomy/calendar-ipo-events/exchanges/{code}
Searches for the data of an exchange by its ISO code (MIC).