We provide fundamental data for major cryptocurrencies (in addition to End of Day, Intraday, and Real-Time WebSocket APIs, see links below).

Quick Start

To get fundamental data feed, use the following URL:

View
https://eodhd.com/api/fundamentals/BTC-USD.CC?api_token=demo
  • BTC-USD.CC consists of two parts: {SYMBOL_NAME}.CC, then you can use, for example. ‘CC’ is an exchange code for virtual cryptocurrency exchange.
  • api_token – your API KEY, which we provide after registration, to get access to bonds API you should be subscribed to the ‘Fundamentals API’ package.

For testing purposes, you can try the following API Key (works only for BTC-USD.CC and ETH-USD.CC): demo:

https://eodhd.com/api/fundamentals/BTC-USD.CC?api_token=demo

Cryptocurrency Fundamental Data Output

You can find the following fields in the data for cryptocurrencies:

  • Market Capitalization
  • Market Capitalization Diluted
  • Circulating Supply
  • Total Supply
  • Max Supply
  • Market Capitalization Dominance
  • Technical Documentation LInk
  • Explorer
  • Source Code
  • Message Board
  • Low All Time
  • High All Time

The example of fundamental data output for Bitcoin (BTC-USD):

Cryptocurrencies Fundamental Data

You can also check other APIs for cryptocurrencies and the fiat market:

End Of Day API

Intraday Data API

Live (Delayed API)

Real-Time WebSockets Data API

Enjoy!