# Funding Rate Calculator

> Funding is a periodic payment exchanged between long and short holders of a perpetual futures contract to keep its price tethered to spot. A positive rate means longs pay shorts. The number is quoted per interval — usually every 8 hours, three times a day — which makes it look negligible: 0.01% per interval is 0.03% a day, but 10.95% a year. On a $10,000 position held a month that is $30, charged regardless of whether the price moved at all.

Canonical HTML page: https://qanterion.com/tools/funding-rate-calculator
Updated: 2026-08-18

## The formula

```
Per interval = Notional × Rate %
Per day      = Per interval × Intervals per day
Total        = Per day × Days held
Annualised   = Rate % × Intervals per day × 365

Positive rate: longs pay shorts. Negative rate: shorts pay longs.
Assumes a constant rate; real funding is re-quoted every interval.
```

## Worked example (the page defaults)

- Position notional: 10000 USDT
- Funding rate per interval: 0.01 %
- Intervals per day: 3
- Days held: 30

Result:

- Annualised rate: 10.95%
- Total over the period: 90
- Cost per day: 3
- Cost per interval: 1
- Total as % of notional: 0.9%

## How to use it

1. Enter the notional value of the position — size × price, not the margin behind it.
2. Enter the funding rate for one interval, as a percentage. Use a negative value if you would be receiving.
3. Set intervals per day (usually 3) and how many days you expect to hold.
4. Read the annualised rate and compare it against the return the strategy is designed to produce.

## Why the annualised figure is the one to look at

Per-interval rates are small enough to be dismissed and frequent enough to compound into the dominant cost of a slow strategy. Three settlements a day at 0.01% is 10.95% annualised — comparable to the entire expected return of many systematic strategies. Any position intended to be held for weeks has to be evaluated against this number, not against the per-interval quote that appears on the trading screen.

## Funding is a signal as well as a cost

Persistently positive funding means the market is paying to stay long, which is crowding information rather than price information. Extended periods of elevated positive funding often precede long-side liquidation cascades, because the same leverage paying the funding is the leverage that gets force-closed. Reading funding only as a fee misses half of what it tells you.

## Frequently asked

### Who pays funding, longs or shorts?

When the rate is positive, long holders pay short holders; when it is negative, shorts pay longs. The payment moves between traders, not to the exchange, and it is settled at each interval based on your position size at that moment.

### Does funding apply if I close before the settlement time?

No. Funding is charged only on positions open at the settlement timestamp. A position opened and closed entirely between two settlements pays no funding at all, which is why very short-horizon strategies can ignore it while multi-day ones cannot.

### Can I earn funding instead of paying it?

Yes — holding the side that receives, typically short when funding is positive. The delta-neutral version pairs a short perpetual against spot to collect funding without directional exposure. That trade has real risks of its own: rate reversal, exchange risk, and the margin needed to keep the short from being liquidated during a rally.

## Related tools and reading

- Funding rate arbitrage, honestly: https://qanterion.com/blog/crypto-funding-rate-arbitrage
- Crypto PnL Calculator: https://qanterion.com/tools/crypto-pnl-calculator
- Grid Trading Profit Calculator: https://qanterion.com/tools/grid-trading-profit-calculator
- Funding rate: https://qanterion.com/glossary/funding-rate
- Quant Trading Glossary: https://qanterion.com/glossary
- Crypto paper trading: https://qanterion.com/paper-trading

## Sources

- [Perpetual funding fee mechanism](https://www.okx.com/help/perps-funding-fee-mechanism) — OKX
- [Fundamentals of Perpetual Futures](https://arxiv.org/abs/2212.06888) — Songrun He, Asaf Manela, Omri Ross & Victor von Wachter (arXiv preprint 2212.06888)
- [Perpetual Futures Pricing](https://arxiv.org/abs/2310.11771) — Damien Ackerer, Julien Hugonnier & Urban Jermann (arXiv preprint 2310.11771)

## Other languages

- 简体中文: https://qanterion.com/zh/tools/funding-rate-calculator
- 繁體中文（台灣）: https://qanterion.com/zh-TW/tools/funding-rate-calculator
- 繁體中文（香港）: https://qanterion.com/zh-HK/tools/funding-rate-calculator
- 日本語: https://qanterion.com/ja/tools/funding-rate-calculator
- 한국어: https://qanterion.com/ko/tools/funding-rate-calculator
- Português (Brasil): https://qanterion.com/pt-BR/tools/funding-rate-calculator
- Türkçe: https://qanterion.com/tr/tools/funding-rate-calculator
- Bahasa Indonesia: https://qanterion.com/id/tools/funding-rate-calculator
- العربية: https://qanterion.com/ar/tools/funding-rate-calculator

## Machine-readable resources

- Product facts: https://qanterion.com/llms.txt
- Full knowledge base: https://qanterion.com/llms-full.txt
- All calculators: https://qanterion.com/tools

## Risk notice

Educational calculator. Outputs describe arithmetic under the assumptions you enter — they are not a forecast, a recommendation, or investment advice. Quantitative trading can lose money.