Is the time you want to use the current time? If so then you don't need to specify the time in the data at all, Influx will use the current time.
If it is not the current time then use the influx batch node where you can specify a time. I am pretty sure it will accept an ISO string, or a javascript Date object. It isn't clear from what you have said exactly what form it is in.
Here is the input I see listening to it via mqtt. It consist 24 price points for every hour:
[{“timestamp”:“2021-02-15T23:00:00.000Z”,“price”:45.18,“currency”:“EUR”,“area”:“EE”},{“timestamp”:“2021-02-16T00:00:00.000Z”,“price”:44.28,“cur.....
...."currency":"EUR","area":"EE"}]
I noticed also that through mqtt some additional tags and names are missing.
As i understand it is an array consisting 24 objects of array.
How to send this to influx?