> 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/recipes-tutorials.md).

# Recipes / Tutorials

- [Recipes Overview](https://docs.growthepie.com/recipes-tutorials/recipes.md): Practical recipes for common growthepie API tasks.
- [Fetch A Metric In curl](https://docs.growthepie.com/recipes-tutorials/recipes/fetch-a-metric-in-curl.md): Use curl to fetch a growthepie metric export and filter it locally.
- [Fetch growthepie Data In Python](https://docs.growthepie.com/recipes-tutorials/recipes/fetch-growthepie-data-in-python.md): Use Python requests to fetch growthepie data safely.
- [Fetch growthepie Data In JS Or TS](https://docs.growthepie.com/recipes-tutorials/recipes/fetch-growthepie-data-in-js-ts.md): Use JavaScript or TypeScript fetch to load growthepie data.
- [Load Into pandas](https://docs.growthepie.com/recipes-tutorials/recipes/load-into-pandas.md): Load growthepie fundamentals data into a pandas DataFrame.
- [Compare Chains Over Time](https://docs.growthepie.com/recipes-tutorials/recipes/compare-chains-over-time.md): Compare multiple chains over time with growthepie exports.
- [Plot A Timeseries](https://docs.growthepie.com/recipes-tutorials/recipes/plot-a-timeseries.md): Plot a growthepie time series with pandas and matplotlib.
- [Export To CSV](https://docs.growthepie.com/recipes-tutorials/recipes/export-to-csv.md): Export growthepie data to CSV for spreadsheet or notebook workflows.
