Bulk import of price values using JSON not working

Hi Evan,

I frequently used the bulk import function for custom assets using JSON. Recently, I observed that the function is not working properly. Although the screen message indicates that the import is successful, the actual values are not stored in the table.

Example below, I imported values for 31 Mar 2026 but it is not shown in the table.

Can you please look into this?

Sample values for your reference and testing

{
  "data": [
    {
      "items": [
        {
          "nav": 206.19,
          "time": 1743379200000
        }
      ]
    }
  ]
}

Okay. Let me find time over the weekend to look at it.

Hi there,

The timestamp you gave is for 31 May 2025 and that was added.

Cheers,
Evan

Hi Evan

Thanks. Seems like it is my custom GPT that gave me the wrong value. Not sure what caused it, guess the AI is not so reliable sometimes.

1 Like