12-12-2015 23:16 - edited 12-12-2015 23:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-12-2015 23:16 - edited 12-12-2015 23:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi,
I'm using fitbit Charge HR, and the METs I got are always very high, the minimum is 9, and the highest and up to more than 100.
From my understanding of METs calcuation we have to do very hard exercise to get METs higher than 6, is there something wrong about my understanding of fitbit's value?
I got the data from fitbit intraday API, under the calories categories
Here's the data's information :
https://dev.fitbit.com/docs/activity/
Also, is the value of level direct relative to METs?
Thanks in advance.

- Labels:
-
Java
-
Subscriptions API
12-13-2015 01:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


12-13-2015 01:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@jeeyi345 wrote:Hi,
I'm using fitbit Charge HR, and the METs I got are always very high, the minimum is 9, and the highest and up to more than 100.
From my understanding of METs calcuation we have to do very hard exercise to get METs higher than 6, is there something wrong about my understanding of fitbit's value?
I got the data from fitbit intraday API, under the calories categories
Here's the data's information :
https://dev.fitbit.com/docs/activity/
Also, is the value of level direct relative to METs?
Thanks in advance.
@jeeyi345 The Fitbit records Active Minutes from 3 METs and above. But I notice in your API link it states
"activities/activityCalories - The number of calories burned during the day for periods of time when the user was active above sedentary level. This value is calculated minute by minute for minutes that fall under this criteria. This includes BMR for those minutes as well as activity burned calories.
I have always thought Sedentary was about 1.2 METs, Fitbit total Sedentary minutes but we never know what they are in calorific value. Or, is it the difference between 3 METS and Sleeping/Rest ?.
Can anyone help
Ionic (OS 4.2.1, 27.72.1.15), Android App 3.45.1, Premium, Phone Sony Xperia XA2, Android 9.0

12-13-2015 02:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-13-2015 02:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@Colinm39
The METs Sedentary minutes were like 9, 10, or 11
And the sum of a day (1440 minutes of METs) is more than 23 thousand, like 23819.
So I was thinking maybe the value is 10 times more? Like 1.0, 1.1, during the active minutes like 5.1,6.4.
But the METs stored in integer, and there are other fields using the decimal point, so if my guessing was right , why don't fitbit choose the decimal point to store METs too?
Maybe I was wrong, hope the issue to be verified, and thank you and anyone for the reply

10-20-2016 15:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-20-2016 15:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I found this while searching on how to get METs from the API. So it you're looking to get minute level METs data, you can use the activities/calories. If you have access to the intraday time series data, you'll see it. Sample:
https://api.fitbit.com/1/user/-/activities/calories/date/today/1d.json
Sorry to go off topic.

10-20-2016 16:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-20-2016 16:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
This question was asked more than a year ago, but I think what @jeeyi345 said makes sense. And @aarondcoleman said the same thing here. Hopefully this will help other people.

11-07-2016 12:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-07-2016 12:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Fitbit folk, could still use your derivation details and any supporting validation please?

