> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/tr/cryptoquant-metrics/network/stock-to-flow-ratio.md).

# Stok Akış Oranı

## Tanımı

Stok Akış (SF) Oranı, halihazırda dolaşımda olan koinlerin yeni arz edilen koinlere bölünmesiyle elde edilen oran olarak tanımlanır.

$$
\text{SF Ratio} = \frac{\text{Currently circulating coins}}{\text{Newly supplied coins}}
$$

### **Yorumlama**

SF oranı, koinin kıtlığının koinin fiyatını belirlediği varsayımına dayanır. SF oranı analizi ilk olarak, Twitter hesabı “[PlanB](https://twitter.com/100trillionUSD)” adı altında faaliyet gösteren takma adlı bir [Hollandalı kurumsal yatırımcı](https://100trillionusd.github.io/) tarafından sunulmuştur. SF oranını bir grafik olarak incelediğimizde, piyasanın hangi rejimde olduğunu belirleyebiliriz.

* Yeni arz edilen koinler azalırsa, SF Oranı yükselir.
* Dolaşımdaki koinler artarsa, SF Oranı yükselir.

### **Kullanımı**

**SF oranı üzerinde istatistiksel analiz**

Orijinal yazarlar, SF oranının logaritmasının fiyatın logaritmasıyla doğrusal bir ilişkide olduğunu iddia ederler. Bu iddiaların sonuçlarını yeniden üretiyoruz ve aşağıdaki şekilde gösterildiği gibi, SF oranı ve fiyat önemli istatistiklerle (p-değeri 0.01 altında, R-kare %90 üzerinde) bir dereceye kadar doğrusal bir ilişki içindedir (tam olarak değil ama bir anlamda).

![](/files/-MEMVn5EK4rV32yIe6pY)

Yukarıdaki doğrusal istatistiklere (eğilim ve kesişim) dayanarak, bunların zaman serisi olarak ne kadar yakından ilişkili olduğunu gösteren bir grafik çizebiliriz. Bu grafikle, mevcut fiyatın yakın zamanda hangi rejimde olduğunu anlayabiliriz.

![](/files/-MEMRI4uyHpaECUtOyuD)

### **Verilerimize Bağlantı**

[Stok Akış Oranı Canlı Grafik](https://cryptoquant.com/overview/full/467?window=day)

[Stok Akış Oranı API Dokümanları](https://cryptoquant.com/docs#operation/getStockToFlow)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://userguide.cryptoquant.com/tr/cryptoquant-metrics/network/stock-to-flow-ratio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
