Hi tamairon,
In addition to the above
Prefered method use Matlab in https://thingspeak.com/apps (sign up or login)
Use MATLAB Analysis (maybe other apps) worth the try
I also try sometimes the quick/dirty/cheating next "method"
In a browser type: (or copy/paste)
- http://api.thingspeak.com/channels/0000/feeds.csv?results=xxx
- http://api.thingspeak.com/channels/0000/feeds.csv?start=2017-01-01 00:00:00&end=2017-01-03 23:59:59&offset=-05.00
replace 0000 with your public channel number, xxx with how many results backwards (1 the last, 5 the 5 latest, and so on). In the case with dates bear in mind the maximum of 8000 records, so for 10000 records 2 downloads one with 8000 the another with older start and end dates for the other 2000
In both cases thingspeak ask you to save a .CSV file that can be worked with a spreadsheet in your PC (or other personal computer)
created_at,entry_id,field1,field2
2017-01-01 00:00:16 -0500,17160,1.96,1.926
2017-01-01 00:00:50 -0500,17161,1.52,1.94
2017-01-01 00:01:21 -0500,17162,1.62,1.954
2017-01-01 00:02:16 -0500,17163,0.26,1.958
2017-01-01 00:03:37 -0500,17164,0.08,1.96
2017-01-01 00:04:35 -0500,17165,0.12,1.962
2017-01-01 00:05:57 -0500,17166,0.08,1.964
2017-01-01 00:06:52 -0500,17167,0.13,1.966
2017-01-01 00:07:48 -0500,17168,0.13,1.968
^ ^ ^ ^
-----------------------------offset--rec#--2 values recorded
your download look like this (or whatever you sent)
then in your spreadsheet you + - * / at your pleasure ![Laugh Laugh]()