RON97 Petrol Price

Data as of 07 Sept 2023, 00:01

Price per litre, in RM.

0 views·0 downloads

How is this data produced?

This dataset presents the weekly retail price of RON95 petrol, RON97 petrol, and diesel in Malaysia. Since April 2017, the retail price of fuel in Malaysia has been set on a weekly basis (except for a short period at the end of 2018 where it was announced monthly) using the Automatic Pricing Mechanism (APM). Prior to that, it changed at a monthly (or longer) frequency. The APM is designed to allow the government to monitor the effects of changes in global crude oil prices and adjust retail fuel prices to ensure the continued welfare of the rakyat.

What caveats I should bear in mind when using this data?

Beginning 3 March 2021, the announcement of fuel prices was changed from Fridays to Wednesdays. Furthermore, because petrol and diesel prices are controlled by the government, they were not affected in the same way as non-price controlled items by the zero-rating of GST on 1 June 2018, and the subsequent implementation of SST 1 September 2018.

Publication(s) using this data

MoF's weekly press statement on the retail price of petroleum products.

Metadata

Dataset description

This dataset presents the weekly retail price of RON95 petrol, RON97 petrol, and diesel in Malaysia. Since April 2017, the retail price of fuel in Malaysia has been set on a weekly basis using the Automatic Pricing Mechanism (APM). Prior to that, it changed at a monthly (or longer) frequency. The APM is designed to allow the government to monitor the effects of changes in global crude oil prices and adjust retail fuel prices to ensure the continued welfare of the rakyat.

Variable definitions
  • Chart Type
  • Date
  • RON95 Petrol Price
  • Diesel Price
  • RON97 Petrol Price
Last updated:

06 Sept 2023, 23:59

Next update

13 Sept 2023, 23:59

Data source(s)
  • MOF
License

This data is made open under the Creative Commons Attribution 4.0 International License (CC BY 4.0). A human-readable copy of the license is available Here.

Download

Chart
Image (PNG)

Image (PNG)

Suitable for general digital use.

0

Vector Graphic (SVG)

Vector Graphic (SVG)

Suitable for high quality prints or further image editing.

0

Data
Full Dataset (CSV)

Full Dataset (CSV)

Recommended for individuals seeking an Excel-friendly format.

0

Full Dataset (Parquet)

Full Dataset (Parquet)

Recommended for data scientists seeking to work with data via code.

0

Code

Connect directly to the data with Python.

# If not already installed, do: pip install pandas fastparquet import pandas as pd URL_DATA = 'https://storage.data.gov.my/commodities/fuelprice.parquet' df = pd.read_parquet(URL_DATA) if 'date' in df.columns: df['date'] = pd.to_datetime(df['date']) print(df)

Sample OpenAPI query

The following code is an example of how to make an API query to retrieve the data catalogue mentioned above. You can use different programming languages by switching the code accordingly. For a complete guide on possible query parameters and syntax, please refer to the official Open API documentation.
import requests import pprint url = "https://api.data.gov.my/data-catalogue?id=fuelprice&limit=3" response_json = requests.get(url=url).json() pprint.pprint(response_json)
jata negara
Government of Malaysia

© 2023 Public Sector Open Data