← Back to all apps
M

MT Newswires

Financeby MT Newswires
Launched Mar 26, 2026 on ChatGPT

MT Newswires delivers real-time, low-latency financial news across equities, fixed income, commodities, FX, and macroeconomics. Structured and machine-readable, it integrates seamlessly into AI, trading, and analytics systems, providing scalable, reliable, event-driven intelligence from MT Newswires' global newsroom trusted by leading banks, brokerages, and data providers.

Get latest news and analyze price impact: "What is the latest news for NVIDIA, and provide a comprehensive report if the news has had any influence on price movement?"

Monitor sector developments: "Show me the latest fixed income news from the past hour and summarize any major developments"

4ChatGPT Tools
6Claude Tools
MT NewswiresDeveloper
FinanceCategory

Use Cases

financial-services

Available Tools

Fetch News

fetch_news
Full Description

Fetch a single MT Newswires news article by its transmission ID. Returns the full article content including headline, summary, symbols, source, and metadata.

Parameters (2 required)
Required
providerstring

News provider

Options:mtnews
transmission_idstring

Provider-specific article identifier (e.g. MT Newswires transmission ID)

Fetch News By Security

fetch_news_by_security
Full Description

Fetch MT Newswires news articles for a specific company or ticker symbol, sorted newest to oldest. Use this tool INSTEAD OF search_news when the user asks for news about a specific company, ticker, or security (e.g. 'news for AAPL', 'latest Apple news', 'what's happening with Tesla'). Only use search_news when the user asks a topical question not tied to a specific security (e.g. 'AI regulation news', 'interest rate decisions'). Returns headlines, summaries, and transmission IDs. You MUST call format_news before presenting results to the user.

Parameters (1 required, 3 optional)
Required
entitystring

Ticker, company name, or FIGI to look up (e.g. 'AAPL', 'Apple', 'BBG000B9XRY4')

Optional
end_datestring

Filter articles on or before this date (YYYY-MM-DD)

limitinteger

Maximum number of results to return (default 10, max 50)

start_datestring

Filter articles on or after this date (YYYY-MM-DD)

Format News

format_news
Full Description

Format news articles for presentation to the user. This tool MUST be called as the final step after using search_news, fetch_news, or fetch_news_by_security. Never present news results to the user without calling this tool first. Present the formatted_text output directly to the user. Source citation is MANDATORY — every article must include a citation in the format: (Source: MT Newswires <transmission_id>). When presenting multiple articles: group by date (newest first), deduplicate articles covering the same event, and use clear headers and bullet points. Presentation quality matters — make it clear and visually pleasing.

Parameters (1 required)
Required
articlesarray

List of articles from fetch_news output to format for presentation

Search News

search_news
Full Description

Search MT Newswires financial news articles using semantic search for topical queries (e.g. 'AI regulation impact', 'interest rate decisions', 'supply chain disruptions'). Do NOT use this when the user asks for news about a specific company or ticker — use fetch_news_by_security instead. Returns headlines, dates, and relevance scores. After fetching articles with fetch_news, you MUST call format_news before presenting any results to the user.

Parameters (1 required, 4 optional)
Required
querystring

Natural language search query for finding relevant news articles

Optional
end_datestring

Filter results to articles on or before this date (YYYY-MM-DD)

entitystring

Entity name or ticker to filter results by (e.g. 'AAPL', 'Apple')

limitinteger

Maximum number of results to return (default 10, max 50)

start_datestring

Filter results to articles on or after this date (YYYY-MM-DD)