Inferensys

Glossary

AIS Data

AIS data is the telemetry broadcast by the Automatic Identification System on maritime vessels, used to track global shipping movements and infer real-time commodity trade flows.
Data scientist building training data pipeline on laptop, data preprocessing visible, technical workspace.
MARITIME TRACKING INTELLIGENCE

What is AIS Data?

AIS data is the digital broadcast stream from the Automatic Identification System, a VHF-based transponder network mandated for large vessels that transmits real-time identity, position, course, and speed to prevent collisions and enable global maritime surveillance.

AIS data is a high-frequency stream of structured telemetry broadcast by transponders aboard commercial vessels. Each transmission packet contains a vessel's unique Maritime Mobile Service Identity (MMSI), GPS coordinates, Speed Over Ground (SOG), Course Over Ground (COG), heading, rate of turn, and destination. Terrestrial receivers and low-earth orbit satellites capture these broadcasts, creating a global, real-time map of maritime traffic that is used to infer commodity trade flows and supply chain activity.

In quantitative finance, AIS data serves as an alternative dataset for nowcasting economic activity. Analysts track vessel draft changes to estimate cargo weight, monitor anchorage loitering to detect port congestion, and correlate tanker routes with crude oil inventories. Because AIS transmissions can be spoofed or disabled, rigorous entity resolution and data provenance checks are required to filter dark fleet activity before integrating the data into systematic trading models.

MARITIME TELEMETRY

Core Characteristics of AIS Data

The Automatic Identification System broadcasts structured vessel telemetry via VHF radio, providing a real-time, global view of maritime traffic. Understanding the technical characteristics of this data is essential for engineering reliable trading signals.

01

Broadcast Architecture & Protocol

AIS operates on two dedicated VHF frequencies (161.975 MHz and 162.025 MHz) using a Self-Organized Time Division Multiple Access (SOTDMA) protocol. This architecture allows vessels to autonomously reserve transmission slots, preventing signal collision in high-traffic zones. The system has an effective terrestrial range of approximately 20-30 nautical miles, though satellite-based AIS (S-AIS) receivers now provide global coverage by capturing signals from low-earth orbit.

20-30 NM
Terrestrial Range
2,250+
Reports/Minute per Cell
02

Static vs. Dynamic Data Fields

AIS transmissions are bifurcated into two distinct message types with different refresh rates:

  • Static Data (every 6 min): Maritime Mobile Service Identity (MMSI), IMO number, vessel name, call sign, dimensions, and ship type.
  • Dynamic Data (2-10 sec): Position (lat/lon), Speed Over Ground (SOG), Course Over Ground (COG), rate of turn, and navigational status.
  • Voyage Data (every 6 min): Destination port, estimated time of arrival (ETA), and draught. This temporal heterogeneity requires careful alignment when engineering features.
2-10 sec
Dynamic Refresh
6 min
Static Refresh
03

MMSI: The Universal Vessel Identifier

The Maritime Mobile Service Identity (MMSI) is a nine-digit numerical code that uniquely identifies each AIS transponder. It is the primary key for joining AIS data with other maritime datasets. However, MMSI spoofing and reuse are known issues. Engineering robust entity resolution pipelines requires cross-referencing MMSI with IMO numbers (a permanent, seven-digit hull identifier) and call signs to detect anomalies and maintain data integrity.

9 digits
MMSI Length
7 digits
IMO Number Length
04

Data Gaps & Anomaly Detection

Raw AIS feeds are noisy. Common failure modes include:

  • Gaps in transmission: Caused by VHF signal blockage, receiver saturation, or vessels disabling transponders (a known indicator of illicit activity).
  • Positional jitter: GPS errors or deliberate manipulation.
  • Implausible kinematics: Sudden jumps in position or impossible speed/heading combinations. Pre-processing pipelines must implement Kalman filters or heuristic rule sets to flag and interpolate anomalous records before they corrupt downstream trading signals.
05

Inferring Cargo & Trade Flows

AIS does not explicitly broadcast cargo contents. Instead, cargo type is inferred through a combination of:

  • Vessel type code (e.g., crude oil tanker, bulk carrier, LNG tanker).
  • Draught data: The distance between the waterline and the keel, which correlates with cargo weight. A laden tanker sits significantly deeper in the water than a ballasted one.
  • Geospatial context: A vessel loitering near a known offshore lightering zone or making a port call at a specific terminal provides strong cargo signals.
06

Satellite AIS (S-AIS) vs. Terrestrial AIS

Terrestrial AIS provides high-frequency updates but is limited to coastal zones. Satellite AIS (S-AIS) offers global coverage, including open oceans, but suffers from message collision and lower temporal resolution due to the wide footprint of satellite antennas. Modern data providers fuse both sources, using terrestrial data for high-resolution port activity and S-AIS for tracking deep-sea voyage progress. Understanding this fusion process is critical for assessing signal latency.

Global
S-AIS Coverage
Coastal
Terrestrial Coverage
AIS DATA FAQ

Frequently Asked Questions

Clear, technical answers to the most common questions about Automatic Identification System data, its engineering challenges, and its application in quantitative finance.

AIS data is a continuous, self-reporting VHF radio broadcast system that transmits a vessel's identity, position, course, speed, and navigational status in near real-time. The system operates on two dedicated marine VHF channels (161.975 MHz and 162.025 MHz) using a Self-Organizing Time Division Multiple Access (SOTDMA) protocol to prevent signal collision in high-traffic areas. Each transponder autonomously reserves a time slot to broadcast a 256-bit data packet containing a Maritime Mobile Service Identity (MMSI) number, GPS-derived coordinates, Rate of Turn (ROT), and destination. Terrestrial receivers have a typical range of 20-30 nautical miles, while satellite-based AIS (S-AIS) receivers can capture these broadcasts globally, though with higher latency and message collision rates due to the satellite's wide field of view. For quantitative analysts, this data provides a direct, machine-readable feed of global commodity movements—a tanker's draft change can signal a completed crude oil loading before any customs filing is published.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.