{
"series": {
"country": "string",
"section": "string",
"fred_series_id": "string",
"title": "string",
"units": "string",
"frequency": "string",
"seasonal_adjustment": "string",
"source": "string",
"unit_type": "string",
"last_updated": "string"
},
"data": [
{
"date": "string",
"value": 0,
"value_mom_pct": 0,
"value_yoy_pct": 0,
"value_qoq_ann_pct": 0,
"value_dod_bps": 0,
"value_wow_bps": 0,
"value_mom_pp": 0,
"value_yoy_pp": 0,
"value_mom_abs": 0,
"value_yoy_abs": 0
}
],
"meta": {
"requested_range": {
"start": "string",
"end": "string"
},
"effective_range": {
"start": "string",
"end": "string"
},
"mode": "string",
"last_n": 0,
"order": "string",
"count": 0,
"last_observation_date": "string",
"transforms_applied": [
"string"
],
"calculation_lookback_points": 0,
"cache": {
"hit": true,
"fetched_at": "string",
"ttl_seconds": 0
}
}
}