Overview
Track Toronto Stock Exchange (TSX) Stock News with Precision
The service news-xtse is built for teams that need focused news retrieval across the Toronto Stock Exchange (TSX) investing universe. Instead of searching the open web in a broad and noisy way, you can query online news specifically through XTSE MIC codes and related company identifiers, making it easier to retrieve coverage around listed companies, sectors, holdings, and market themes tied to Toronto Stock Exchange (TSX).
For portfolio products, investor tools, research workflows, and AI-driven finance applications, that matters because Toronto Stock Exchange (TSX) is part of a live trading ecosystem with active daily turnover and participation from retail investors, institutions, issuers, analysts, market-makers, founders, employees, customers, suppliers, regulators, and other stakeholders whose decisions are often influenced by current news flow.
Built for the Toronto Stock Exchange (TSX) Investing Universe
Toronto Stock Exchange (TSX) is an important market for investors who care about company developments, sector moves, earnings narratives, market sentiment, and shifts in portfolio exposure. News tied to companies in this exchange can affect how investors think about positions, watchlists, risk, and opportunity. The service news-xtse helps you go deep into that universe by narrowing retrieval to Toronto Stock Exchange (TSX)-linked entities instead of mixing them into a generic market-wide feed.
That makes it easier to build products and workflows where relevance matters more than raw article volume. If your users care about holdings, peer groups, sector baskets, or market themes connected to Toronto Stock Exchange (TSX)-listed companies, this service gives you a cleaner retrieval layer to build on.
- MIC-code-based retrieval helps applications target Toronto Stock Exchange (TSX)-linked companies more precisely than broad keyword-only search.
- Coverage for a live market ecosystem supports workflows around companies that attract investor, analyst, media, and stakeholder attention.
- Boolean search support using operators like plus, minus, AND, and OR helps refine queries and reduce noise.
- Country and language filters improve relevance when users want news from a specific market context or language environment.
- Multiple output depths let you choose headlines, briefs, or full text depending on the speed and depth your workflow needs.
- App developers building portfolio trackers, investing dashboards, screening tools, or workflow automation around listed companies.
- Equity researchers who need current news tied to Toronto Stock Exchange (TSX) companies, sectors, earnings narratives, and market-moving events.
- Content writers and newsletter operators covering public markets, company developments, earnings, and investment themes.
- Social media creators in finance who need faster discovery of relevant stock-specific stories to support posts, threads, videos, and commentary.
- AI product teams that want to combine market news retrieval with summarization, ranking, sentiment review, and portfolio analysis.
- Headlines endpoints for rapid monitoring across watchlists, market scans, and alerting workflows.
- Brief endpoints when you need more context than a headline without always ingesting full articles.
- Fulltext endpoints for deeper company research, event analysis, and downstream AI processing.
- Country and language filters to focus retrieval on the investor audience or geography that matters most.
- Structured responses that can flow directly into financial apps, analytics layers, notification systems, or AI tools.
- Automatic portfolio monitoring lets users configure their trading or investing app portfolio and receive news updates tied to the companies they already hold.
- Watchlist-driven retrieval supports investors who want separate coverage for current positions, target entries, and sector themes.
- Notification pipelines can turn fresh company news into app alerts, research queues, digest emails, or custom dashboards.
- Holdings-level enrichment helps add current news context next to positions, performance charts, and company fundamentals.
- Multi-company scanning makes it easier to monitor an entire portfolio instead of checking each stock manually.
- MCP support makes news-xtse suitable for AI-agent environments that need live access to current company news.
- Portfolio-aware agents can fetch news for portfolio companies, compare developments across holdings, and identify which stories deserve attention first.
- Analyst-style workflows can combine retrieval with summaries, bullish or bearish signal extraction, event clustering, and narrative tracking.
- Research copilots can use headlines, briefs, or full text to explain what is happening across a user's portfolio and why it may matter.
- **D
Highlights
- Real-time data access
- Multi-language support
- Comprehensive coverage
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Quick Launch
Pricing
Dimension | Description | Cost/month | Overage cost |
|---|---|---|---|
Micro Tier | Designed for individual users, small teams, and early experiments. Ideal for testing, prototyping, and light monitoring needs. Limited daily searches and alerts. Access to core endpoints (headlines, briefs). Suitable for freelancers, researchers, and small projects. | $25.00 | |
Starter Tier | Built for growing startups and small organizations that need consistent, structured news intelligence. Expanded daily query and alert limits. Full-text articles with metadata and translations. Scheduled digests and basic MCP integration. Perfect for startups building media-driven apps or compliance workflows. | $100.00 | |
Business Tier | Optimized for SMBs, agencies, and mid-sized enterprises that require continuous, cross-market monitoring. High-volume queries and alerts across multiple regions/languages. Full API and MCP server integration with AI/LLM workflows. Access to enriched data: entities, Wikidata IDs, sentiment. Priority email support and advanced scheduling. Best for marketing, compliance, and research teams managing multiple clients/projects. | $250.00 | |
Enterprise Tier | Comprehensive package for large enterprises, institutions, and global organizations with advanced compliance or intelligence needs. Unlimited or custom query/alert volumes. Multi-tenant dashboards, role-based access, and advanced security. SLA-backed support, dedicated success manager, custom integrations. Real-time streaming feeds, regulatory monitoring, and AI-driven executive summaries. Designed for compliance teams, global corporations, financial institutions, and government agencies. | $750.00 |
Vendor refund policy
All billed amounts are non-refundable. Charges are incurred once usage or subscription billing begins. No refunds or credits are issued for partial usage, cancellations, or unused time. Billing errors, if any, will be reviewed at Press Monitor's discretion.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Additional details
Usage instructions
Usage Instructions – Press Monitor News Toronto Stock Exchange API & MCP Server
API Documentation
REST API
Base URL
Authentication
Include your API key and subscription ID in the request header:
Authorization: Bearer YOUR_API_KEY x-subscription-id: SUBSCRIPTION_IDKey Endpoints
-
GET /headlines
Newsheadlines.
Params: code (required), lang_code, country_code, count, cursor, sort, date_from, date_to. -
GET /briefs
Newsbriefs.
Params: code (required), lang_code, country_code, count, cursor, sort, date_from, date_to. -
GET /fulltext
Newsfulltext.
Params: code (required), lang_code, country_code, count, cursor, sort, date_from, date_to.
Example Calls
GET /headlines
curl -s "https://api.pressmonitor.com/headlines?code=VALUE" \ -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: SUBSCRIPTION_ID"GET /briefs
curl -s "https://api.pressmonitor.com/briefs?code=VALUE" \ -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: SUBSCRIPTION_ID"GET /fulltext
curl -s "https://api.pressmonitor.com/fulltext?code=VALUE" \ -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: SUBSCRIPTION_ID"MCP Server
MCP Documentation
Base URL
Authentication
Use your API key and subscription ID:
Authorization: Bearer YOUR_API_KEY x-subscription-id: SUBSCRIPTION_IDDiscover Available Tools
Example Tool Calls
headlines
curl -s -X POST "https://mcp.pressmonitor.com/mcp" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: SUBSCRIPTION_ID" \ -d '{ "jsonrpc":"2.0", "id": 1, "method":"tools/call", "params":{ "name":"headlines", "arguments": { "code": "VALUE" } } }'briefs
curl -s -X POST "https://mcp.pressmonitor.com/mcp" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: SUBSCRIPTION_ID" \ -d '{ "jsonrpc":"2.0", "id": 1, "method":"tools/call", "params":{ "name":"briefs", "arguments": { "code": "VALUE" } } }'fulltext
curl -s -X POST "https://mcp.pressmonitor.com/mcp" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: SUBSCRIPTION_ID" \ -d '{ "jsonrpc":"2.0", "id": 1, "method":"tools/call", "params":{ "name":"fulltext", "arguments": { "code": "VALUE" } } }'Tips
- Use code for precise entity-linked news retrieval (e.g., VALUE for Exchange Code).
- Choose headlines, briefs, fulltext, or fulltext-metadata depending on your workflow.
- Honor count, cursor, and sort for efficient pagination.
Support
Vendor support
Email: support@pressmonitor.com
Customers receive complete developer and enterprise support, including:
- 24 x 7 API uptime monitoring and incident alerts.
- Comprehensive documentation and sample code.
- Integration help for authentication, rate-optimization, and MCP server linking.
- Assistance with advanced use cases (translation, compliance tagging, metadata enrichment).
Press Monitor provides SLA-backed response times for enterprise clients and proactive guidance for AWS Marketplace subscribers.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products

