Historical Prices Endpoint
Planned Endpoint

Historical Fuel Prices

Access historical South African fuel pricing data across inland and coastal zones. This endpoint is currently in development and will be available in a future release of the FulTank Fuel API platform.

Status

This endpoint is currently under development and is not yet publicly available.
Endpoint Status

Coming Soon

Historical pricing infrastructure is currently being finalized.

Availability

Planned Release

This feature will become available in a future API update.

Access

Enterprise Focus

Historical datasets will primarily target enterprise and analytics integrations.

Planned Endpoint

GET https://fultank.co.za/fuel-api/api/historical.php?api_key=YOUR_API_KEY&month=05&year=2026

Planned Query Parameters

Parameter Type Description
api_key string Valid FulTank Fuel API key.
month integer Month of historical fuel data requested.
year integer Year of historical fuel data requested.

Planned Response Structure

{
  "success": true,
  "month": 5,
  "year": 2026,
  "results": [
    {
      "effective_date": "2026-05-06",
      "coastal": {
        "petrol_95": "25.76"
      },
      "inland": {
        "petrol_95": "26.89"
      }
    }
  ]
}

Planned Use Cases

Analytics

Trend Analysis

Analyze fuel price movements over time for forecasting and reporting.

Enterprise

Budget Forecasting

Compare operational fuel costs across historical periods.

Intelligence

Data Platforms

Build fuel intelligence dashboards and market analysis systems.

Roadmap

Feature Status
Historical Monthly Data In Planning
Historical Regional Data Planned
Fuel Price Change Tracking Planned
CSV Export Support Future Release