{
  "fields": [{"id":"_id","type":"int"},{"id":"fecha","type":"timestamp"},{"id":"valor","type":"int4"}],
  "records": [
    [1,"2024-10-01T00:00:00",985],
    [2,"2025-01-01T00:00:00",811],
    [3,"2025-04-01T00:00:00",1013],
    [4,"2025-07-01T00:00:00",1166],
    [5,"2025-10-01T00:00:00",1210],
    [6,"2026-01-01T00:00:00",1120],
    [7,"2026-04-01T00:00:00",996]
]}
