Hi @moresvishal
You can use 'QueryPropertyHistory' service in Thing and pass startDate and endDate input to fetch the last 3 month data

There are also other services like QueryNamedPropertyHistory (Only specified Property History will be fetched), QueryNumberPropertyHistory (Only Number DataType Property History will be fetched)
More Information - Accessing Value Stream Data Using Services (ptc.com)
Addition Information: If you want to store intensive time series data (like every second) you can use InfluxDB as a persistence provider which will improve the performance of the app - Using InfluxDB as the Persistence Provider (ptc.com)
/VR