Permutable’s News Intelligence platform turns global news chaos into structured, actionable insights – complete with quantified impact scores across major asset classes.
Our institutional-grade system processes thousands of sources hourly, detecting geopolitical risks, economic releases, and market trends with millisecond latency.
Gain access to 10+ years of historical data for robust backtesting and receive real-time alerts via enterprise API. While others manually interpret headlines, you’ll act on opportunities faster with AI-driven, systematic intelligence.
Multi-Asset Fund
Contact us at
enquiries@permutable.ai
Permutable’s structured news intelligence platform delivers institutional-grade market analysis for quantitative workflows. Our solution is designed for asset managers, hedge funds, and financial institutions seeking to integrate real-time news and event data into their trading and risk management systems. With a focus on transparency and actionable insights, the platform enables users to identify market-moving events, track sentiment, and monitor macroeconomic and geopolitical developments across global markets.
Access broad and deep coverage across all major asset classes and geographies. Our platform captures:
Reaction around economic data releases
Events extending to extreme weather and geopolitics
Global and country datasets
Stay ahead with live hourly updates from our API, designed for systematic and quantitative workflows:
Live hourly updates from our API
Useful for systematic decision making
Unlock a decade of structured news intelligence for robust backtesting and research:
Systematic testing and strategy
Hourly data
Choose from 10,000’s of top source material
Permutable Co-Pilot API enables programmatic access to structured news data with millisecond latency and enterprise-grade reliability. Full documentation is available at
https://copilot-api.permutable.ai/redoc,
including Python, R, and Java client libraries with webhook support.
Retrieve a paginated list of financial asset events for a given ticker, ordered by date in descending order by default.
Supports date range filtering.
GET
/v1/events/financial/{ticker}/{ticker}
| Name | Description |
|---|---|
tickerrequired string |
Ticker of the entity to fetch events for |
start_datestring (date) |
Earliest date of the events to fetch (max 3 months before current date) |
end_datestring (date) |
Latest date of the events to fetch |
limitinteger Range: 1-100 |
Number of events per page |
offsetinteger Minimum: 0 |
Starting position of the current page |
import requests
# Replace with your actual credentials
API_KEY = "your-api-key"
# Headers
headers = {
"x-api-key": API_KEY,
}
# Query parameters
params = {'start_date': '2024-11-25', 'end_date': '2024-11-25', 'limit': 10, 'offset': 0}
# Make the request
response = requests.get(
"https://copilot-api.permutable.ai/1/events/fundamental/ticker/BZ_COM",
headers=headers,
params=params
)
# Check for errors
response.raise_for_status()
# Get the response data
data = response.json()
print(data)
| Code | Description | Links |
|---|---|---|
| 200 | Successful response | No links |
application/json
// Structure: events is an array of event objects, each with asset, direction, event_date, headline, description, event_type, source_count, sources, impact, etc.
{
"events": [
{"asset": "Brent Crude Oil", "direction": "bullish", "event_date": "2025-05-17T08:43:59.837", "headline": "Ukraine-Russia conflict continues to escalate...", "description": "The escalation of the Ukraine-Russia conflict primarily affects geopolitical stability and may impact global grain markets, but it does not have a direct impact on Brent crude oil prices. Our regional analysts emphasize that the oil market is more affected by OPEC+ production decisions and global demand patterns.", "event_type": "geopolitical conflict", "source_count": 3, "sources": ["Reuters", "Bloomberg", "BBC"], "impact": 0.65 },
{"asset": "Gold", "direction": "bearish", "event_date": "2025-05-16T14:30:00.000", "headline": "Gold prices continue to rise amid global economic uncertainty...", "description": "Gold prices continue to rise amid global economic uncertainty and geopolitical tensions.", "event_type": "market trends", "source_count": 3, "sources": ["Reuters", "CNBC", "Bloomberg"], "impact": 0.42 }
],
"total": 26,
"page": 1,
"pages": 3
}
Select Asset:
Filter by Sentiment:
Filter by Topic:
| Asset | Event Name | Date | Sentiment | Topic | Summary | Source |
|---|
×
Please fill out the form below and we’ll get back to you within 24 hours.
×
Unlike generic feeds, our News Intelligence transforms raw headlines into structured, ranked, and context-rich signals. Each event is scored by impact and relevance, helping you prioritise what matters – without the noise.
Our system processes thousands of sources globally with millisecond-latency updates. You receive near real-time alerts that reflect geopolitical risk, macroeconomic releases, and sector-specific developments as they unfold.
Yes – our data is built for quant-ready integration. The structured format and scoring system are ideal for feeding into trading models, alpha discovery, and portfolio risk overlays.
Absolutely. You’ll have access to over 10 years of hourly structured news data across thousands of sources – enabling robust historical testing of signals, event types, and strategy validation.
Not at all. While traders use it for signal generation and event-driven decisions, asset managers, investment strategists, and corporate teams use it for geopolitical risk tracking, scenario planning, and monitoring macro sentiment in real time.
Our enterprise-grade API supports Python, R, and Java clients with webhook functionality – giving you flexible integration into dashboards, models, or internal systems. Full technical documentation is available at copilot-api.permutable.ai/redoc.
Our models are refined through continuous evaluation across thousands of events and markets. Sentiment scoring is mapped to price reactions to ensure consistency and reduce false signals.
Yes. We offer tailored trials with access to live sector sentiment feeds, sample API calls, and walk-throughs based on your asset focus. This lets you evaluate performance, integration fit, and relevance before making any long-term decisions.
Contact us at enquiries@permutable.ai to arrange access.