# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.growthepie.com/methodology-caveats/methodology-and-caveats/freshness-and-update-cadence.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
