Market Overview
Fear and Greed Index
Altcoin Season Index
Bitcoin Dominance

CMC Crypto Fear and Greed Index

Discover our Fear and Greed Index, a powerful tool that analyzes market sentiment to help you make informed crypto investment decisions. Stay ahead of market trends with real-time and historical data available through our easy-to-use API.

Historical Values

Yesterday
Last Week
Last Month

Yearly High and Low

Yearly High ()
Yearly Low ()

Historical Values

Yesterday
Last Week
Last Month

Yearly High and Low

Yearly High ()
Yearly Low ()

Loading Data...

Please wait, we are loading chart data...

About CMC Crypto Fear and Greed Index

What is the CMC Fear and Greed Index?

The CMC Fear and Greed Index is a proprietary tool developed by CoinMarketCap that measures the prevailing sentiment in the cryptocurrency market. This index ranges from 0 to 100, where a lower value indicates extreme fear, and a higher value indicates extreme greed. It helps investors understand the emotional state of the market, which can influence buying and selling behaviors. The index provides insights into whether the market may be undervalued (extreme fear) or overvalued (extreme greed).

How can I use this index?

The CMC Fear and Greed Index can be used in several ways:
  • Market Sentiment Analysis: By observing the current value of the index, you can gauge the overall mood of the cryptocurrency market. For example, a high value suggests that investors are overly greedy, which may indicate that the market is overheated and due for a correction. Conversely, a low value may suggest that fear is driving prices down, potentially creating buying opportunities.
  • Contrarian Strategy: Some investors use the index as part of a contrarian investment strategy. The idea is to "be fearful when others are greedy and greedy when others are fearful." If the index shows extreme greed, it might be a signal to consider selling assets, while extreme fear could indicate a buying opportunity.
  • Complementary Analysis: Use the index alongside other analytical tools and indicators to make more informed decisions. It’s important to remember that the index is a tool for gauging sentiment and should not be used in isolation.

How is this index calculated?

The CMC Fear and Greed Index is calculated using five key components:
  1. Price Momentum: This factor analyzes the price performance of the top 10 cryptocurrencies by market capitalization (excluding stablecoins). It assesses how these coins are performing relative to each other and the broader market.
  2. Volatility: The index incorporates Volmex Implied Volatility Indices (BVIV and EVIV) for Bitcoin (BTC) and Ethereum (ETH), which provide forward-looking measures of expected volatility over the next 30 days.
  3. Derivatives Market: The index considers the Put/Call Ratio in the Bitcoin and Ethereum options markets. A higher ratio of puts to calls indicates more fear in the market, suggesting bearish expectations among investors.
  4. Market Composition: This component looks at the relative value of Bitcoin (BTC) in the market, using the Stablecoin Supply Ratio (SSR) to measure the ratio between Bitcoin’s market capitalization and that of major stablecoins.
  5. CMC Proprietary Data: The index also uses social trend keyword searches and user engagement metrics to capture market sentiment, retail interest, and emerging trends.

Can I get this data through an API?

Yes, you can access the CMC Fear and Greed Index data through the CoinMarketCap API for free. Here’s how you can do it:

Example: Fetching the Latest CMC Fear and Greed Index Value
To get the latest Fear and Greed Index value, you can use the following API endpoint:
API Endpoint:
GET https://pro-api.coinmarketcap.com/v3/fear-and-greed/latest
Response Example:
{
"status": {
"timestamp": "2024-09-03T12:00:00.000Z",
"error_code": 0,
"error_message": null,
"elapsed": 10,
"credit_count": 1
},
"data": {
"value": 45,
"value_classification": "Fear",
"update_time": "2024-09-03T12:00:00.000Z"
}
}

Example: Fetching Historical CMC Fear and Greed Index Data
To retrieve historical data, you can use the following API endpoint:
API Endpoint:
GET https://pro-api.coinmarketcap.com/v3/fear-and-greed/historical
Parameters:
start: (optional) Integer specifying the starting point of the data retrieval.
limit: (optional) Integer specifying the number of records to return (default is 50).
Response Example:
{
"status": {
"timestamp": "2024-09-03T12:00:00.000Z",
"error_code": 0,
"error_message": null,
"elapsed": 15,
"credit_count": 1
},
"data": [
{
"timestamp": "2024-09-02T12:00:00.000Z",
"value": 50,
"value_classification": "Neutral"
},
{
"timestamp": "2024-09-01T12:00:00.000Z",
"value": 35,
"value_classification": "Fear"
}
// More records...
]
}

CMC Crypto Fear and Greed Index Articles

article-img
CMC Updates
CoinMarketCap Introduces the CMC Fear and Greed Index
CoinMarketCap releases our very own CMC Fear and Greed Index — check out how it works and how you can use it to navigate the volatile crypto markets!
by CoinMarketCap
1yr ago
4m
article-img
CMC Updates
How CoinMarketCap’s API Powers Real-World Solutions
CoinMarketCap, a leader in real-time cryptocurrency data, powers thousands of innovative projects with its versatile API.
by CoinMarketCap
3w ago
2m
article-img
Market Musing
Introducing the CoinMarketCap's Crypto Fear and Greed Index: A Comprehensive Crypto Market Sentiment Tracker
CoinMarketCap, a leader in real-time cryptocurrency data, powers thousands of innovative projects with its versatile API.
by Crypto Daily
1yr ago
3m