This is not rich snippet. This is title manipulation.
If you look their HTML code their title is as:
<title>Bitstamp - buy and sell bitcoins</title>
But if you load page you will see:
($price)Bitstamp...
In javascript they have codes as:
var page_title = 'Bitstamp - buy and sell bitcoins';
$('head title').html('($'+loc_num($('span.live_price').attr('price'))+') '+page_title);
this code is responsible for updating price in title. Seems that Google index this and store modified title in their index.
Here is official documentation of Rich Snippets:
https://developers.google.com/structured-data/rich-snippets/
and there isn't anything closer to you. Probably you can use only reviews.