Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Ame
Contributor III
Contributor III

Get latitude and longtiude

Hi, I have an address column that contains a street address, and I want to get the longitude and latitude of the address using Qlik sense, Is it possible to do that? if so, how can I do that?
Thanks!

Labels (2)
1 Reply
lorenzoconforti
Specialist II
Specialist II

You can do it at a script level using an API service (e.g. Bing)

When you load your data, you make a series of API calls, get the result, parse it and save it in a table

https://docs.microsoft.com/en-us/bingmaps/rest-services/locations/find-a-location-by-address

I've done it in the past using the Google api and it was straight forward

Be mindful these services might be chargeable