TRADING CO-PILOT: LNG MARKET INTELLIGENCE AND TRENDS

Permutable Financial Assets Dashboard

Access real-time market events, sentiment analysis, and AI-powered insights for institutional investment decisions

Overview

Contact us at enquiries@permutable.ai

Permutable's LNG Intelligence platform delivers specialized insights into the Liquefied Natural Gas (LNG) market. Our system meticulously tracks global LNG assets, analyzing critical demand and supply dynamics, infrastructure developments (pipelines, terminals, storage), trade flows, and regional price impacts. We identify emerging news narratives, monitor ongoing event coverage, and detect sentiment shifts specific to LNG. Furthermore, our advanced story signal analysis pinpoints crucial market-moving developments for LNG, including: New Story Breakout (e.g., lng_first_headline_detection) for initial significant news; Story Volume Build Up (e.g., lng_story_modified_volume_increase) for escalating discussions; Story Direction Change (e.g., lng_story_modified_direction_change) for evolving sentiment; and Forced Persistent Story (e.g., lng_story_persistent) for narratives sustained by continuous events. These tailored signals for LNG enable users to stay ahead of market-moving events and make informed decisions.

Implementation Use Cases

Trends Across Energy Assets

Monitor real-time trends and data for key energy benchmarks and products across crude oil and natural gas.

Brent, WTI, TTF and Henry Hub
Distillates
LNG

Topic & Regional Factors

Delayer each effect effecting price movements. Analyse key fundamental supply and demend themes shifts as well as price report sentiment.

Demand and supply factors
Price reports, trade effects
Continent price effects

Story Signal

Identify impactful news narratives and sentiment shifts as they emerge through the following key signals:

New story breakout
Continued story buildup
Story direction shift

Macro & Geopolitical Insights

Track macroeconomic developments and geopolitical events that impact LNG markets, from policy changes to global economic shifts and regional stability.

Monitor geopolitical tensions and conflicts
Analyze impact of economic indicators & policy
Track regulatory changes affecting markets

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.

API Reference

Retrieves a paginated list of fundamental (company-specific) events for a given ticker, ordered by date in descending order by event date (Newest to oldest). Supports date range filtering.

GET /v1/events/fundamental/ticker/{ticker}

Parameters

Name Description
ticker
required
string (path)
Ticker of the entity to fetch events for. Get these from GET /ticker endpoints.
start_date
string ($date-time)
Earliest date of the events to fetch (max 3 months before current date). Default value: 2025-05-30T14:40:04.124348
end_date
string ($date-time)
Latest date of the events to fetch. Default value: 2025-05-31T14:40:04.124365
limit
integer
Range: 1-100
Number of events per page. Default value: 10
offset
integer
Minimum: 0
Starting position of the current page. Default value: 0

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 = {'start_date': '2024-11-25T00:00:00', 'end_date': '2024-11-25T00:00:00', 'limit': 10, 'offset': 0}

# Make the request
response = requests.get(
    "https://copilot-api.permutable.ai/v1/events/fundamental/ticker/LNG_COM",
    headers=headers,
    params=params
)

# Check for errors
response.raise_for_status()

# Get the response data
data = response.json()
print(data)
                        

Responses

Code Description Links
200 Successful response No links

Response Type

application/json

Sample Response

// Structure: 'events' is an array of event objects, each with id, topic, event_name, event_date, summary, ticker, last_updated, direction_reasoning, and direction. Root includes total, limit, offset, has_more.
{
  "events": [
    {
      "id": "5e21d8ce-fe06-4a7f-b0ac-00b61df9ca32",
      "topic": "Supply-Production Levels",
      "event_name": "April Natural Gas and LNG Update",
      "event_date": "2025-05-31T03:10:23",
      "summary": "Natural gas availability increased by 9.7% in April, with LNG imports rising by 19.1%, according to PPAC.",
      "ticker": "LNG_COM",
      "last_updated": "2025-05-31T03:34:51",
      "direction_reasoning": "",
      "direction": "Bearish"
    },
    {
      "id": "24e7c7bc-ed27-43e7-b606-b8f16f35d055",
      "topic": "Supply-Trade Restrictions and Regulatory Changes",
      "event_name": "Texas Legislators File LNG Protection Bill",
      "event_date": "2025-05-30T14:21:00",
      "summary": "Texas' US senators and a congressman from Houston have filed a bill aimed at protecting liquefied natural gas (LNG) interests.",
      "ticker": "LNG_COM",
      "last_updated": "2025-05-30T15:46:02",
      "direction_reasoning": "",
      "direction": "Bullish"
    },
    // ... additional event objects ...
    {
      "id": "0c15efc4-7901-41a5-ada1-bd6a0435470c",
      "topic": "Supply-Geopolitical Tensions",
      "event_name": "Edison Confidence in LNG Arbitration",
      "event_date": "2025-05-29T13:21:54",
      "summary": "Edison expresses confidence in achieving a positive outcome in the arbitration with Venture Global LNG.",
      "ticker": "LNG_COM",
      "last_updated": "2025-05-29T13:43:36",
      "direction_reasoning": "",
      "direction": "Bullish"
    }
  ],
  "total": 21,
  "limit": 10,
  "offset": 0,
  "has_more": true
}
                            
API Documentation

Sample Data

Asset Event Name Date Sentiment Topic Summary Type Sources