数据平台
    • 外部接口
      • 未命名接口
        GET
    • 煤炭数据获取
      POST
    • 期货数据获取
      POST
    • 天气数据获取接口
      POST
    • 天气分时数据
      POST
    • 煤价指数数据获取
      POST
    • 燃气市场分析数据接口
      POST
    • 燃气指数数据接口
      POST

      煤炭数据获取

      POST
      http://101.43.124.209:8000/load-data-write/get_coal/country/batch/modification
      key_name(查询字段名,如果存在,则返回查询字段,不存在,则返回全量字段)、
      city_name(城市名称,字段内容为列表)、
      area_id(城市id,字段内容为列表)、
      coal_type(产品名称,字段内容为列表)、
      arrival_port(到岸港口,字段内容为列表)、
      starttime(必要字段)、
      endtime(必要字段)、
      source_sort(国内地区价格/国内港口价格/国际到岸价格/秦皇岛港口价格,字段内容为列表);
      return:json格式;

      请求参数

      Body 参数application/json

      示例
      {
          "starttime": "2022-01-01",
          "endtime": "2022-02-01",
          "source": [
              "CCTD中国煤炭市场网"
          ],
          "arrival_port": [
          "广州港"],
          "coal_type": [
              "动力煤"
          ],
          "source_sort": [
              "国内地区价格"
          ],
          "city_name": [
              "大同市",
              "榆林市"
          ],
          "key_name": [
              "city_name","date","coal_type","arrival_port","port","origin_country","ash","volatile","sulfur",
                             "bonding_index","than_previous_period","source_sort","calorific_value","price","price_type",
                             "source","source_sort"
          ],
          "area_id": [
              "140200",
              "610800"
          ]
      }

      请求示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'http://101.43.124.209:8000/load-data-write/get_coal/country/batch/modification' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "starttime": "2022-01-01",
          "endtime": "2022-02-01",
          "source": [
              "CCTD中国煤炭市场网"
          ],
          "arrival_port": [
          "广州港"],
          "coal_type": [
              "动力煤"
          ],
          "source_sort": [
              "国内地区价格"
          ],
          "city_name": [
              "大同市",
              "榆林市"
          ],
          "key_name": [
              "city_name","date","coal_type","arrival_port","port","origin_country","ash","volatile","sulfur",
                             "bonding_index","than_previous_period","source_sort","calorific_value","price","price_type",
                             "source","source_sort"
          ],
          "area_id": [
              "140200",
              "610800"
          ]
      }'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      [
          {
              "city_name": "大同市",
              "date": "2022-01-30",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 950,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-30",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 980,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-29",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 945,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-29",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 975,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-28",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 20,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 940,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-28",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 20,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-27",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 30,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 920,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-27",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 30,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 950,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-26",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 30,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 890,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-26",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 30,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 920,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-25",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 35,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 860,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-25",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 35,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 890,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-24",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 10,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 825,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-24",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 10,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 855,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-21",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 815,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-21",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 845,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-20",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 20,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 810,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-20",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 20,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 840,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-19",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 790,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-19",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 820,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-18",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 785,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-18",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 815,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-17",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 785,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-17",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 815,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-14",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 780,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-14",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 810,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-13",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 780,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-13",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 810,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-12",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 35,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 780,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-12",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 40,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 810,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-11",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 20,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 745,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-11",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 20,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 770,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-10",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 725,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-10",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 5,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 750,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-07",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 720,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-07",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 745,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-06",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 720,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-06",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 745,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-05",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 720,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-05",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 745,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-04",
              "coal_type": "弱粘煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 0.8,
              "bonding_index": null,
              "than_previous_period": -30,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 720,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "大同市",
              "date": "2022-01-04",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 30,
              "sulfur": 1,
              "bonding_index": null,
              "than_previous_period": -30,
              "source_sort": "国内地区价格",
              "calorific_value": 6000,
              "price": 745,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-30",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-30",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 665,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-30",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-29",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-29",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 665,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-29",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-28",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-28",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 665,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-28",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-27",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-27",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 665,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-27",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-26",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-26",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 665,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-26",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-25",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-25",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 665,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-25",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-24",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-24",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 165,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 665,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-24",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-21",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-21",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 500,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-21",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-20",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-20",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 500,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-20",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-19",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-19",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 500,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-19",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-18",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-18",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 500,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-18",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-17",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-17",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 100,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 500,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-17",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-14",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-14",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 400,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-14",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-13",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-13",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 400,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-13",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-12",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-12",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 400,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-12",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-11",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-11",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 400,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-11",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-10",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-10",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": -80,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 400,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-10",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-07",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-07",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 480,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-07",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-06",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-06",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 480,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-06",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-05",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-05",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 480,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-05",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-04",
              "coal_type": "烟煤混",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 32,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": 0,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 970,
              "price_type": "车板价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-04",
              "coal_type": "动力煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 16,
              "volatile": 30,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": -110,
              "source_sort": "国内地区价格",
              "calorific_value": 5500,
              "price": 480,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          },
          {
              "city_name": "榆林市",
              "date": "2022-01-04",
              "coal_type": "动力混煤",
              "arrival_port": null,
              "port": null,
              "origin_country": null,
              "ash": 13,
              "volatile": 31,
              "sulfur": 0.6,
              "bonding_index": null,
              "than_previous_period": -70,
              "source_sort": "国内地区价格",
              "calorific_value": 5800,
              "price": 850,
              "price_type": "坑口价",
              "source": "CCTD中国煤炭市场网"
          }
      ]
      修改于 2022-03-17 10:11:41
      上一页
      未命名接口
      下一页
      期货数据获取
      Built with