# Stock to Flow Ratio

## 定義

Stock to Flow（SF）比率とは、現在流通しているコインを新たに供給されるコインで割った比率のことです。

$$
\text{SF比率} = \frac{\text{現在流通しているコイン }}{\text{新たに流通するコイン}}
$$

## 解釈

SF比率は、コインの希少性がコインの価格を変動させるという考えを前提としています。SF比率に関する分析は、Twitterアカウント「[PlanB](https://twitter.com/100trillionUSD)」で活動するオランダの機関投資家（仮名）によって初めて発表されました。SF比率をチャートとして見ることで、マーケットレジームがどこにあるのかを見極めることができます。

## 使用例

#### SF比率の統計分析

"PlanB"は、SF比率の対数と価格の対数が線形関係にあると主張しています。その主張を再現した結果、下の図に示すように、SF比率と価格には一定程度の線形関係が認められ、有意な統計量（p値が0.01以下、R二乗値が90％以上）が得られました。

![](/files/-Mi0sayV4At1WIZ8HtMY)

上記の傾きと切片に従って、それらがどれだけ密接に関係しているかを時系列的にプロットすることができます。このグラフを使えば、現在の価格が最近のどのようなマーケットレジームにあるかを確認することができます。

![](/files/-Mi0scOJ5S3xM1gQCg0T)

## データへのリンク

* [CryptoQuantのライブチャートのSF](https://cryptoquant.com/overview/full/467?window=day)
* [CryptoQuant データAPI ドキュメントのSF](https://cryptoquant.com/docs#operation/getStockToFlow)


---

# 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://userguide.cryptoquant.com/ja/nettowku/stock-to-flow-ratio.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.
