NEMSEER icon indicating copy to clipboard operation
NEMSEER copied to clipboard

get_tables returns empty list for 2024-08 onwards

Open nickmasonsmith opened this issue 10 months ago • 2 comments

Purely coincidentally, my first attempt at using NEMSEER was with August 2024. It appears that from August 2024 onwards, NEMSEER is unable to locate relevant tables.

Minimum worked example:

import nemseer
print(nemseer.get_tables(2024,7,'P5MIN'))
print(nemseer.get_tables(2024,8,'P5MIN'))

Keen to hear any suggestions - did I hear something about AEMO changing things behind-the-scenes?

nickmasonsmith avatar Jun 30 '25 03:06 nickmasonsmith

Hi Nick,

I've also encountered this problem. Initially, I though it wasn't a bug caused by NEMSEER, so I jumped into AEMO's original websites where AEMO publishes raw data. If you look at https://www.nemweb.com.au/Data_Archive/Wholesale_Electricity/MMSDM/2025/MMSDM_2025_01/MMSDM_Historical_Data_SQLLoader/PREDISP_ALL_DATA/ and https://www.nemweb.com.au/Data_Archive/Wholesale_Electricity/MMSDM/2024/MMSDM_2024_08/MMSDM_Historical_Data_SQLLoader/PREDISP_ALL_DATA/ (corresponding to 2024/07 and 2024/08), you can find that AEMO has changed their file names, which lead to the failed file fetch.

Cheers, Jinhao

StephLee12 avatar Jul 28 '25 12:07 StephLee12

Ahh thanks @nickmasonsmith and @StephLee12. Wondering if either of you two might have some time to incorporate a change to handle this in a PR?

prakaa avatar Aug 11 '25 08:08 prakaa