# Analyzing Free Float Supply

{% embed url="<https://www.youtube.com/watch?v=eaj7E6UyZ0M>" %}

{% embed url="<https://github.com/coinmetrics/demo/blob/master/Current_Supply_a_year_on.ipynb>" %}
Jupyter Notebook hosted on Github
{% endembed %}

### Instructions

The notebook linked above shows how to obtain the asset metric "Free Float Supply" for a variety of crypto assets, and how to draw some conclusions by comparing the metric indexed to a particular date.

The video also covers how to use Reference Data and Catalog. It is applicable for all network data / asset metrics.

The notebook was published for [Google Colab](https://colab.research.google.com/). If you want to use it in Colab, the easiest way is to open Colab and load the notebook from the Github URL (pasted into the open dialog). This method does not require cloning the repo first.

If you prefer to use the notebook with Jupyter, all you need to change is the way in which the API key is retrieved. The video actually does not use an API key, since we demo the community API. If you have an API key, you should use it since it will speed up the downloads significantly.

### Optional Deeper Dive on Free Float

{% embed url="<https://www.youtube.com/watch?v=ieZl8PKIB0s>" %}


---

# 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://gitbook-docs.coinmetrics.io/tutorials-and-examples/tutorials/analyzing-free-float-supply.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.
