latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

tmx

Contains corporate events and announcements for publicly traded companies, including earnings releases, conferences, dividends, and business updates sourced from TMX.

get/tmx/v1/corporate-events

Query parameters

datestring

Scheduled date of the corporate event, formatted as YYYY-MM-DD.

date.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

date.gtstring

Filter greater than the value.

date.gtestring

Filter greater than or equal to the value.

date.ltstring

Filter less than the value.

date.ltestring

Filter less than or equal to the value.

typestring

The normalized type of corporate event. Possible values include: analyst_day, business_update, capital_markets_day, conference, dividend, earnings_announcement_date, earnings_conference_call, earnings_results_announcement, forum, interim_statement, other_interim_announcement, production_update, research_and_development_day, seminar, shareholder_meeting, sales_update, stock_split, summit, service_level_update, tradeshow, company_travel, and workshop.

type.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

type.gtstring

Filter greater than the value.

type.gtestring

Filter greater than or equal to the value.

type.ltstring

Filter less than the value.

type.ltestring

Filter less than or equal to the value.

statusstring

The current status of the event. Possible values include: approved, canceled, confirmed, historical, pending_approval, postponed, and unconfirmed.

status.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

status.gtstring

Filter greater than the value.

status.gtestring

Filter greater than or equal to the value.

status.ltstring

Filter less than the value.

status.ltestring

Filter less than or equal to the value.

tickerstring

The company's stock symbol.

ticker.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

ticker.gtstring

Filter greater than the value.

ticker.gtestring

Filter greater than or equal to the value.

ticker.ltstring

Filter less than the value.

ticker.ltestring

Filter less than or equal to the value.

isinstring

Standard international identifier for the company's common stock.

isin.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

isin.gtstring

Filter greater than the value.

isin.gtestring

Filter greater than or equal to the value.

isin.ltstring

Filter less than the value.

isin.ltestring

Filter less than or equal to the value.

trading_venuestring

MIC (Market Identifier Code) of the exchange where the company's stock is listed.

trading_venue.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

trading_venue.gtstring

Filter greater than the value.

trading_venue.gtestring

Filter greater than or equal to the value.

trading_venue.ltstring

Filter less than the value.

trading_venue.ltestring

Filter less than or equal to the value.

tmx_company_idinteger

Unique numeric identifier for the company used by TMX. Value must be an integer.

tmx_company_id.gtinteger

Filter greater than the value. Value must be an integer.

tmx_company_id.gteinteger

Filter greater than or equal to the value. Value must be an integer.

tmx_company_id.ltinteger

Filter less than the value. Value must be an integer.

tmx_company_id.lteinteger

Filter less than or equal to the value. Value must be an integer.

tmx_record_idstring

The unique alphanumeric identifier for the event record used by TMX.

tmx_record_id.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

tmx_record_id.gtstring

Filter greater than the value.

tmx_record_id.gtestring

Filter greater than or equal to the value.

tmx_record_id.ltstring

Filter less than the value.

tmx_record_id.ltestring

Filter less than or equal to the value.

limitinteger

Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '50000'.

sortstring

A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'date' if not specified. The sort order defaults to 'desc' if not specified.

Response

A list of results.

next_urlstring

If present, this value can be used to fetch the next page.

request_idstring required

A request id assigned by the server.

status'OK' required

The status of this request's response.