From 97ecd1168c0c9e1287453cbfd54f5cc8323d5be6 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sun, 27 Jul 2025 21:07:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20price.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- price.json | 41 +++++++++++------------------------------ 1 file changed, 11 insertions(+), 30 deletions(-) diff --git a/price.json b/price.json index dc75489..a838d4b 100644 --- a/price.json +++ b/price.json @@ -1,30 +1,11 @@ -{ - "chart": { - "result": [ - { - "meta": { - "currency": "USD", - "symbol": "_DXP" - }, - "timestamp": [20250727], - "indicators": { - "quote": [ - { - "close": [0.03515], - "open": [0.03515], - "high": [0.03515], - "low": [0.03515], - "volume": [0] - } - ], - "adjclose": [ - { - "adjclose": [0.03515] - } - ] - } - } - ], - "error": null - } -} \ No newline at end of file +[ + { + "date": "2025-07-27", + "open": 0.03515, + "high": 0.03515, + "low": 0.03515, + "close": 0.03515, + "adjusted_close":0.03515, + "volume": 0 + } +] \ No newline at end of file