Procedural Lifecycle Tracking

Legislation Adoption

We track the exact procedural lifecycle of every bill across 77+ regional parliaments and the EU. From initial committee drafts to final plenary votes, we structure the bureaucratic timeline so you know exactly when regulatory risk crystallizes.

Worked example — Trading the delay

The Packaging and Packaging Waste Regulation (PPWR)

When the highly contested PPWR was scheduled for a crucial ITRE committee vote, the market braced for strict plastic bans. However, our system caught a sudden procedural delay: a "referral back to committee" motion was filed on a Friday night. Quants long on European paper and packaging stocks traded the delay on Monday morning, weeks before the mainstream financial press reported the stalled regulation.

72 Hours

Alpha Window

Before Bloomberg/Reuters coverage

12%

Sector Rebound

Packaging stocks on delay news

Sub-Second

Latency

From Parliament publication to API

The Developer Experience

Parliamentary websites use arcane, localized terminology for legislative stages. We map them all to a standardized, English-language taxonomy (e.g. 'draft', 'committee_vote', 'plenary_vote', 'adopted', 'rejected').

1. Subscribing to Dossiers

# Poll for any status changes to the PPWR dossier
import requests

response = requests.get(
    "https://api.altdataeu.com/v1/legislation/status",
    headers={"Authorization": "Bearer alt_live_..."},
    params={
        "dossier_reference": "2022/0396(COD)",
        "since": "2025-10-01T00:00:00Z"
    }
)

2. Standardized JSON Response

{
  "event_id": "leg_ev_81237",
  "dossier": {
    "reference": "2022/0396(COD)",
    "title": "Packaging and packaging waste",
    "jurisdiction": "EU"
  },
  "event": {
    "standardized_stage": "referred_back_to_committee",
    "local_stage_name": "Renvoi en commission",
    "date": "2025-10-03",
    "committee": "ITRE"
  },
  "impact_flag": "DELAY",
  "ingested_at": "2025-10-03T19:45:12Z"
}

How you receive it

For procedural tracking, WebSockets or Webhooks are crucial to capture Friday night filings before Monday market opens.

Live

WebSocket Stream (Recommended)

Maintain a persistent connection for sub-millisecond delivery of legislative changes.

Push

Webhooks

Instant HTTP POST to your endpoint on specific dossier status changes.

Pull

REST API

Standard pagination for historical backtesting of legislative velocity.

Track the Bureaucracy

Get a 7-day trial key to pull historical legislative lifecycles and measure the exact time it takes for controversial bills to pass.

Critical Legislative Movements

AI Act Implementation Details

3 Hours Ago

The European Commission published the finalized technical standards for high-risk AI system auditing.

Corporate Sustainability Due Diligence

Yesterday

Directive officially adopted by the Council, setting a 2-year clock for member state transposition.

Digital Markets Act Designation

2 Days Ago

Three new services added to the 'gatekeeper' regulatory perimeter following a 6-month market investigation.

By submitting you accept our terms. Trial key provides 120 requests/minute and 250 rows/page for 7 days.