How to get the last saved data in an influx database with a Python Code

Hey guys, i am Emerson and i’m getting starting with InfluxDB in an IoT Project. I already created a database in my VM and now i am already saving data with a InfluxDBClient.
The second step of the project is a request from some users of the system, that will request to see the last data (most actual value) saved in a database. Someone can help me with a python code to get - whenever it will be requested by an user, the last saved data on influxdb database ?