Principal Market Price (USD)

Definition

The Principal Market Price is the price of an asset quoted in U.S. dollars derived from the asset's principal market, the market with the most trading volume or activity.

Name

MetricID

Category

Subcategory

Type

Unit

Interval

Principal Market Price

principal_market_price_usd

Market

Price

n/a

USD

1d, 1h, 1m, 1s

Details

  • The CM Principal Market Prices are published once a day, once an hour, once a minute, and once a second and adhere to the guidelines regarding fair value measurement issued by the International Financial Reporting Standards and the Association of International Certified Professional Accountants, specifically standards IFRS 13 and FASB ASC 820.

  • The Principal Market Prices identify a principal market for each asset and utilize the most recent price from this market. Common use cases are for fair value measurement, preparing financial statements, and calculating closing prices for indexes or financial benchmarks.

  • We also serve the identity of the principal market from which the principal market price is calculated. Please see the Principal Market (USD) page for more details.

  • Please see our CM Prices Overview for more information on methodology and policies.

Example

A sample of the Principal Market Price data for Bitcoin with daily frequency is shown below:

{
  "data" : [ {
    "asset" : "btc",
    "time" : "2023-03-19T00:00:00.000000000Z",
    "principal_market_price_usd" : "26980.35"
  }, {
    "asset" : "btc",
    "time" : "2023-03-20T00:00:00.000000000Z",
    "principal_market_price_usd" : "28054.46"
  }, {
    "asset" : "btc",
    "time" : "2023-03-21T00:00:00.000000000Z",
    "principal_market_price_usd" : "27823.32"
  }, {
    "asset" : "btc",
    "time" : "2023-03-22T00:00:00.000000000Z",
    "principal_market_price_usd" : "28207.33"
  }, {
    "asset" : "btc",
    "time" : "2023-03-23T00:00:00.000000000Z",
    "principal_market_price_usd" : "27325.15"
  }
}
  • asset: The ID of the asset.

  • time: The time in ISO 8601 date-time format.

  • principal_market_price_usd: The principal market price value in U.S. Dollars.

Release History

Availability for Assets

Community and pro asset availability does not differ. Community is available via HTTP API only, is limited to 1,000 API requests per 10 minutes per IP address and only showcases the last 24 hours of history for the 1 hour, 1 minute and 1 second frequencies. The full history is available for daily frequencies.

Please see our Coin Metrics Coverage below for our asset coverage universe.

Last updated