post https://platform.atom.finance/api/2.0/price/history
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:

Response fields
See the glossary for more field descriptions
Field | Description |
---|---|
timestamp | The 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. |
open | The price of the first quote traded in the timeframe constructed by periodUnit and periodLength . Adjusted for splits and dividends. |
high | The maximum price of a quote traded in the timeframe constructed by periodUnit and periodLength . Adjusted for splits and dividends. |
close | The price of the last quote traded in the timeframe constructed by periodUnit and periodLength . Adjusted for splits and dividends. |
low | The minimum price of a quote traded in the timeframe constructed by periodUnit and periodLength . Adjusted for splits and dividends. |
volume | The 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 ➔