Trading Co-Pilot : Auto Analyst
Powered by Permutable's Co-Pilot API
Technical Overview
Permutable's Market Insight & Summary component, powered by our advanced Co-Pilot API, delivers concise, analyst-style perspectives on current market conditions. It synthesizes vast amounts of real-time data, including news, pricing, and macroeconomic factors, into digestible summaries and identifies key causative drivers for market movements. This tool is designed for financial professionals who require a quick yet comprehensive understanding of market dynamics to inform their strategies. With features like a 7-day lookback and broad asset coverage, users can rapidly gain context and identify critical signals, streamlining their research and decision-making processes.
Implementation Use Cases
7-Day Lookback
Instantly review the past week's market activity with a comprehensive summary that incorporates price action, fundamental news, and macroeconomic developments.
Causation Drivers
Identify the most likely drivers behind daily market movements. Our system highlights the primary causative factors for each day, helping users understand not just what happened, but why it happened.
Market Coverage
Access broad and deep coverage across all major asset classes, including energy, metals, agriculture, and currencies. Our platform ensures you never miss critical developments in any segment of the global markets.
API Reference
Provides a human-readable analyst summary and associated event IDs for a specific financial ticker, offering qualitative insights into market drivers.
GET
/v1/insights/analyst/{ticker}
Analyst-Style Insights for a Ticker
Parameters
Name | Description |
---|---|
ticker
required
string (path)
|
Ticker of the entity to fetch insights for |
show_ids_in_summary
boolean (query)
Default: false
|
Whether to show event IDs in the summary |
Request Sample (Python)
import requests
# Replace with your actual credentials
API_KEY = "your-api-key"
# Headers
headers = {
"x-api-key": API_KEY,
}
# Query parameters
params = {'ticker': 'BZ_COM'}
# Make the request
response = requests.get(
"https://copilot-api.permutable.ai/1/insights/analyst",
headers=headers,
params=params
)
# Check for errors
response.raise_for_status()
# Get the response data
data = response.json()
print(data)
Responses
{ "summary": "May 17, 2025: Ongoing Concerns Following Credit Downgrade:\n No data available for this day as of the current time. However, the market continues to react to Moody's downgrade of the U.S. credit rating, which has raised concerns about the government's management of its debt.\n May 16, 2025: Dollar Reacts to Credit Rating Downgrade:\n The dollar opened at 100.76 and closed at 100.85. Moody's downgraded the United States' credit rating from AAA to AA1 due to concerns over rising government debt and increasing interest costs. This development contributed to a slight rally in the dollar towards the end of the day.\n May 15, 2025: Dollar Fluctuates Amid Economic Concerns:\n The dollar opened at 100.76 and closed at 100.67. Walmart's announcement of price increases due to tariff costs raised concerns about inflationary pressures. Additionally, Fed Chair Jerome Powell's comments on potential supply shocks indicated a more volatile economic outlook.\n May 14, 2025: Dollar Stabilizes After Recent Declines:\n The dollar opened at 100.76 and closed at 100.90, showing slight recovery after previous declines. The market reacted to ongoing trade negotiations and the potential for further tariff adjustments, which provided some support for the dollar.\n May 13, 2025: Dollar Declines Amid Market Adjustments:\n The dollar opened at 101.48 and declined to close at 100.82. The market reacted to a temporary truce in the trade war, which reduced tariffs on Chinese shipments. Additionally, fund managers reported being the most underweight on the U.S. dollar since 2006, indicating a significant shift in investment trust.\n May 12, 2025: Dollar Climbs on Tariff Reductions:\n The dollar opened at 100.44 and closed at 101.69, buoyed by a 90-day tariff reduction agreement between the U.S. and China, which saw tariffs on Chinese goods cut to 30%. The positive sentiment from this agreement led to a significant rally in the morning hours.\n May 11, 2025: Dollar Steady as Trade Progress Reported:\n The U.S. dollar opened at 100.46 and closed at 100.44, reflecting a minor decline despite positive developments in U.S.-China trade talks, where a substantial trade deal was reached in Geneva. This sentiment supported the dollar, although it peaked at 101.73 earlier in the day.", "event_ids": [ "1", "2" ] }
Sample Data
US Dollar Weekly Overview
Brent Crude Oil Weekly Overview
Request Enterprise Demo
Please fill out the form below and we\'ll get back to you within 24 hours.