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
Coming Soon
Historical pricing infrastructure is currently being finalized.
Planned Release
This feature will become available in a future API update.
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
Trend Analysis
Analyze fuel price movements over time for forecasting and reporting.
Budget Forecasting
Compare operational fuel costs across historical periods.
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 |