rino-arbitrage
  1. amber
rino-arbitrage
  • 登录
    • 登录
      POST
    • 登录信息
      GET
    • 注销
      DELETE
  • 国际化
    • 默认语言
      GET
    • 国际化信息
      GET
  • 公共接口
    • 字典库
      GET
    • 当前时间
      GET
  • 账号信息
    • 详情
      GET
    • 编辑
      PUT
    • 更新密码
      PUT
  • 首页
    • 分页查询
      GET
    • 统计
      GET
    • 状态数量
      GET
    • 详情/编辑初始化
      GET
    • 设备列表
      GET
    • 校验sn
      GET
    • 校验token
      GET
    • 充放电
      POST
    • 新增
      POST
    • 编辑
      PUT
    • 删除
      DELETE
    • 批量删除
      DELETE
  • Overview
    • 汇总
    • 能流图
    • 实时电价
    • 电价趋势
    • 功率趋势
  • Strategy
    • 详情/编辑初始化
    • 保存
  • Bill
    • 分页列表
    • 收益汇总
    • 导出
  • 用户管理
    • 分页
    • 明文密码
    • 详情
    • 校验用户名
    • 新增
    • 编辑
    • 更新状态
  • 角色管理
    • 菜单列表
    • 分页
    • 详情
    • 校验角色名
    • 新增
    • 编辑
  • devops
    • 同步管理
      • 同步设备
      • 同步实时价格
      • 同步价格
      • 同步账单
    • 公共接口
      • 雪花ID
      • 异常样例
      • 用户列表
      • 角色列表
    • 主页面
      • 路由树
    • 顶部导航栏
      • 用户配置
        • 查询
        • 保存
      • 消息通知
        • 未读数量
        • 消息通知列表
    • 工作台
      • 数据统计
      • 请求日志
      • 请求方法占比
      • 热门接口
      • 通知
    • 中间件
      • redis样例
        • 键树
        • 键列表
        • 键删除
        • 键值信息
        • 新增键
        • STRING#更新键
        • LIST#新增元素
        • SET#新增元素
        • LIST#修改元素
        • Hash#修改字段值
        • LIST#移除元素
        • HASH#移除元素
        • SET#移除元素
        • ZSET#新增元素
        • ZSET#设置分数
        • ZSET#移除元素
        • HASH#添加字段
        • 是否存在键
        • 键过期时间查询
        • 键过期时间设置
      • 消息队列
        • 发送消息
        • 查询消息
    • 系统管理
      • 通知管理
        • 新增
        • 发送
        • 删除
        • 批量删除
        • 编辑
        • 查询
        • 详情
        • 接收情况
    • 开发工具
      • 请求日志
        • 请求日志
      • 字典管理
        • 字典列表
        • 字典详情
        • 校验字典名称
        • 校验字典项展示名
        • 校验字典项值
        • 校验字典标识
        • 新增字典
        • 编辑字典
        • 删除字典
        • 删除字典值
        • 字典查询
        • 字典值列表
        • 展示名-值
        • 值-展示名
        • 字典展示名列表
        • 刷新缓存
        • 字典项树
        • 字典项详情
        • 字典项级联选择
        • 新增字典值
        • 编辑字典值
      • 代码生成
        • 分页
        • 详情
        • 预览
        • 下载
        • 列信息
        • 列信息保存
        • 表信息保存
      • 国际化管理
        • 刷新缓存
        • 分页
        • 详情
        • 导出
        • 校验code
        • 新增
        • 编辑
        • 删除
        • 批量删除
        • 下载模板
        • 上传文件
    • 个人中心
      • 个人通知
        • 列表
        • 详情
        • 已读
        • 删除
        • 批量删除
    • 时间管理
      • 解析
  • 第三方
    • amber
      • 站点列表
        GET
      • 当前可再生能源
        GET
      • 实时价格
        GET
      • 价格趋势
        GET
      • 使用情况
        GET
    • eCactus
      • 登录
      • 设备列表
      • 设备信息
      • 设备状态
      • 绑定设备
      • 充电
    • LocalVolts
      • LocalVolts
    • deye
      • 获取token
      • 获取会员
      • 获取token
      • 设备列表
      • 设备最新信息
      • 设备日志
      • 设备功率
  • 上报
    POST
  • 上报文件
    POST
  1. amber

价格趋势

GET
https://api.amber.com.au/v1/sites/{siteId}/prices

请求参数

Path 参数
siteId
string 
必需
Query 参数
startDate
string 
可选
示例值:
2024-12-03
endDate
string 
可选
示例值:
2024-12-03
resolution
enum<string> 
可选
枚举值:
530
Header 参数
Authorization
string 
可选
示例值:
Bearer psk_2d699742f8b3abdd11778fc9c9b51dd6

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.amber.com.au/v1/sites//prices?startDate=2024-12-03&endDate=2024-12-03&resolution' \
--header 'Authorization: Bearer psk_2d699742f8b3abdd11778fc9c9b51dd6' \
--header 'Authorization;'

返回响应

🟢200成功
application/json
Body
array of:
type
string 
必需
date
string 
必需
duration
integer 
必需
startTime
string 
必需
endTime
string 
必需
nemTime
string 
必需
perKwh
number 
必需
renewables
number 
必需
spotPerKwh
number 
必需
channelType
string 
必需
spikeStatus
string 
必需
tariffInformation
object 
必需
period
string 
必需
descriptor
string 
必需
示例
[
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T14:00:01Z",
        "endTime": "2024-12-02T14:30:00Z",
        "nemTime": "2024-12-03T00:30:00+10:00",
        "perKwh": 43.75998,
        "renewables": 45.022,
        "spotPerKwh": 16.38491,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T14:30:01Z",
        "endTime": "2024-12-02T15:00:00Z",
        "nemTime": "2024-12-03T01:00:00+10:00",
        "perKwh": 31.04942,
        "renewables": 40.924,
        "spotPerKwh": 16.06293,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T15:00:01Z",
        "endTime": "2024-12-02T15:30:00Z",
        "nemTime": "2024-12-03T01:30:00+10:00",
        "perKwh": 30.07216,
        "renewables": 42.662,
        "spotPerKwh": 15.18293,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T15:30:01Z",
        "endTime": "2024-12-02T16:00:00Z",
        "nemTime": "2024-12-03T02:00:00+10:00",
        "perKwh": 30.07054,
        "renewables": 39.127,
        "spotPerKwh": 15.18147,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T16:00:01Z",
        "endTime": "2024-12-02T16:30:00Z",
        "nemTime": "2024-12-03T02:30:00+10:00",
        "perKwh": 28.08841,
        "renewables": 46.622,
        "spotPerKwh": 13.3966,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T16:30:01Z",
        "endTime": "2024-12-02T17:00:00Z",
        "nemTime": "2024-12-03T03:00:00+10:00",
        "perKwh": 27.72921,
        "renewables": 51.782,
        "spotPerKwh": 13.07315,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T17:00:01Z",
        "endTime": "2024-12-02T17:30:00Z",
        "nemTime": "2024-12-03T03:30:00+10:00",
        "perKwh": 30.40396,
        "renewables": 42.958,
        "spotPerKwh": 15.48171,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T17:30:01Z",
        "endTime": "2024-12-02T18:00:00Z",
        "nemTime": "2024-12-03T04:00:00+10:00",
        "perKwh": 27.22444,
        "renewables": 46.647,
        "spotPerKwh": 12.61862,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T18:00:01Z",
        "endTime": "2024-12-02T18:30:00Z",
        "nemTime": "2024-12-03T04:30:00+10:00",
        "perKwh": 27.41824,
        "renewables": 54.096,
        "spotPerKwh": 12.79313,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T18:30:01Z",
        "endTime": "2024-12-02T19:00:00Z",
        "nemTime": "2024-12-03T05:00:00+10:00",
        "perKwh": 26.8225,
        "renewables": 59.327,
        "spotPerKwh": 12.25668,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T19:00:01Z",
        "endTime": "2024-12-02T19:30:00Z",
        "nemTime": "2024-12-03T05:30:00+10:00",
        "perKwh": 28.79737,
        "renewables": 57.949,
        "spotPerKwh": 14.03501,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "offPeak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T19:30:01Z",
        "endTime": "2024-12-02T20:00:00Z",
        "nemTime": "2024-12-03T06:00:00+10:00",
        "perKwh": 42.92327,
        "renewables": 56.045,
        "spotPerKwh": 15.63147,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T20:00:01Z",
        "endTime": "2024-12-02T20:30:00Z",
        "nemTime": "2024-12-03T06:30:00+10:00",
        "perKwh": 37.37263,
        "renewables": 62.726000000000006,
        "spotPerKwh": 10.63323,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T20:30:01Z",
        "endTime": "2024-12-02T21:00:00Z",
        "nemTime": "2024-12-03T07:00:00+10:00",
        "perKwh": 38.66797,
        "renewables": 72.36200000000001,
        "spotPerKwh": 11.79966,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T21:00:01Z",
        "endTime": "2024-12-02T21:30:00Z",
        "nemTime": "2024-12-03T07:30:00+10:00",
        "perKwh": 38.80337,
        "renewables": 79.93900000000001,
        "spotPerKwh": 11.92158,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T21:30:01Z",
        "endTime": "2024-12-02T22:00:00Z",
        "nemTime": "2024-12-03T08:00:00+10:00",
        "perKwh": 42.47998,
        "renewables": 82.431,
        "spotPerKwh": 15.23229,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T22:00:01Z",
        "endTime": "2024-12-02T22:30:00Z",
        "nemTime": "2024-12-03T08:30:00+10:00",
        "perKwh": 41.84417,
        "renewables": 81.626,
        "spotPerKwh": 14.65976,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T22:30:01Z",
        "endTime": "2024-12-02T23:00:00Z",
        "nemTime": "2024-12-03T09:00:00+10:00",
        "perKwh": 32.83471,
        "renewables": 88.511,
        "spotPerKwh": 6.54693,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T23:00:01Z",
        "endTime": "2024-12-02T23:30:00Z",
        "nemTime": "2024-12-03T09:30:00+10:00",
        "perKwh": 30.86235,
        "renewables": 86.248,
        "spotPerKwh": 4.77086,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T23:30:01Z",
        "endTime": "2024-12-03T00:00:00Z",
        "nemTime": "2024-12-03T10:00:00+10:00",
        "perKwh": 9.88053,
        "renewables": 90.75800000000001,
        "spotPerKwh": 0.71526,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T00:00:01Z",
        "endTime": "2024-12-03T00:30:00Z",
        "nemTime": "2024-12-03T10:30:00+10:00",
        "perKwh": 6.59166,
        "renewables": 107.546,
        "spotPerKwh": -2.2463,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T00:30:01Z",
        "endTime": "2024-12-03T01:00:00Z",
        "nemTime": "2024-12-03T11:00:00+10:00",
        "perKwh": 5.61215,
        "renewables": 113.84,
        "spotPerKwh": -3.12833,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T01:00:01Z",
        "endTime": "2024-12-03T01:30:00Z",
        "nemTime": "2024-12-03T11:30:00+10:00",
        "perKwh": 5.49277,
        "renewables": 118.12,
        "spotPerKwh": -3.23583,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T01:30:01Z",
        "endTime": "2024-12-03T02:00:00Z",
        "nemTime": "2024-12-03T12:00:00+10:00",
        "perKwh": 2.81767,
        "renewables": 114.436,
        "spotPerKwh": -5.6447,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T02:00:01Z",
        "endTime": "2024-12-03T02:30:00Z",
        "nemTime": "2024-12-03T12:30:00+10:00",
        "perKwh": 1.21414,
        "renewables": 118.512,
        "spotPerKwh": -7.08865,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T02:30:01Z",
        "endTime": "2024-12-03T03:00:00Z",
        "nemTime": "2024-12-03T13:00:00+10:00",
        "perKwh": -2.52475,
        "renewables": 117.77,
        "spotPerKwh": -10.45544,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T03:00:01Z",
        "endTime": "2024-12-03T03:30:00Z",
        "nemTime": "2024-12-03T13:30:00+10:00",
        "perKwh": 3.50242,
        "renewables": 117.489,
        "spotPerKwh": -5.0281,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T03:30:01Z",
        "endTime": "2024-12-03T04:00:00Z",
        "nemTime": "2024-12-03T14:00:00+10:00",
        "perKwh": 4.94795,
        "renewables": 119.21600000000001,
        "spotPerKwh": -3.72643,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T04:00:01Z",
        "endTime": "2024-12-03T04:30:00Z",
        "nemTime": "2024-12-03T14:30:00+10:00",
        "perKwh": 4.95283,
        "renewables": 118.88700000000001,
        "spotPerKwh": -3.72203,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "solarSponge"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T04:30:01Z",
        "endTime": "2024-12-03T05:00:00Z",
        "nemTime": "2024-12-03T15:00:00+10:00",
        "perKwh": 20.89323,
        "renewables": 113.49000000000001,
        "spotPerKwh": -4.20613,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T05:00:01Z",
        "endTime": "2024-12-03T05:30:00Z",
        "nemTime": "2024-12-03T15:30:00+10:00",
        "perKwh": 21.14429,
        "renewables": 117.021,
        "spotPerKwh": -3.98006,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T05:30:01Z",
        "endTime": "2024-12-03T06:00:00Z",
        "nemTime": "2024-12-03T16:00:00+10:00",
        "perKwh": 21.20729,
        "renewables": 116.339,
        "spotPerKwh": -3.92333,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T06:00:01Z",
        "endTime": "2024-12-03T06:30:00Z",
        "nemTime": "2024-12-03T16:30:00+10:00",
        "perKwh": 21.37186,
        "renewables": 117.039,
        "spotPerKwh": -3.77513,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T06:30:01Z",
        "endTime": "2024-12-03T07:00:00Z",
        "nemTime": "2024-12-03T17:00:00+10:00",
        "perKwh": 21.39052,
        "renewables": 115.85600000000001,
        "spotPerKwh": -3.75833,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T07:00:01Z",
        "endTime": "2024-12-03T07:30:00Z",
        "nemTime": "2024-12-03T17:30:00+10:00",
        "perKwh": 22.03673,
        "renewables": 115.095,
        "spotPerKwh": -3.17643,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T07:30:01Z",
        "endTime": "2024-12-03T08:00:00Z",
        "nemTime": "2024-12-03T18:00:00+10:00",
        "perKwh": 22.93499,
        "renewables": 104.98400000000001,
        "spotPerKwh": -2.36757,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T08:00:01Z",
        "endTime": "2024-12-03T08:30:00Z",
        "nemTime": "2024-12-03T18:30:00+10:00",
        "perKwh": 31.47859,
        "renewables": 94.20100000000001,
        "spotPerKwh": 5.32577,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T08:30:01Z",
        "endTime": "2024-12-03T09:00:00Z",
        "nemTime": "2024-12-03T19:00:00+10:00",
        "perKwh": 44.37611,
        "renewables": 83.356,
        "spotPerKwh": 16.93972,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T09:00:01Z",
        "endTime": "2024-12-03T09:30:00Z",
        "nemTime": "2024-12-03T19:30:00+10:00",
        "perKwh": 44.26766,
        "renewables": 67.361,
        "spotPerKwh": 16.84206,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T09:30:01Z",
        "endTime": "2024-12-03T10:00:00Z",
        "nemTime": "2024-12-03T20:00:00+10:00",
        "perKwh": 42.89429,
        "renewables": 59.080999999999996,
        "spotPerKwh": 15.60537,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T10:00:01Z",
        "endTime": "2024-12-03T10:30:00Z",
        "nemTime": "2024-12-03T20:30:00+10:00",
        "perKwh": 42.42354,
        "renewables": 55.407,
        "spotPerKwh": 15.18147,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T10:30:01Z",
        "endTime": "2024-12-03T11:00:00Z",
        "nemTime": "2024-12-03T21:00:00+10:00",
        "perKwh": 42.6894,
        "renewables": 51.800000000000004,
        "spotPerKwh": 15.42087,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T11:00:01Z",
        "endTime": "2024-12-03T11:30:00Z",
        "nemTime": "2024-12-03T21:30:00+10:00",
        "perKwh": 42.66972,
        "renewables": 50.548,
        "spotPerKwh": 15.40315,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T11:30:01Z",
        "endTime": "2024-12-03T12:00:00Z",
        "nemTime": "2024-12-03T22:00:00+10:00",
        "perKwh": 42.36314,
        "renewables": 57.80800000000001,
        "spotPerKwh": 15.12708,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T12:00:01Z",
        "endTime": "2024-12-03T12:30:00Z",
        "nemTime": "2024-12-03T22:30:00+10:00",
        "perKwh": 41.95657,
        "renewables": 66.549,
        "spotPerKwh": 14.76097,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T12:30:01Z",
        "endTime": "2024-12-03T13:00:00Z",
        "nemTime": "2024-12-03T23:00:00+10:00",
        "perKwh": 41.54176,
        "renewables": 64.495,
        "spotPerKwh": 14.38745,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T13:00:01Z",
        "endTime": "2024-12-03T13:30:00Z",
        "nemTime": "2024-12-03T23:30:00+10:00",
        "perKwh": 40.88931,
        "renewables": 65.75,
        "spotPerKwh": 13.79993,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T13:30:01Z",
        "endTime": "2024-12-03T14:00:00Z",
        "nemTime": "2024-12-04T00:00:00+10:00",
        "perKwh": 39.38812,
        "renewables": 60.693,
        "spotPerKwh": 12.44814,
        "channelType": "general",
        "spikeStatus": "none",
        "tariffInformation": {
            "period": "peak"
        },
        "descriptor": "veryLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T14:00:01Z",
        "endTime": "2024-12-02T14:30:00Z",
        "nemTime": "2024-12-03T00:30:00+10:00",
        "perKwh": -16.5416,
        "renewables": 45.022,
        "spotPerKwh": 16.38491,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T14:30:01Z",
        "endTime": "2024-12-02T15:00:00Z",
        "nemTime": "2024-12-03T01:00:00+10:00",
        "perKwh": -16.21654,
        "renewables": 40.924,
        "spotPerKwh": 16.06293,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T15:00:01Z",
        "endTime": "2024-12-02T15:30:00Z",
        "nemTime": "2024-12-03T01:30:00+10:00",
        "perKwh": -15.32813,
        "renewables": 42.662,
        "spotPerKwh": 15.18293,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T15:30:01Z",
        "endTime": "2024-12-02T16:00:00Z",
        "nemTime": "2024-12-03T02:00:00+10:00",
        "perKwh": -15.32665,
        "renewables": 39.127,
        "spotPerKwh": 15.18147,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T16:00:01Z",
        "endTime": "2024-12-02T16:30:00Z",
        "nemTime": "2024-12-03T02:30:00+10:00",
        "perKwh": -13.52471,
        "renewables": 46.622,
        "spotPerKwh": 13.3966,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T16:30:01Z",
        "endTime": "2024-12-02T17:00:00Z",
        "nemTime": "2024-12-03T03:00:00+10:00",
        "perKwh": -13.19817,
        "renewables": 51.782,
        "spotPerKwh": 13.07315,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T17:00:01Z",
        "endTime": "2024-12-02T17:30:00Z",
        "nemTime": "2024-12-03T03:30:00+10:00",
        "perKwh": -15.62976,
        "renewables": 42.958,
        "spotPerKwh": 15.48171,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T17:30:01Z",
        "endTime": "2024-12-02T18:00:00Z",
        "nemTime": "2024-12-03T04:00:00+10:00",
        "perKwh": -12.73929,
        "renewables": 46.647,
        "spotPerKwh": 12.61862,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T18:00:01Z",
        "endTime": "2024-12-02T18:30:00Z",
        "nemTime": "2024-12-03T04:30:00+10:00",
        "perKwh": -12.91547,
        "renewables": 54.096,
        "spotPerKwh": 12.79313,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T18:30:01Z",
        "endTime": "2024-12-02T19:00:00Z",
        "nemTime": "2024-12-03T05:00:00+10:00",
        "perKwh": -12.37389,
        "renewables": 59.327,
        "spotPerKwh": 12.25668,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T19:00:01Z",
        "endTime": "2024-12-02T19:30:00Z",
        "nemTime": "2024-12-03T05:30:00+10:00",
        "perKwh": -14.16923,
        "renewables": 57.949,
        "spotPerKwh": 14.03501,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T19:30:01Z",
        "endTime": "2024-12-02T20:00:00Z",
        "nemTime": "2024-12-03T06:00:00+10:00",
        "perKwh": -15.78096,
        "renewables": 56.045,
        "spotPerKwh": 15.63147,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T20:00:01Z",
        "endTime": "2024-12-02T20:30:00Z",
        "nemTime": "2024-12-03T06:30:00+10:00",
        "perKwh": -10.73492,
        "renewables": 62.726000000000006,
        "spotPerKwh": 10.63323,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T20:30:01Z",
        "endTime": "2024-12-02T21:00:00Z",
        "nemTime": "2024-12-03T07:00:00+10:00",
        "perKwh": -11.9125,
        "renewables": 72.36200000000001,
        "spotPerKwh": 11.79966,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T21:00:01Z",
        "endTime": "2024-12-02T21:30:00Z",
        "nemTime": "2024-12-03T07:30:00+10:00",
        "perKwh": -12.03559,
        "renewables": 79.93900000000001,
        "spotPerKwh": 11.92158,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T21:30:01Z",
        "endTime": "2024-12-02T22:00:00Z",
        "nemTime": "2024-12-03T08:00:00+10:00",
        "perKwh": -15.37796,
        "renewables": 82.431,
        "spotPerKwh": 15.23229,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T22:00:01Z",
        "endTime": "2024-12-02T22:30:00Z",
        "nemTime": "2024-12-03T08:30:00+10:00",
        "perKwh": -14.79995,
        "renewables": 81.626,
        "spotPerKwh": 14.65976,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T22:30:01Z",
        "endTime": "2024-12-02T23:00:00Z",
        "nemTime": "2024-12-03T09:00:00+10:00",
        "perKwh": -6.60954,
        "renewables": 88.511,
        "spotPerKwh": 6.54693,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T23:00:01Z",
        "endTime": "2024-12-02T23:30:00Z",
        "nemTime": "2024-12-03T09:30:00+10:00",
        "perKwh": -4.81648,
        "renewables": 86.248,
        "spotPerKwh": 4.77086,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-02T23:30:01Z",
        "endTime": "2024-12-03T00:00:00Z",
        "nemTime": "2024-12-03T10:00:00+10:00",
        "perKwh": -0.7221,
        "renewables": 90.75800000000001,
        "spotPerKwh": 0.71526,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "low"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T00:00:01Z",
        "endTime": "2024-12-03T00:30:00Z",
        "nemTime": "2024-12-03T10:30:00+10:00",
        "perKwh": 2.26778,
        "renewables": 107.546,
        "spotPerKwh": -2.2463,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T00:30:01Z",
        "endTime": "2024-12-03T01:00:00Z",
        "nemTime": "2024-12-03T11:00:00+10:00",
        "perKwh": 3.15825,
        "renewables": 113.84,
        "spotPerKwh": -3.12833,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T01:00:01Z",
        "endTime": "2024-12-03T01:30:00Z",
        "nemTime": "2024-12-03T11:30:00+10:00",
        "perKwh": 3.26677,
        "renewables": 118.12,
        "spotPerKwh": -3.23583,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T01:30:01Z",
        "endTime": "2024-12-03T02:00:00Z",
        "nemTime": "2024-12-03T12:00:00+10:00",
        "perKwh": 5.69868,
        "renewables": 114.436,
        "spotPerKwh": -5.6447,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T02:00:01Z",
        "endTime": "2024-12-03T02:30:00Z",
        "nemTime": "2024-12-03T12:30:00+10:00",
        "perKwh": 7.15644,
        "renewables": 118.512,
        "spotPerKwh": -7.08865,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T02:30:01Z",
        "endTime": "2024-12-03T03:00:00Z",
        "nemTime": "2024-12-03T13:00:00+10:00",
        "perKwh": 10.55543,
        "renewables": 117.77,
        "spotPerKwh": -10.45544,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T03:00:01Z",
        "endTime": "2024-12-03T03:30:00Z",
        "nemTime": "2024-12-03T13:30:00+10:00",
        "perKwh": 5.07618,
        "renewables": 117.489,
        "spotPerKwh": -5.0281,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T03:30:01Z",
        "endTime": "2024-12-03T04:00:00Z",
        "nemTime": "2024-12-03T14:00:00+10:00",
        "perKwh": 3.76207,
        "renewables": 119.21600000000001,
        "spotPerKwh": -3.72643,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T04:00:01Z",
        "endTime": "2024-12-03T04:30:00Z",
        "nemTime": "2024-12-03T14:30:00+10:00",
        "perKwh": 3.75762,
        "renewables": 118.88700000000001,
        "spotPerKwh": -3.72203,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T04:30:01Z",
        "endTime": "2024-12-03T05:00:00Z",
        "nemTime": "2024-12-03T15:00:00+10:00",
        "perKwh": 4.24635,
        "renewables": 113.49000000000001,
        "spotPerKwh": -4.20613,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T05:00:01Z",
        "endTime": "2024-12-03T05:30:00Z",
        "nemTime": "2024-12-03T15:30:00+10:00",
        "perKwh": 4.01812,
        "renewables": 117.021,
        "spotPerKwh": -3.98006,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T05:30:01Z",
        "endTime": "2024-12-03T06:00:00Z",
        "nemTime": "2024-12-03T16:00:00+10:00",
        "perKwh": 3.96085,
        "renewables": 116.339,
        "spotPerKwh": -3.92333,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T06:00:01Z",
        "endTime": "2024-12-03T06:30:00Z",
        "nemTime": "2024-12-03T16:30:00+10:00",
        "perKwh": 3.81123,
        "renewables": 117.039,
        "spotPerKwh": -3.77513,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T06:30:01Z",
        "endTime": "2024-12-03T07:00:00Z",
        "nemTime": "2024-12-03T17:00:00+10:00",
        "perKwh": 3.79427,
        "renewables": 115.85600000000001,
        "spotPerKwh": -3.75833,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T07:00:01Z",
        "endTime": "2024-12-03T07:30:00Z",
        "nemTime": "2024-12-03T17:30:00+10:00",
        "perKwh": 3.20681,
        "renewables": 115.095,
        "spotPerKwh": -3.17643,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T07:30:01Z",
        "endTime": "2024-12-03T08:00:00Z",
        "nemTime": "2024-12-03T18:00:00+10:00",
        "perKwh": 2.39021,
        "renewables": 104.98400000000001,
        "spotPerKwh": -2.36757,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "extremelyLow"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T08:00:01Z",
        "endTime": "2024-12-03T08:30:00Z",
        "nemTime": "2024-12-03T18:30:00+10:00",
        "perKwh": -5.3767,
        "renewables": 94.20100000000001,
        "spotPerKwh": 5.32577,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T08:30:01Z",
        "endTime": "2024-12-03T09:00:00Z",
        "nemTime": "2024-12-03T19:00:00+10:00",
        "perKwh": -17.10172,
        "renewables": 83.356,
        "spotPerKwh": 16.93972,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T09:00:01Z",
        "endTime": "2024-12-03T09:30:00Z",
        "nemTime": "2024-12-03T19:30:00+10:00",
        "perKwh": -17.00312,
        "renewables": 67.361,
        "spotPerKwh": 16.84206,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T09:30:01Z",
        "endTime": "2024-12-03T10:00:00Z",
        "nemTime": "2024-12-03T20:00:00+10:00",
        "perKwh": -15.75461,
        "renewables": 59.080999999999996,
        "spotPerKwh": 15.60537,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T10:00:01Z",
        "endTime": "2024-12-03T10:30:00Z",
        "nemTime": "2024-12-03T20:30:00+10:00",
        "perKwh": -15.32665,
        "renewables": 55.407,
        "spotPerKwh": 15.18147,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T10:30:01Z",
        "endTime": "2024-12-03T11:00:00Z",
        "nemTime": "2024-12-03T21:00:00+10:00",
        "perKwh": -15.56834,
        "renewables": 51.800000000000004,
        "spotPerKwh": 15.42087,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T11:00:01Z",
        "endTime": "2024-12-03T11:30:00Z",
        "nemTime": "2024-12-03T21:30:00+10:00",
        "perKwh": -15.55045,
        "renewables": 50.548,
        "spotPerKwh": 15.40315,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T11:30:01Z",
        "endTime": "2024-12-03T12:00:00Z",
        "nemTime": "2024-12-03T22:00:00+10:00",
        "perKwh": -15.27174,
        "renewables": 57.80800000000001,
        "spotPerKwh": 15.12708,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T12:00:01Z",
        "endTime": "2024-12-03T12:30:00Z",
        "nemTime": "2024-12-03T22:30:00+10:00",
        "perKwh": -14.90213,
        "renewables": 66.549,
        "spotPerKwh": 14.76097,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T12:30:01Z",
        "endTime": "2024-12-03T13:00:00Z",
        "nemTime": "2024-12-03T23:00:00+10:00",
        "perKwh": -14.52504,
        "renewables": 64.495,
        "spotPerKwh": 14.38745,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T13:00:01Z",
        "endTime": "2024-12-03T13:30:00Z",
        "nemTime": "2024-12-03T23:30:00+10:00",
        "perKwh": -13.9319,
        "renewables": 65.75,
        "spotPerKwh": 13.79993,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    },
    {
        "type": "ActualInterval",
        "date": "2024-12-03",
        "duration": 30,
        "startTime": "2024-12-03T13:30:01Z",
        "endTime": "2024-12-03T14:00:00Z",
        "nemTime": "2024-12-04T00:00:00+10:00",
        "perKwh": -12.56718,
        "renewables": 60.693,
        "spotPerKwh": 12.44814,
        "channelType": "feedIn",
        "spikeStatus": "none",
        "descriptor": "high"
    }
]
🟢200成功响应
修改于 2024-12-03 14:47:46
上一页
实时价格
下一页
使用情况
Built with