Louisville Metro KY - Tobacco Licenses
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_tobacc_4ec9fc0e
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_tobacc_4ec9fc0e
This dataset shows all the current tobacco licenses issued in Louisville Metro.
For recently issued licenses, you can find out what type of business it is: a retail store (if less than 10% of the space is for tobacco/vape products and less than 50% of sales come from those products) or a smoke shop (if 10% or more of the space is for tobacco/vape products or more than 50% of sales come from those products). Licenses need to be renewed between November 1 and January 31 each year.
| Field Name | Field Description |
|---|---|
| License_NO | License Number |
| License_Status | Status of the license |
| EXPIRATION_DATE | Expiration Date |
| Business_Type | Type of Business: Retail or Smoke Shop |
| Business_Name | DBA name |
| Address | Address of Business |
| Latitude | Latitude |
| Longitude | Longitude |
| Parcel_ID | Parcel Identification |
| Council_Dist | Louisville Metro Council District |
| Organization: Louisville Metro Government | |
| Last updated: 2025-07-30T14:12:19.305455 | |
| Tags: data-dictionary, environmental-health, health-department, jefferson-county, kentucky, lmphw, louisville, louisville-metro, louisville-metro-ky, louisville-metro-public-health-and-wellness, recent_odp, tobacco, tobacco-licenses, vape |
CREATE TABLE table_1 (
"license_no" VARCHAR,
"license_status" VARCHAR,
"expiration_date" VARCHAR,
"business_type" VARCHAR,
"business_name" VARCHAR,
"address" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"parcel_id" VARCHAR,
"council_dist" DOUBLE,
"objectid" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);Anyone who has the link will be able to view this.