Chainlink Data Feeds
Build with Data Feeds
Asset prices, proof of reserves, NAV, and interest rates, aggregated from many sources by decentralized oracle networks and published onchain on dozens of networks. Lending markets, stablecoins, and tokenized funds use them to value collateral and settle positions, and your contract can read the latest value in a single call.
Get Started
Getting Started
Deploy a Solidity consumer contract and read your first price feed.
Using Data Feeds on EVM Chains
Read feeds onchain and offchain with Solidity, Vyper, JavaScript, Python, or Go.
Get Historical Data
Retrieve past round answers for charts, analytics, and time-weighted averages.
Read MVR Feeds
Read multi-variable feed bundles with Solidity, ethers.js, or viem.
Data Feeds on Solana
Read feeds onchain from a Solana program or offchain from a client application.
Data Feeds on Aptos
Write and publish a Move module that reads Data Feeds on Aptos testnet.
Feed Types
Price Feeds
Aggregated, decentralized asset prices for collateral, lending, and derivatives.
SmartData
RWA-focused feeds: reserves, NAV, AUM, and multi-variable (MVR) bundles.
Smart Value Recapture (SVR) Feeds
Recapture Oracle Extractable Value (OEV) associated with oracle updates.
Rate and Volatility Feeds
Interest rate curves, staking APR, and realized volatility benchmarks.
L2 Sequencer Uptime Feeds
Real-time L2 sequencer status for protective circuit breakers.
Tokenized Equity Feeds
Onchain equity data from providers like Ondo, Robinhood, and Coinbase.
Tools & Resources
Data Feeds API Reference
AggregatorV3Interface and aggregator contract functions for reading feeds.
MVR Feeds API Reference
IBundleAggregatorProxy functions for reading multi-variable feed bundles.
data.chain.link
Browse all feeds: live prices, heartbeats, deviations, and network coverage.
Flags Contract Registry
Verify onchain that a data feed proxy is owned and operated by Chainlink.
@chainlink/contracts
NPM package with AggregatorV3Interface and the other interfaces for consuming feeds.
Decentralized Data Model
How DONs aggregate data sources and publish answers onchain.