> For the complete documentation index, see [llms.txt](https://docs.growthepie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.growthepie.com/methodology-caveats/methodology-and-caveats/freshness-and-update-cadence.md).

# Freshness And Update Cadence

growthepie exposes freshness in two main ways. Rich endpoints expose `last_updated_utc`, while flat daily exports expose the newest available `date` row.

## Key Facts

* `master.json` exposes `last_updated_utc`
* Rich chain and metric detail endpoints expose `last_updated_utc`
* App detail endpoints expose `last_updated_utc`
* `fundamentals.json` is a rolling 90-day daily export
* Hourly detail exists only for metrics marked `hourly_available: true` in `master.json`

## Practical Guidance

* Read `last_updated_utc` before caching a rich endpoint
* Inspect the most recent `date` before assuming a flat export includes the current day
* Do not assume every metric has hourly detail

## Related Pages

* [Time Granularity, Freshness, And Update Cadence](/core-concepts/time-granularity-freshness-and-update-cadence.md)
* [Endpoint: metrics/chains/{origin\_key}/{metric\_id}.json](/api-reference/api/metric-detail-json.md)
