Price Feeds

Price Feeds

Price Feeds

The Universal Price Layer

Get pure, real-time market data across every
asset class—with more symbols and coverage
than anywhere else.

Get pure, real-time market data across every asset class—with more symbols and coverage than anywhere else.

Get pure, real-time market data across every asset class—with more symbols and coverage than anywhere else.

asset class

asset class

asset class

Market data that enables you to move before the market

Turn market data into your edge. Pyth taps directly into price discovery—from exchanges, trading venues, and market makers—to deliver the price of everything, everywhere.

asset class

asset class

asset class

Access every asset class through one integration

Commodities

Real-time prices for oil, gas, and other essential commodities.

Crypto

Live prices for major cryptocurrencies and tokens.

Crypto Indices

Indexed crypto prices tracking groups of digital assets.

Crypto Redemption Rate

Redemption rates for wrapped and synthetic crypto assets.

Equities

Stock prices from global equity markets.

FX

Foreign exchange rates for global currency pairs.

Metals

Prices for gold, silver, and other precious metals.

NAV

Net Asset Values for funds and ETFs.

Rates

Interest rates and yield benchmarks.

first-party data

first-party data

first-party data

Verifiable market data

Directly from institutions

Not all data is created equal. Pyth sources prices directly from financial institutions to deliver unmatched accuracy and transparency.

Not all data is created equal. Pyth sources prices directly from financial institutions to deliver unmatched accuracy and transparency.

Not all data is created equal. Pyth sources prices directly from financial institutions to deliver unmatched accuracy and transparency.

Publishers

120+

Publishers

120+

Publishers

120+

Publishers

120+

Choose your path

Choose your path

Choose your path

Choose your path

Tailor your market edge

Select between Pyth Core for broad coverage or Pyth Lazer for ultra-low latency needs.

Core

Secure and decentralized price data for a broad spectrum of use cases.

Securely decentralized

Achieve both stability and trustlessness.

Securely decentralized

Achieve both stability and trustlessness.

Securely decentralized

Achieve both stability and trustlessness.

Securely decentralized

Achieve both stability and trustlessness.

Transparent aggregation

Have conviction in the prices you use.

Transparent aggregation

Have conviction in the prices you use.

Transparent aggregation

Have conviction in the prices you use.

Transparent aggregation

Have conviction in the prices you use.

Cost efficient

Designed for DeFi and beyond.

Cost efficient

Designed for DeFi and beyond.

Cost efficient

Designed for DeFi and beyond.

Cost efficient

Designed for DeFi and beyond.

Robust data

Open, permissionless data for any app.

Robust data

Open, permissionless data for any app.

Robust data

Open, permissionless data for any app.

Robust data

Open, permissionless data for any app.

Lazer

Specialized market data service for highly latency-sensitive applications.

1ms update frequency

Faster than the blink of an eye.

1ms update frequency

Faster than the blink of an eye.

1ms update frequency

Faster than the blink of an eye.

1ms update frequency

Faster than the blink of an eye.

Custom frequencies

Get updates at the frequency you need.

Custom frequencies

Get updates at the frequency you need.

Custom frequencies

Get updates at the frequency you need.

Custom frequencies

Get updates at the frequency you need.

Deep market data

Aggregate price, bid-ask, market depth, and more.

Deep market data

Aggregate price, bid-ask, market depth, and more.

Deep market data

Aggregate price, bid-ask, market depth, and more.

Deep market data

Aggregate price, bid-ask, market depth, and more.

On-chain & off-chain

Your specialized solution for performance.

On-chain & off-chain

Your specialized solution for performance.

On-chain & off-chain

Your specialized solution for performance.

On-chain & off-chain

Your specialized solution for performance.

developers

developers

developers

developers

Simple integration at your fingertips

Implement real-time pricing in minutes with these pre-built examples.

import "@pythnetwork/pyth-sdk-solidity/IPyth.sol";
import "@pythnetwork/pyth-sdk-solidity/PythStructs.sol";

contract ExampleContract {
    IPyth pyth;

    constructor(address pythContract) {
        pyth = IPyth(pythContract);
    }

    function getEthUsdPrice(
        bytes[] calldata priceUpdateData
    ) public payable returns (PythStructs.Price memory) {
        uint fee = pyth.getUpdateFee(priceUpdateData);
        pyth.updatePriceFeeds{value: fee}(priceUpdateData);

        bytes32 priceID = 0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace; // ETH/USD
        return pyth.getPrice(priceID);
    }
}
import "@pythnetwork/pyth-sdk-solidity/IPyth.sol";
import "@pythnetwork/pyth-sdk-solidity/PythStructs.sol";

contract ExampleContract {
    IPyth pyth;

    constructor(address pythContract) {
        pyth = IPyth(pythContract);
    }

    function getEthUsdPrice(
        bytes[] calldata priceUpdateData
    ) public payable returns (PythStructs.Price memory) {
        uint fee = pyth.getUpdateFee(priceUpdateData);
        pyth.updatePriceFeeds{value: fee}(priceUpdateData);

        bytes32 priceID = 0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace; // ETH/USD
        return pyth.getPrice(priceID);
    }
}
import "@pythnetwork/pyth-sdk-solidity/IPyth.sol";
import "@pythnetwork/pyth-sdk-solidity/PythStructs.sol";

contract ExampleContract {
    IPyth pyth;

    constructor(address pythContract) {
        pyth = IPyth(pythContract);
    }

    function getEthUsdPrice(
        bytes[] calldata priceUpdateData
    ) public payable returns (PythStructs.Price memory) {
        uint fee = pyth.getUpdateFee(priceUpdateData);
        pyth.updatePriceFeeds{value: fee}(priceUpdateData);

        bytes32 priceID = 0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace; // ETH/USD
        return pyth.getPrice(priceID);
    }
}

Built with PYTH

Built with PYTH

Disclaimer

Pyth Price Feeds are provided on an "AS IS," "WITH ALL FAULTS," and "AS AVAILABLE" basis, without any warranties or representations of any kind. Please read the following important disclaimer before using them. Read disclaimer

Trademark Disclaimer

This website may display ticker symbols, product names, and other identifiers that are trademarks, service marks or trade names of third parties. Such display is for informational purposes only and does not constitute any claim of ownership thereof by Pyth Data Association or any of its subsidiaries and other affiliates (collectively, “Association”) or any sponsorship or endorsement by Association of any associated products or services, and should not be construed as indicating any affiliation, sponsorship or other connection between Association and the third-party owners of such identifiers. Any such third-party identifiers associated with financial data are made solely to identify the relevant financial products for which price data is made available via the website. All trademarks, service marks, logos, product names, trade names and company names mentioned on the website are the property of their respective owners and are protected by trademark and other intellectual property laws. Association makes no representations or warranties with respect to any such identifiers or any data or other information associated therewith and reserves the right to modify or remove any such displays at its discretion.