diff --git a/geomagio/residual/WebAbsolutesFactory.py b/geomagio/residual/WebAbsolutesFactory.py
index 0a9e1673218a31cea9a9f4cd3e78109dd322ec3a..120734293ff682c225d7d850f387bf6ab5d8c9fd 100644
--- a/geomagio/residual/WebAbsolutesFactory.py
+++ b/geomagio/residual/WebAbsolutesFactory.py
@@ -67,6 +67,10 @@ class WebAbsolutesFactory(object):
             angle=data["angle"],
             residual=0,
             time=data["time"] and UTCDateTime(data["time"]) or None,
+            h=data["h"],
+            e=data["e"],
+            z=data["z"],
+            f=data["f"],
         )
 
     def _parse_metadata(self, data: Mapping) -> Dict: