TMX: Get Earnings Calendar Range
TMX via Parse · Finance
Get the earnings calendar for a date range. Makes one upstream GraphQL request per day in the range, so costs scale with the number of days. Bounded by max_days (default 7, hard max 31). Returns deduplicated rows across all dates, plus metadata about which dates succeeded or failed. Rejects ranges exceeding max_days. API for TMX Money financial data, including market activity, stock quotes, historical price data, news, and stocklists from the Toronto Stock Exchange. Fulfilled by Parse from money.tmx.com.
- finance
- government-public
- money-tmx-com
- news-media
- parse
- platform-key
- tmx
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a7cba35d-3b41-460e-8d8e-6c231bbe29b8/get_earnings_calendar_range
- Interface artifact
- sha256:24da53026d3e5c9d76cee32f72ab99f22530473660e78ff2f9bb4f32ba53cea2
- Manifest digest
- sha256:1962dac0db5160495cc9c9725235d4dad053c5b2301f261159a4d327c8e35ff1
Request fields
- end_date (string, required): End date in YYYY-MM-DD format (inclusive).
- exchange (string): Filter by exchange. Omitting returns all.
- max_days (integer): Maximum number of days allowed in the range. Hard maximum is 31. Each day in the range makes one upstream request.
- start_date (string, required): Start date in YYYY-MM-DD format.
Example queries
- {"end_date":"2026-08-28","start_date":"2026-08-25"}