zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/Fear & Greed
Logo Fear & Greed

Fear & Greed

Market sentiment on a 0-100 scale for crypto and US equities, with history and the sub-indicators behind the score.

3 endpoints3 endpoints on this scraper1.5k calls1.5k calls so farupdated 2 months agoLast updated 8/2/2026, 4:21:00 AMBusy: 10+ calls so farllms.txt
Endpoints3

3/3 passing
checked 20 hours ago · daily 01:00 WIB

Crypto sentiment

The crypto Fear & Greed index, with history.

GET/v1/finance:fear-greed/crypto15m cache1 paramchecking key…
Parameters
countnumber

Days of history. Default 30, max 365

·
Response
EXAMPLE
{
  "date": "2026-08-21",
  "count": 30,
  "items": [
    {
      "date": "2026-08-21",
      "score": 72,
      "rating": "Greed",
      "timestamp": 1787270400
    },
    {
      "date": "2026-08-20",
      "score": 62,
      "rating": "Greed",
      "timestamp": 1787184000
    },
    {
      "date": "2026-08-19",
      "score": 46,
      "rating": "Fear",
      "timestamp": 1787097600
    },
    {
      "date": "2026-08-18",
      "score": 41,
      "rating": "Fear",
      "timestamp": 1787011200
    },
    {
      "date": "2026-08-17",
      "score": 31,
      "rating": "Fear",
      "timestamp": 1786924800
    },
    {
      "date": "2026-08-16",
      "score": 34,
      "rating": "Fear",
      "timestamp": 1786838400
    },
    {
      "date": "2026-08-15",
      "score": 34,
      "rating": "Fear",
      "timestamp": 1786752000
    },
    {
      "date": "2026-08-14",
      "score": 29,
      "rating": "Fear",
      "timestamp": 1786665600
    }
  ],
  "score": 72,
  "market": "crypto",
  "rating": "Greed",
  "nextUpdateIn": 77562
}

Code

Crypto sentiment
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:fear-greed", "crypto", {
  "count": 30
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

3 endpoints · plain text
GET
Crypto sentiment/v1/finance:fear-greed/crypto
1 param

The crypto Fear & Greed index, with history.

Parameters

countnumberoptional
Days of history. Default 30, max 365

Request

curl -X GET "https://api.zapi.ink/v1/finance:fear-greed/crypto?count=30" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "date": "2026-08-21",
  "count": 30,
  "items": [
    {
      "date": "2026-08-21",
      "score": 72,
      "rating": "Greed",
      "timestamp": 1787270400
    },
    {
      "date": "2026-08-20",
      "score": 62,
      "rating": "Greed",
      "timestamp": 1787184000
    },
    {
      "date": "2026-08-19",
      "score": 46,
      "rating": "Fear",
      "timestamp": 1787097600
    },
    {
      "date": "2026-08-18",
      "score": 41,
      "rating": "Fear",
      "timestamp": 1787011200
    },
    {
      "date": "2026-08-17",
      "score": 31,
      "rating": "Fear",
      "timestamp": 1786924800
    },
    {
      "date": "2026-08-16",
      "score": 34,
      "rating": "Fear",
      "timestamp": 1786838400
    },
    {
      "date": "2026-08-15",
      "score": 34,
      "rating": "Fear",
      "timestamp": 1786752000
    },
    {
      "date": "2026-08-14",
      "score": 29,
      "rating": "Fear",
      "timestamp": 1786665600
    }
  ],
  "score": 72,
  "market": "crypto",
  "rating": "Greed",
  "nextUpdateIn": 77562
}
GET
Stock sentiment/v1/finance:fear-greed/stocks
1 param

US equity sentiment plus its seven sub-indicators.

Parameters

countnumberoptional
Days of history. Default 30, max 365

Request

curl -X GET "https://api.zapi.ink/v1/finance:fear-greed/stocks?count=30" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "asOf": "2026-08-20T23:59:58+00:00",
  "count": 30,
  "items": [
    {
      "date": "2026-08-20",
      "score": 52.49,
      "rating": "neutral"
    },
    {
      "date": "2026-08-19",
      "score": 57.2,
      "rating": "greed"
    },
    {
      "date": "2026-08-18",
      "score": 55.09,
      "rating": "greed"
    },
    {
      "date": "2026-08-17",
      "score": 58.4,
      "rating": "greed"
    },
    {
      "date": "2026-08-14",
      "score": 63.97,
      "rating": "greed"
    },
    {
      "date": "2026-08-13",
      "score": 66.63,
      "rating": "greed"
    },
    {
      "date": "2026-08-12",
      "score": 62.94,
      "rating": "greed"
    },
    {
      "date": "2026-08-11",
      "score": 61.43,
      "rating": "greed"
    }
  ],
  "score": 52.49,
  "market": "stocks",
  "rating": "neutral",
  "weekAgo": 66.63,
  "yearAgo": 55.91,
  "monthAgo": 37.94,
  "indicators": {
    "junkBondDemand": {
      "score": 94.6,
      "rating": "extreme greed"
    },
    "marketMomentum": {
      "score": 35.8,
      "rating": "fear"
    },
    "putCallOptions": {
      "score": 40.2,
      "rating": "fear"
    },
    "safeHavenDemand": {
      "score": 62.8,
      "rating": "greed"
    },
    "marketVolatility": {
      "score": 50,
      "rating": "neutral"
    },
    "stockPriceBreadth": {
      "score": 56.2,
      "rating": "greed"
    },
    "stockPriceStrength": {
      "score": 28,
      "rating": "fear"
    }
  },
  "previousClose": 56.34
}
GET
Crypto History/v1/finance:fear-greed/crypto-history
3 params

The full daily crypto Fear & Greed series, back to 2018-02-01.

Parameters

limitnumberoptional
Readings to request from the upstream, newest first. 0 means every reading it has, back to 2018-02-01. Default 0.
fromnumberoptional
Keep readings at or after this UNIX second.
tonumberoptional
Keep readings at or before this UNIX second.

Request

curl -X GET "https://api.zapi.ink/v1/finance:fear-greed/crypto-history?limit=0&from=1704067200&to=1767225600" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 3120,
  "items": [
    {
      "date": "2018-02-01",
      "time": 1517443200,
      "score": 30,
      "rating": "Fear"
    },
    {
      "date": "2018-02-02",
      "time": 1517529600,
      "score": 15,
      "rating": "Extreme Fear"
    },
    {
      "date": "2018-02-03",
      "time": 1517616000,
      "score": 40,
      "rating": "Fear"
    },
    {
      "date": "2018-02-04",
      "time": 1517702400,
      "score": 24,
      "rating": "Extreme Fear"
    },
    {
      "date": "2018-02-05",
      "time": 1517788800,
      "score": 11,
      "rating": "Extreme Fear"
    },
    {
      "date": "2018-02-06",
      "time": 1517875200,
      "score": 8,
      "rating": "Extreme Fear"
    },
    {
      "date": "2018-02-07",
      "time": 1517961600,
      "score": 36,
      "rating": "Fear"
    },
    {
      "date": "2018-02-08",
      "time": 1518048000,
      "score": 30,
      "rating": "Fear"
    }
  ],
  "limit": 0,
  "total": 3120,
  "market": "crypto",
  "dataset": "crypto-history",
  "interval": "1d",
  "provider": "alternative-me",
  "sourceUrl": "https://alternative.me/crypto/fear-and-greed-index/"
}

Related APIs

More in finance

Pluang

financepluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

1.7M1.7M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

756.1K756.1K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

341.4K341.4K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

115.5K115.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Investing

financeinvesting

Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalender ekonomi.

69.6K69.6K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.