Returns the price history of a list of assets.

About Price History

Atom's price history endpoint can be used to create price charts or other visuals, including candlestick patterns. It can return data for multiple assets at once and is agnostic to the asset types requested.

Here's an example of how our consumer application uses Price History to create a market index chart with four assets on it:

1070

Response fields

See the glossary for more field descriptions

FieldDescription
timestampThe beginning of each timeframe constructed by periodUnit and periodLength, rendered as a Unix timestamp.

When periodUnit: day is used, periodLength is overridden to 1 to form day-long intervals. The time for each day represented in the response will be 00:00:00 GMT.
openThe price of the first quote traded in the timeframe constructed by periodUnit and periodLength. Adjusted for splits and dividends.
highThe maximum price of a quote traded in the timeframe constructed by periodUnit and periodLength. Adjusted for splits and dividends.
closeThe price of the last quote traded in the timeframe constructed by periodUnit and periodLength. Adjusted for splits and dividends.
lowThe minimum price of a quote traded in the timeframe constructed by periodUnit and periodLength. Adjusted for splits and dividends.
volumeThe volume of trades in the timeframe constructed by periodUnit and periodLength. Adjusted for splits and dividends.
Ready to get started? Get your free trial API key ➔
Language
Authentication
Query
Click Try It! to start a request and see the response here!