6 answers
Swapnil,The Opportunity History object contains the values you are looking for. Example code:<apex:repeat value="{!relatedTo.OpportunityHistories}" var="history"> On {!history.CreatedDate}, Amount was changed to {!history.Amount}.</apex:repeat>