TMX: Search Historical Stock News
TMX via Parse · Finance
Search all TMX Money news for a TSX/TSXV symbol within a date range. Unlike search_historical_financial_results_news (which filters for earnings/financial-results releases only), this returns every news type for the issuer. Paginates the upstream news feed (each upstream page fetches 20 items) up to max_pages requests. Returns only items published within the inclusive [start_date, end_date] window. metadata.window_complete indicates whether the entire date range was traversed; false means max_pages was reached before all older articles could be checked. upstream_request_count reports how many upstream requests were made. 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/search_historical_stock_news
- Interface artifact
- sha256:ff1a58be04f0d470943c08e8eccd92e49cf07ed336ff042aca9c0fab5ed7b6ce
- Manifest digest
- sha256:05f554cb3bbfbf0d30b4642803e9383bd961e7e268961befa2621448f0f6ecfd
Request fields
- page (integer): Page number for result pagination (1-indexed).
- symbol (string, required): Stock ticker symbol listed on TSX/TSXV (e.g. RY, BMO, ENB).
- end_date (string, required): End date in YYYY-MM-DD format (inclusive).
- max_pages (integer): Maximum number of upstream news-feed pages to fetch. Each page retrieves 20 items. Hard maximum is 50.
- page_size (integer): Number of results per page. Hard maximum is 100.
- start_date (string, required): Start date in YYYY-MM-DD format (inclusive).
Example queries
- {"symbol":"RY","end_date":"2026-08-30","start_date":"2026-07-31"}