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