Real-time prices API no data daily from 00:00 through 01:00

  • 336 Views
  • Last post 03 October 2021
chillr posted this 02 October 2021

Hi there, I have just noticed my curl based https://emi.azure-api.net/real-time-prices/ requests come back empty from midnight to 1am daily.

Tested separately using the https://emi.portal.azure-api.net/docs/services API page with my API key entered / no filter applied and get the same emtpy result:

Request URL

https://emi.azure-api.net/real-time-prices/

HTTP request

GET https://emi.azure-api.net/real-time-prices/ HTTP/1.1
Host: emi.azure-api.net
Ocp-Apim-Subscription-Key: ••

Response status

200 OK

Response latency

51 ms

Response content

Pragma: no-cache
Arr-Disable-Session-Affinity: True
X-Content-Type-Options: nosniff
X-Frame-Options: deny
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-XSS-Protection: 1; mode=block
Content-Security-Policy: script-src 'self'
Cache-Control: no-store
Date: Sat, 02 Oct 2021 11:28:19 GMT
Content-Length: 2
Content-Type: application/json
Expires: -1

[]

Order by: Standard | Newest | Votes
chillr posted this 02 October 2021

Result of same request after 1am:

Request URL

https://emi.azure-api.net/real-time-prices/

HTTP request

GET https://emi.azure-api.net/real-time-prices/ HTTP/1.1
Host: emi.azure-api.net
Ocp-Apim-Subscription-Key: ••


Response status

200 OK

Response latency

505 ms

Response content

Pragma: no-cache
Arr-Disable-Session-Affinity: True
X-Content-Type-Options: nosniff
X-Frame-Options: deny
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-XSS-Protection: 1; mode=block
Content-Security-Policy: script-src 'self'
Cache-Control: no-store
Date: Sat, 02 Oct 2021 12:01:27 GMT
Content-Length: 68731
Content-Type: application/json
Expires: -1

[{
    "PointOfConnectionCode": "ABY0111",
    "Island": "South Island",
    "Area": "CH",
    "TradingDate": "2021-10-03T00:00:00",
    "TradingPeriodNumber": 2,
    "TradingTime": "00:50",
    "RunDateTime": "2021-10-03T00:55:30",
    "DollarsPerMegawattHour": 0.46
  },...........

Phil Bishop posted this 02 October 2021

It seems to be running fine now. We re-engineered a few things last Thursday although that wouldn't have impacted the RTP and forecast price APIs. It would've impacted the RTD API for a short time but we got that back on line almost immediately. Anyway, we'll check it all out tomorrow (Monday).

chillr posted this 03 October 2021

Thanks Phil, FYI reveiwing my data it appears the issue first appeared 00:00 27/9/21