diff --git a/bin/data-plots.R b/bin/data-plots.R index 6bb8c5e..99e44ca 100644 --- a/bin/data-plots.R +++ b/bin/data-plots.R @@ -9,26 +9,33 @@ library(htmlwidgets) library(lubridate) library(ggrepel) library(zoo) +library(readr) #### Total/State/Class #### # Read in total/state/class data -d_raw <- read.csv("data/us ham radio licenses over time.csv") +d_raw <- read_csv("data/us ham radio licenses over time.csv") # What dates do we have? unique(d_raw$Date) # Clean up here if needed d <- d_raw %>% - mutate(Date = as.Date(Date)) #%>% + mutate(Date = as.Date(Date)) %>% + rename("State.Territory" = "State/Territory") # Drop Tech alone and leave Tech and Tech Plus #select(-c(Tech, Tech.Plus)) -d_total <- d %>% filter(State.Territory == "TOTAL") +d_total <- d %>% filter(State.Territory == "TOTAL") # |> + # Make sure blank cells are actually NAs + # mutate(across(everything(), gsub, pattern = "^$", replacement = NA_integer_), + # Date = as.Date(Date)) d_total_long <- d_total %>% pivot_longer(cols = !c("Date", "State.Territory", "source_name", "source_detail"), names_to = "lclass", values_to = "count") %>% + mutate(count = as.numeric(count), + Date = as.Date(Date)) %>% # only keep rows with data so plots look right filter(!is.na(count)) @@ -59,10 +66,12 @@ qst_raw <- read.csv("data/qst-somc.csv") arrl <- arrl_raw %>% mutate(Date = as.Date(Date)) qst <- qst_raw %>% + group_by(form_month, source) %>% mutate(Date = as.Date(form_month), - paid_copies_mean_monthly = c15_year_copies_paid + - a16_year_copies_digital_paid) %>% - pivot_longer(cols = -c(form_month, Date)) + paid_copies_mean_monthly = sum(c15_year_copies_paid, + a16_year_copies_digital_paid, + na.rm = T)) %>% + pivot_longer(cols = -c(form_month, Date, source)) #### Plots #### diff --git a/bin/fcc-query.R b/bin/fcc-query.R index d400c1e..d4dd8e4 100644 --- a/bin/fcc-query.R +++ b/bin/fcc-query.R @@ -9,7 +9,8 @@ library(janitor) library(USAboundaries) # Update local database -system("cd python3 fccULSloader/src/fcc_tool.py --update") +#system("python3 fccULSloader/src/fcc_tool.py --update") +system("python3 fccULSloader/src/fcc_tool.py --force-download") # Get current date now <- Sys.Date() @@ -106,6 +107,6 @@ write.table(active_state_class, file = "out/fccULSloader-fcc-licenses-scraped.cs col.names = F, row.names = FALSE, na = "") - +#### diff --git a/data/arrl membership over time.csv b/data/arrl membership over time.csv index b073b7b..4146576 100644 --- a/data/arrl membership over time.csv +++ b/data/arrl membership over time.csv @@ -23,3 +23,4 @@ Date,Members,source_name,source_detail 1993-12-31,170000,W5YI Report,FCC numbers in W5YI Report 1994-04-01 p. 4 2023-12-31,149501,ARRL Annual Report,https://www.arrl.org/files/file/About%20ARRL/Annual%20Reports/2023%20ARRL%20Annual%20Report.pdf 2024-12-31,137114,ARRL Annual Report,https://www.arrl.org/files/file/About%20ARRL/Annual%20Reports/2024%20ARRL%20Annual%20Report.pdf +1995-03-31,172752,W5YI Report,1995-05-15 p. 1 diff --git a/data/qst-somc.csv b/data/qst-somc.csv index 7ff7619..c1e0758 100644 --- a/data/qst-somc.csv +++ b/data/qst-somc.csv @@ -1,6 +1,8 @@ -form_month,a15_month_copies,a15_year_copies,c15_month_copies_paid,c15_year_copies_paid,a16_month_copies_digital_paid,a16_year_copies_digital_paid -2022-09-01,116950,117409,91984,92933,30298,28207 -2023-09-01,114500,115087,91352,92815,23251,19963 -1997-09-01,192724,191141,178311,167992,0,0 -2020-09-01,127000,134497,91503,95536,22623,14908 -2021-09-01,117099,121600,94634,94710,29269,26839 +form_month,a15_month_copies,a15_year_copies,c15_month_copies_paid,c15_year_copies_paid,a16_month_copies_digital_paid,a16_year_copies_digital_paid,source +2022-09-01,116950,117409,91984,92933,30298,28207,SOMC +2023-09-01,114500,115087,91352,92815,23251,19963,SOMC +1997-09-01,192724,191141,178311,167992,0,0,SOMC +2020-09-01,127000,134497,91503,95536,22623,14908,SOMC +2021-09-01,117099,121600,94634,94710,29269,26839,SOMC +1987-12-01,,,,146176,,,W5YI Report 1988-08-01 p. 4 +1988-06-01,,,152668,150184,,,W5YI Report 1988-08-01 p. 4 diff --git a/data/us ham radio licenses over time.csv b/data/us ham radio licenses over time.csv index 0047800..978e7e3 100644 --- a/data/us ham radio licenses over time.csv +++ b/data/us ham radio licenses over time.csv @@ -68490,3 +68490,11587 @@ Date,State/Territory,Novice,Tech,Tech-Plus,General,Advanced,Extra,Total,Tech_and 2026-03-23,West Virginia,40,3309,,1582,200,1363,6567,,,,,,,,fccULSloader,w1cdn.net 2026-03-23,Wyoming,9,1153,,744,107,530,2579,,,,,,,,fccULSloader,w1cdn.net 2026-03-23,TOTAL,5779,412237,,203306,31949,166784,832173,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Armed Forces Europe,1,83,,30,3,46,163,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Alaska,18,1678,,953,140,719,3575,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Alabama,68,6073,,3520,518,3117,13543,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Arkansas,38,4551,,2171,305,1751,8954,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Arizona,112,12018,,5512,985,4921,23797,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,California,638,62034,,20426,3301,16375,104206,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Colorado,91,11570,,4889,691,4018,21474,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Connecticut,117,3358,,2023,373,1786,7824,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,District of Columbia,4,311,,137,20,132,616,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Delaware,20,884,,564,88,473,2069,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Florida,423,20354,,13002,2485,10713,47566,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Georgia,105,9900,,5429,811,4490,21115,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Guam,1,109,,49,8,101,280,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Hawaii,26,2148,,810,143,702,3960,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Iowa,54,3264,,1811,383,1587,7215,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Idaho,28,7137,,2866,252,1799,12172,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Illinois,253,9422,,5641,976,4643,21277,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Indiana,164,7946,,4538,698,3416,17056,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Kansas,69,3675,,2083,285,1653,7898,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Kentucky,72,5077,,2881,393,2211,10784,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Louisiana,59,2868,,1860,317,1438,6686,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Massachusetts,148,6400,,3786,643,3467,14708,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Maryland,99,5269,,3009,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Maine,37,2099,,1375,207,1174,4986,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Michigan,171,10784,,5863,950,4960,23069,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Minnesota,104,5734,,3227,586,2668,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Missouri,92,8257,,4249,615,3328,16810,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Northern Mariana Islands,,138,,37,,120,313,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Mississippi,21,2313,,1442,221,1348,5470,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Montana,28,2480,,1296,173,901,4938,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,North Carolina,144,11950,,6681,988,5686,25782,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,North Dakota,10,793,,436,62,327,1675,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Nebraska,26,1907,,1123,220,804,4156,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,New Hampshire,51,2698,,1676,255,1585,6370,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,New Jersey,188,6613,,3412,695,3245,14419,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,New Mexico,24,3491,,1610,264,1402,6911,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Nevada,38,4854,,2013,313,1690,9019,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,New York,385,13316,,7342,1310,6344,29169,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Ohio,310,13339,,8003,1245,6574,29967,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Oklahoma,43,5480,,2799,371,2124,10965,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Oregon,98,12139,,5330,684,3865,22443,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Pennsylvania,269,11707,,6800,1282,6012,26501,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Puerto Rico,102,3257,,1303,171,800,5767,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Rhode Island,21,923,,521,90,490,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,South Carolina,54,5349,,3040,468,2626,11696,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,South Dakota,16,1023,,641,116,542,2371,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Tennessee,109,10483,,5802,811,4784,22258,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Texas,284,29491,,14706,2220,12165,59572,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Utah,33,13842,,3636,304,2339,20267,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Virginia,171,10332,,5799,898,5169,22661,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Virgin Islands,,135,,70,10,52,289,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Vermont,13,1037,,565,102,532,2304,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Washington,189,20261,,8724,1100,6065,36834,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Wisconsin,91,5339,,3445,559,2762,12409,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,West Virginia,40,3309,,1582,200,1363,6567,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Wyoming,9,1153,,744,107,530,2579,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,TOTAL,5779,412237,,203306,31949,166784,832173,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Armed Forces Europe,1,83,,30,3,46,163,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Alaska,18,1678,,953,140,719,3575,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Alabama,68,6073,,3520,518,3117,13543,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Arkansas,38,4551,,2171,305,1751,8954,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Arizona,112,12018,,5512,985,4921,23797,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,California,638,62034,,20426,3301,16375,104206,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Colorado,91,11570,,4889,691,4018,21474,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Connecticut,117,3358,,2023,373,1786,7824,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,District of Columbia,4,311,,137,20,132,616,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Delaware,20,884,,564,88,473,2069,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Florida,423,20354,,13002,2485,10713,47566,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Georgia,105,9900,,5429,811,4490,21115,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Guam,1,109,,49,8,101,280,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Hawaii,26,2148,,810,143,702,3960,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Iowa,54,3264,,1811,383,1587,7215,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Idaho,28,7137,,2866,252,1799,12172,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Illinois,253,9422,,5641,976,4643,21277,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Indiana,164,7946,,4538,698,3416,17056,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Kansas,69,3675,,2083,285,1653,7898,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Kentucky,72,5077,,2881,393,2211,10784,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Louisiana,59,2868,,1860,317,1438,6686,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Massachusetts,148,6400,,3786,643,3467,14708,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Maryland,99,5269,,3009,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Maine,37,2099,,1375,207,1174,4986,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Michigan,171,10784,,5863,950,4960,23069,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Minnesota,104,5734,,3227,586,2668,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Missouri,92,8257,,4249,615,3328,16810,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Northern Mariana Islands,,138,,37,,120,313,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Mississippi,21,2313,,1442,221,1348,5470,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Montana,28,2480,,1296,173,901,4938,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,North Carolina,144,11950,,6681,988,5686,25782,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,North Dakota,10,793,,436,62,327,1675,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Nebraska,26,1907,,1123,220,804,4156,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,New Hampshire,51,2698,,1676,255,1585,6370,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,New Jersey,188,6613,,3412,695,3245,14419,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,New Mexico,24,3491,,1610,264,1402,6911,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Nevada,38,4854,,2013,313,1690,9019,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,New York,385,13316,,7342,1310,6344,29169,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Ohio,310,13339,,8003,1245,6574,29967,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Oklahoma,43,5480,,2799,371,2124,10965,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Oregon,98,12139,,5330,684,3865,22443,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Pennsylvania,269,11707,,6800,1282,6012,26501,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Puerto Rico,102,3257,,1303,171,800,5767,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Rhode Island,21,923,,521,90,490,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,South Carolina,54,5349,,3040,468,2626,11696,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,South Dakota,16,1023,,641,116,542,2371,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Tennessee,109,10483,,5802,811,4784,22258,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Texas,284,29491,,14706,2220,12165,59572,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Utah,33,13842,,3636,304,2339,20267,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Virginia,171,10332,,5799,898,5169,22661,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Virgin Islands,,135,,70,10,52,289,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Vermont,13,1037,,565,102,532,2304,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Washington,189,20261,,8724,1100,6065,36834,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Wisconsin,91,5339,,3445,559,2762,12409,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,West Virginia,40,3309,,1582,200,1363,6567,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Wyoming,9,1153,,744,107,530,2579,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,TOTAL,5779,412237,,203306,31949,166784,832173,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Armed Forces Europe,1,83,,30,3,46,163,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Alaska,18,1678,,953,140,719,3575,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Alabama,68,6073,,3520,518,3117,13543,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Arkansas,38,4551,,2171,305,1751,8954,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Arizona,112,12018,,5512,985,4921,23797,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,California,638,62034,,20426,3301,16375,104206,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Colorado,91,11570,,4889,691,4018,21474,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Connecticut,117,3358,,2023,373,1786,7824,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,District of Columbia,4,311,,137,20,132,616,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Delaware,20,884,,564,88,473,2069,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Florida,423,20354,,13002,2485,10713,47566,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Georgia,105,9900,,5429,811,4490,21115,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Guam,1,109,,49,8,101,280,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Hawaii,26,2148,,810,143,702,3960,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Iowa,54,3264,,1811,383,1587,7215,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Idaho,28,7137,,2866,252,1799,12172,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Illinois,253,9422,,5641,976,4643,21277,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Indiana,164,7946,,4538,698,3416,17056,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Kansas,69,3675,,2083,285,1653,7898,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Kentucky,72,5077,,2881,393,2211,10784,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Louisiana,59,2868,,1860,317,1438,6686,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Massachusetts,148,6400,,3786,643,3467,14708,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Maryland,99,5269,,3009,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Maine,37,2099,,1375,207,1174,4986,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Michigan,171,10784,,5863,950,4960,23069,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Minnesota,104,5734,,3227,586,2668,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Missouri,92,8257,,4249,615,3328,16810,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Northern Mariana Islands,,138,,37,,120,313,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Mississippi,21,2313,,1442,221,1348,5470,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Montana,28,2480,,1296,173,901,4938,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,North Carolina,144,11950,,6681,988,5686,25782,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,North Dakota,10,793,,436,62,327,1675,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Nebraska,26,1907,,1123,220,804,4156,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,New Hampshire,51,2698,,1676,255,1585,6370,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,New Jersey,188,6613,,3412,695,3245,14419,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,New Mexico,24,3491,,1610,264,1402,6911,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Nevada,38,4854,,2013,313,1690,9019,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,New York,385,13316,,7342,1310,6344,29169,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Ohio,310,13339,,8003,1245,6574,29967,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Oklahoma,43,5480,,2799,371,2124,10965,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Oregon,98,12139,,5330,684,3865,22443,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Pennsylvania,269,11707,,6800,1282,6012,26501,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Puerto Rico,102,3257,,1303,171,800,5767,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Rhode Island,21,923,,521,90,490,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,South Carolina,54,5349,,3040,468,2626,11696,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,South Dakota,16,1023,,641,116,542,2371,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Tennessee,109,10483,,5802,811,4784,22258,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Texas,284,29491,,14706,2220,12165,59572,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Utah,33,13842,,3636,304,2339,20267,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Virginia,171,10332,,5799,898,5169,22661,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Virgin Islands,,135,,70,10,52,289,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Vermont,13,1037,,565,102,532,2304,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Washington,189,20261,,8724,1100,6065,36834,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Wisconsin,91,5339,,3445,559,2762,12409,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,West Virginia,40,3309,,1582,200,1363,6567,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Wyoming,9,1153,,744,107,530,2579,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,TOTAL,5779,412237,,203306,31949,166784,832173,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Alaska,18,1677,,953,138,717,3570,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Alabama,68,6079,,3523,516,3118,13551,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Arkansas,38,4550,,2173,304,1748,8951,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Arizona,112,12007,,5509,983,4915,23775,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,California,635,61988,,20400,3288,16376,104119,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Colorado,91,11566,,4885,689,4020,21466,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Connecticut,117,3362,,2018,371,1789,7823,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,District of Columbia,4,312,,136,19,131,614,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Delaware,20,882,,561,88,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Florida,422,20353,,13005,2475,10707,47551,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Georgia,105,9894,,5425,809,4488,21101,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Guam,1,107,,48,8,101,277,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Hawaii,26,2141,,807,142,703,3950,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Iowa,54,3251,,1816,381,1587,7205,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Idaho,28,7135,,2863,252,1800,12168,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Illinois,253,9418,,5637,974,4640,21264,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Indiana,162,7941,,4537,694,3414,17042,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Kansas,69,3677,,2077,285,1652,7892,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Kentucky,72,5061,,2877,391,2211,10762,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Louisiana,59,2864,,1863,317,1436,6683,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Massachusetts,148,6403,,3785,642,3468,14710,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Maryland,99,5267,,3011,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Maine,37,2097,,1373,207,1171,4980,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Michigan,171,10765,,5860,945,4958,23039,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Minnesota,102,5734,,3229,584,2670,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Missouri,91,8244,,4245,613,3330,16792,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Northern Mariana Islands,,137,,37,,120,312,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Mississippi,20,2306,,1446,221,1347,5465,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Montana,28,2471,,1296,172,900,4927,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,North Carolina,142,11930,,6689,985,5687,25767,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,North Dakota,10,791,,437,62,327,1674,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Nebraska,26,1907,,1124,220,804,4157,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,New Hampshire,51,2699,,1676,255,1586,6372,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,New Jersey,187,6616,,3405,691,3248,14413,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,New Mexico,24,3494,,1609,263,1402,6912,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Nevada,38,4851,,2010,313,1689,9012,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,New York,384,13325,,7343,1308,6344,29177,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Ohio,310,13321,,8005,1243,6571,29946,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Oklahoma,43,5471,,2798,370,2126,10956,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Oregon,98,12162,,5324,681,3865,22457,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Pennsylvania,269,11703,,6793,1280,6012,26488,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Puerto Rico,102,3260,,1299,170,802,5768,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Rhode Island,21,923,,522,90,489,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,South Carolina,54,5359,,3035,467,2628,11703,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,South Dakota,16,1027,,640,116,541,2373,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Tennessee,109,10479,,5805,804,4786,22252,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Texas,283,29477,,14686,2210,12166,59527,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Utah,33,13809,,3632,302,2341,20229,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Virginia,171,10331,,5798,897,5168,22657,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Virgin Islands,,136,,70,10,52,290,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Vermont,13,1035,,565,100,532,2300,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Washington,188,20250,,8718,1097,6055,36803,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Wisconsin,91,5337,,3446,559,2761,12407,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,West Virginia,40,3307,,1577,200,1362,6559,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Wyoming,9,1148,,744,107,530,2573,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,TOTAL,5763,412002,,203200,31845,166761,831688,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Alaska,18,1677,,953,138,717,3570,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Alabama,68,6079,,3523,516,3118,13551,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Arkansas,38,4550,,2173,304,1748,8951,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Arizona,112,12007,,5509,983,4915,23775,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,California,635,61988,,20400,3288,16376,104119,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Colorado,91,11566,,4885,689,4020,21466,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Connecticut,117,3362,,2018,371,1789,7823,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,District of Columbia,4,312,,136,19,131,614,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Delaware,20,882,,561,88,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Florida,422,20353,,13005,2475,10707,47551,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Georgia,105,9894,,5425,809,4488,21101,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Guam,1,107,,48,8,101,277,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Hawaii,26,2141,,807,142,703,3950,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Iowa,54,3251,,1816,381,1587,7205,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Idaho,28,7135,,2863,252,1800,12168,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Illinois,253,9418,,5637,974,4640,21264,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Indiana,162,7941,,4537,694,3414,17042,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Kansas,69,3677,,2077,285,1652,7892,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Kentucky,72,5061,,2877,391,2211,10762,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Louisiana,59,2864,,1863,317,1436,6683,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Massachusetts,148,6403,,3785,642,3468,14710,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Maryland,99,5267,,3011,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Maine,37,2097,,1373,207,1171,4980,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Michigan,171,10765,,5860,945,4958,23039,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Minnesota,102,5734,,3229,584,2670,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Missouri,91,8244,,4245,613,3330,16792,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Northern Mariana Islands,,137,,37,,120,312,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Mississippi,20,2306,,1446,221,1347,5465,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Montana,28,2471,,1296,172,900,4927,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,North Carolina,142,11930,,6689,985,5687,25767,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,North Dakota,10,791,,437,62,327,1674,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Nebraska,26,1907,,1124,220,804,4157,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,New Hampshire,51,2699,,1676,255,1586,6372,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,New Jersey,187,6616,,3405,691,3248,14413,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,New Mexico,24,3494,,1609,263,1402,6912,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Nevada,38,4851,,2010,313,1689,9012,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,New York,384,13325,,7343,1308,6344,29177,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Ohio,310,13321,,8005,1243,6571,29946,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Oklahoma,43,5471,,2798,370,2126,10956,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Oregon,98,12162,,5324,681,3865,22457,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Pennsylvania,269,11703,,6793,1280,6012,26488,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Puerto Rico,102,3260,,1299,170,802,5768,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Rhode Island,21,923,,522,90,489,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,South Carolina,54,5359,,3035,467,2628,11703,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,South Dakota,16,1027,,640,116,541,2373,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Tennessee,109,10479,,5805,804,4786,22252,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Texas,283,29477,,14686,2210,12166,59527,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Utah,33,13809,,3632,302,2341,20229,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Virginia,171,10331,,5798,897,5168,22657,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Virgin Islands,,136,,70,10,52,290,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Vermont,13,1035,,565,100,532,2300,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Washington,188,20250,,8718,1097,6055,36803,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Wisconsin,91,5337,,3446,559,2761,12407,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,West Virginia,40,3307,,1577,200,1362,6559,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Wyoming,9,1148,,744,107,530,2573,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,TOTAL,5763,412002,,203200,31845,166761,831688,,,,,,,,fccULSloader,w1cdn.net +2026-02-22,Alabama,48,5364,,3248,431,2941,12032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Alaska,12,1479,,856,110,684,3141,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Arizona,89,10502,,5014,844,4625,21074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Arkansas,28,3977,,1994,261,1640,7900,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,California,531,53905,,18378,2730,15392,90936,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Colorado,70,10343,,4511,607,3844,19375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Connecticut,92,2953,,1840,316,1694,6895,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Delaware,16,776,,515,75,448,1830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,District of Columbia,4,285,,121,15,115,540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Florida,329,17758,,11713,2107,10095,42002,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Georgia,70,8776,,4951,686,4269,18752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Guam,1,90,,43,8,92,234,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Hawaii,21,1832,,705,120,669,3347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Idaho,24,6323,,2651,225,1717,10940,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Illinois,182,8267,,5091,820,4398,18758,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Indiana,118,7036,,4163,583,3238,15138,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Iowa,39,2840,,1648,331,1502,6360,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Kansas,53,3245,,1908,247,1564,7017,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Kentucky,52,4526,,2681,348,2076,9683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Louisiana,45,2495,,1667,276,1361,5844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Maine,26,1848,,1244,182,1099,4399,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Maryland,82,4640,,2759,439,2659,10579,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Massachusetts,114,5728,,3408,545,3288,13083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Michigan,122,9500,,5361,818,4667,20468,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Minnesota,71,5060,,2936,498,2540,11105,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Mississippi,14,1994,,1328,191,1275,4802,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Missouri,76,7235,,3872,503,3125,14811,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Montana,23,2206,,1187,152,854,4422,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Nebraska,18,1686,,1032,189,758,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Nevada,31,4299,,1843,274,1589,8036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,New Hampshire,44,2401,,1550,232,1526,5753,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,New Jersey,153,5844,,3105,578,3058,12738,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,New Mexico,18,3021,,1458,235,1327,6059,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,New York,279,11634,,6670,1095,5970,25648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,North Carolina,107,10742,,6085,828,5391,23153,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,North Dakota,9,668,,398,56,314,1445,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Ohio,236,11801,,7287,1043,6213,26580,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Oklahoma,30,4798,,2560,318,1996,9702,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Oregon,74,10799,,4862,586,3675,19996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Pennsylvania,206,10357,,6161,1119,5709,23552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Puerto Rico,71,2922,,1222,150,772,5137,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Rhode Island,16,807,,473,81,469,1846,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,South Carolina,42,4718,,2792,406,2514,10472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,South Dakota,12,910,,581,102,510,2115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Tennessee,85,9389,,5343,698,4559,20074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Texas,200,26027,,13428,1876,11492,53023,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Utah,29,12302,,3399,268,2252,18250,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Vermont,13,919,,504,86,506,2028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Virgin Islands,,126,,65,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Virginia,133,9146,,5311,743,4929,20262,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Washington,154,17968,,7990,916,5752,32780,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,West Virginia,33,2847,,1427,166,1281,5754,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Wisconsin,65,4732,,3145,484,2631,11057,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Wyoming,8,1041,,686,96,511,2342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,Other*,1,268,,83,4,196,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-22,TOTAL,4419,363155,,185253,27105,157819,737751,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Alabama,48,5362,,3247,431,2942,12030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Alaska,12,1479,,856,110,684,3141,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Arizona,89,10501,,5014,844,4625,21073,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Arkansas,28,3976,,1993,261,1640,7898,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,California,531,53880,,18374,2730,15395,90910,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Colorado,70,10338,,4510,607,3843,19368,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Connecticut,92,2953,,1840,316,1694,6895,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Delaware,16,775,,515,75,448,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,District of Columbia,4,285,,121,15,115,540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Florida,329,17752,,11713,2106,10096,41996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Georgia,70,8767,,4954,686,4272,18749,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Guam,1,90,,43,8,92,234,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Hawaii,21,1829,,704,120,669,3343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Idaho,24,6322,,2651,225,1717,10939,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Illinois,182,8266,,5091,820,4397,18756,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Indiana,118,7029,,4166,583,3238,15134,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Iowa,39,2840,,1648,331,1502,6360,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Kansas,53,3241,,1904,247,1564,7009,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Kentucky,52,4520,,2680,348,2074,9674,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Louisiana,45,2493,,1668,276,1361,5843,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Maine,26,1844,,1243,182,1099,4394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Maryland,82,4635,,2760,439,2659,10575,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Massachusetts,114,5721,,3407,545,3287,13074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Michigan,122,9498,,5360,818,4667,20465,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Minnesota,71,5055,,2935,498,2540,11099,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Mississippi,14,1994,,1328,191,1275,4802,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Missouri,76,7223,,3872,503,3125,14799,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Montana,23,2206,,1187,152,854,4422,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Nebraska,18,1685,,1032,189,758,3682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Nevada,31,4298,,1843,274,1588,8034,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,New Hampshire,44,2401,,1550,232,1526,5753,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,New Jersey,153,5842,,3105,578,3058,12736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,New Mexico,18,3020,,1459,235,1327,6059,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,New York,279,11623,,6674,1093,5971,25640,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,North Carolina,107,10737,,6082,828,5394,23148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,North Dakota,9,668,,398,56,314,1445,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Ohio,236,11784,,7290,1043,6216,26569,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Oklahoma,30,4796,,2560,318,1996,9700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Oregon,74,10796,,4864,586,3675,19995,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Pennsylvania,206,10333,,6159,1119,5710,23527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Puerto Rico,71,2922,,1222,150,772,5137,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Rhode Island,16,807,,473,81,469,1846,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,South Carolina,42,4714,,2795,406,2514,10471,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,South Dakota,12,910,,580,102,511,2115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Tennessee,85,9387,,5342,698,4560,20072,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Texas,200,26014,,13427,1876,11495,53012,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Utah,29,12294,,3402,268,2250,18243,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Vermont,13,919,,504,86,506,2028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Virgin Islands,,126,,65,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Virginia,133,9145,,5309,743,4930,20260,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Washington,154,17963,,7990,916,5751,32774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,West Virginia,33,2846,,1425,166,1282,5752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Wisconsin,65,4728,,3145,484,2631,11053,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Wyoming,8,1041,,686,96,511,2342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,Other*,1,268,,83,4,196,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-23,TOTAL,4419,362941,,185248,27102,157833,737543,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Alabama,48,5358,,3252,431,2944,12033,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Alaska,12,1479,,856,110,685,3142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Arizona,89,10502,,5016,845,4626,21078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Arkansas,28,3978,,1993,261,1639,7899,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,California,529,53880,,18374,2729,15395,90907,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Colorado,70,10340,,4510,607,3842,19369,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Connecticut,92,2955,,1839,316,1694,6896,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Delaware,16,774,,516,75,448,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,District of Columbia,4,285,,121,15,115,540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Florida,329,17738,,11715,2105,10095,41982,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Georgia,70,8776,,4952,687,4275,18760,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Guam,1,90,,43,8,92,234,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Hawaii,21,1829,,706,120,669,3345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Idaho,24,6318,,2653,225,1719,10939,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Illinois,181,8264,,5092,820,4400,18757,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Indiana,118,7030,,4168,583,3238,15137,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Iowa,39,2839,,1647,331,1503,6359,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Kansas,53,3241,,1904,247,1564,7009,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Kentucky,52,4520,,2680,348,2075,9675,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Louisiana,45,2496,,1668,276,1361,5846,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Maine,26,1842,,1243,182,1100,4393,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Maryland,82,4635,,2759,439,2661,10576,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Massachusetts,114,5720,,3408,545,3287,13074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Michigan,122,9496,,5357,818,4667,20460,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Minnesota,71,5054,,2936,499,2542,11102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Mississippi,14,1995,,1328,191,1275,4803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Missouri,76,7220,,3871,503,3127,14797,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Montana,23,2204,,1188,152,854,4421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Nebraska,18,1685,,1032,189,758,3682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Nevada,31,4296,,1844,274,1589,8034,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,New Hampshire,44,2402,,1549,232,1527,5754,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,New Jersey,153,5839,,3108,578,3058,12736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,New Mexico,18,3017,,1458,235,1327,6055,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,New York,279,11623,,6678,1094,5971,25645,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,North Carolina,107,10728,,6089,829,5395,23148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,North Dakota,9,668,,398,56,314,1445,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Ohio,236,11788,,7290,1043,6217,26574,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Oklahoma,29,4795,,2561,318,1997,9700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Oregon,74,10786,,4865,586,3675,19986,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Pennsylvania,206,10334,,6160,1119,5711,23530,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Puerto Rico,71,2922,,1222,150,772,5137,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Rhode Island,16,804,,473,81,469,1843,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,South Carolina,42,4723,,2795,406,2515,10481,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,South Dakota,12,910,,580,102,512,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Tennessee,85,9389,,5343,698,4561,20076,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Texas,201,26028,,13434,1876,11498,53037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Utah,29,12302,,3401,268,2250,18250,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Vermont,13,918,,504,86,506,2027,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Virgin Islands,,126,,65,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Virginia,133,9147,,5307,743,4934,20264,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Washington,154,17960,,7994,916,5753,32777,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,West Virginia,33,2847,,1425,166,1282,5753,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Wisconsin,65,4725,,3147,484,2629,11050,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Wyoming,8,1042,,686,96,511,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,Other*,1,268,,83,4,196,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-24,TOTAL,4416,362930,,185286,27105,157867,737604,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Alabama,48,5358,,3253,431,2942,12032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Alaska,12,1479,,855,111,685,3142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Arizona,89,10490,,5019,845,4629,21072,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Arkansas,28,3977,,1992,261,1642,7900,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,California,529,53876,,18370,2729,15398,90902,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Colorado,70,10343,,4510,607,3841,19371,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Connecticut,92,2952,,1838,316,1694,6892,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Delaware,16,773,,516,75,448,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,District of Columbia,4,285,,121,15,115,540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Florida,329,17701,,11715,2105,10093,41943,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Georgia,70,8775,,4950,687,4273,18755,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Guam,1,90,,43,8,91,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Hawaii,21,1830,,706,120,669,3346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Idaho,24,6317,,2655,225,1720,10941,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Illinois,181,8271,,5091,820,4400,18763,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Indiana,118,7031,,4171,582,3237,15139,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Iowa,39,2837,,1647,331,1503,6357,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Kansas,53,3245,,1904,246,1564,7012,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Kentucky,52,4520,,2681,348,2077,9678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Louisiana,45,2497,,1671,276,1361,5850,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Maine,26,1840,,1244,182,1099,4391,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Maryland,82,4635,,2759,439,2661,10576,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Massachusetts,114,5722,,3409,545,3287,13077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Michigan,122,9494,,5360,818,4667,20461,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Minnesota,71,5057,,2936,499,2542,11105,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Mississippi,14,1995,,1328,191,1275,4803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Missouri,76,7222,,3874,503,3127,14802,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Montana,23,2204,,1188,152,853,4420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Nebraska,18,1685,,1031,189,759,3682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Nevada,31,4299,,1844,274,1590,8038,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,New Hampshire,44,2402,,1549,232,1527,5754,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,New Jersey,153,5838,,3109,577,3058,12735,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,New Mexico,18,3018,,1458,235,1328,6057,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,New York,279,11626,,6677,1094,5970,25646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,North Carolina,107,10734,,6093,829,5398,23161,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,North Dakota,9,668,,398,56,314,1445,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Ohio,236,11789,,7289,1043,6218,26575,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Oklahoma,29,4793,,2562,318,1998,9700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Oregon,74,10789,,4866,586,3675,19990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Pennsylvania,206,10327,,6163,1119,5711,23526,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Puerto Rico,71,2923,,1222,150,772,5138,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Rhode Island,16,805,,473,81,469,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,South Carolina,42,4723,,2798,406,2514,10483,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,South Dakota,12,911,,580,102,512,2117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Tennessee,85,9392,,5345,697,4561,20080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Texas,201,26031,,13436,1876,11496,53040,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Utah,29,12305,,3400,268,2251,18253,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Vermont,13,917,,504,86,506,2026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Virgin Islands,,126,,65,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Virginia,133,9155,,5305,742,4937,20272,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Washington,154,17964,,7991,916,5755,32780,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,West Virginia,33,2844,,1425,166,1283,5751,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Wisconsin,65,4728,,3146,485,2630,11054,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Wyoming,8,1040,,688,96,511,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,Other*,1,268,,83,4,196,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-25,TOTAL,4416,362916,,185306,27102,157880,737620,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Alabama,48,5360,,3254,431,2941,12034,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Alaska,12,1479,,855,111,685,3142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Arizona,89,10494,,5020,845,4630,21078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Arkansas,28,3979,,1992,261,1643,7903,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,California,529,53888,,18373,2728,15399,90917,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Colorado,70,10348,,4510,607,3841,19376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Connecticut,92,2952,,1838,315,1694,6891,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Delaware,16,773,,516,75,448,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,District of Columbia,4,285,,121,15,115,540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Florida,329,17698,,11709,2102,10094,41932,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Georgia,70,8770,,4948,687,4275,18750,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Guam,1,90,,43,8,91,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Hawaii,21,1829,,706,120,669,3345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Idaho,24,6319,,2655,225,1719,10942,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Illinois,181,8277,,5092,820,4399,18769,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Indiana,118,7032,,4171,582,3237,15140,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Iowa,39,2832,,1647,331,1503,6352,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Kansas,53,3246,,1904,246,1563,7012,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Kentucky,52,4527,,2682,348,2078,9687,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Louisiana,45,2498,,1672,276,1361,5852,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Maine,26,1841,,1244,183,1099,4393,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Maryland,82,4635,,2760,439,2660,10576,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Massachusetts,114,5723,,3408,545,3286,13076,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Michigan,122,9499,,5361,818,4667,20467,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Minnesota,71,5059,,2937,499,2541,11107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Mississippi,14,1994,,1328,191,1276,4803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Missouri,76,7223,,3874,503,3127,14803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Montana,23,2206,,1189,152,853,4423,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Nebraska,18,1685,,1031,190,759,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Nevada,31,4303,,1844,273,1590,8041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,New Hampshire,44,2402,,1548,232,1526,5752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,New Jersey,153,5841,,3108,577,3058,12737,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,New Mexico,18,3022,,1458,235,1328,6061,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,New York,279,11627,,6677,1094,5970,25647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,North Carolina,107,10739,,6098,829,5398,23171,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,North Dakota,9,668,,398,56,314,1445,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Ohio,235,11788,,7288,1044,6217,26572,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Oklahoma,29,4795,,2563,318,1998,9703,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Oregon,74,10785,,4866,586,3675,19986,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Pennsylvania,206,10326,,6165,1119,5711,23527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Puerto Rico,71,2921,,1222,150,772,5136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Rhode Island,16,806,,473,81,468,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,South Carolina,42,4723,,2797,406,2514,10482,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,South Dakota,12,911,,580,102,512,2117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Tennessee,85,9391,,5344,696,4563,20079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Texas,201,26040,,13438,1876,11496,53051,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Utah,29,12312,,3402,268,2251,18262,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Vermont,13,918,,501,86,506,2024,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Virgin Islands,,126,,65,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Virginia,133,9152,,5305,742,4936,20268,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Washington,154,17965,,7990,916,5755,32780,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,West Virginia,33,2846,,1425,166,1283,5753,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Wisconsin,65,4726,,3147,485,2629,11052,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Wyoming,8,1043,,688,96,511,2346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,Other*,1,268,,84,4,196,553,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-26,TOTAL,4415,362985,,185314,27098,157878,737690,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Alabama,48,5357,,3254,431,2937,12027,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Alaska,12,1475,,855,111,685,3138,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Arizona,89,10488,,5016,843,4629,21065,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Arkansas,28,3976,,1988,261,1643,7896,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,California,529,53858,,18359,2727,15396,90869,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Colorado,70,10341,,4504,607,3842,19364,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Connecticut,92,2945,,1836,315,1693,6881,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Delaware,16,773,,518,75,447,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,District of Columbia,4,285,,121,15,116,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Florida,327,17692,,11693,2099,10087,41898,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Georgia,69,8757,,4945,685,4277,18733,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Guam,1,90,,43,8,91,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Hawaii,21,1830,,704,120,669,3344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Idaho,24,6298,,2653,224,1719,10918,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Illinois,181,8267,,5093,818,4397,18756,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Indiana,118,7022,,4168,582,3235,15125,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Iowa,39,2832,,1646,331,1502,6350,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Kansas,53,3242,,1904,246,1562,7007,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Kentucky,52,4523,,2677,348,2079,9679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Louisiana,45,2497,,1671,275,1360,5848,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Maine,26,1841,,1244,183,1099,4393,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Maryland,81,4635,,2755,439,2661,10571,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Massachusetts,113,5724,,3402,545,3283,13067,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Michigan,122,9499,,5351,818,4666,20456,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Minnesota,71,5049,,2934,499,2541,11094,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Mississippi,14,1998,,1328,190,1276,4806,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Missouri,76,7208,,3873,503,3126,14786,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Montana,23,2205,,1192,152,854,4426,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Nebraska,18,1683,,1030,190,759,3680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Nevada,31,4293,,1841,271,1590,8026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,New Hampshire,44,2400,,1548,231,1524,5747,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,New Jersey,153,5838,,3105,576,3057,12729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,New Mexico,18,3019,,1461,235,1328,6061,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,New York,276,11625,,6667,1089,5967,25624,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,North Carolina,107,10725,,6100,828,5394,23154,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,North Dakota,9,667,,398,56,313,1443,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Ohio,234,11786,,7284,1042,6212,26558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Oklahoma,28,4793,,2561,318,1999,9699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Oregon,74,10763,,4855,586,3672,19950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Pennsylvania,205,10324,,6163,1118,5707,23517,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Puerto Rico,71,2919,,1222,150,773,5135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Rhode Island,16,807,,473,81,468,1845,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,South Carolina,42,4735,,2802,406,2514,10499,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,South Dakota,12,912,,580,101,512,2117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Tennessee,84,9384,,5336,695,4562,20061,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Texas,201,26043,,13432,1876,11490,53042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Utah,29,12255,,3397,267,2250,18198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Vermont,13,915,,499,86,507,2020,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Virgin Islands,,126,,65,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Virginia,133,9143,,5300,742,4933,20251,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Washington,154,17954,,7978,915,5758,32759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,West Virginia,33,2846,,1424,166,1283,5752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Wisconsin,64,4720,,3144,485,2629,11042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Wyoming,8,1041,,687,96,511,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,Other*,1,268,,84,4,196,553,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-02-28,TOTAL,4402,362691,,185163,27068,157828,737152,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Alabama,48,5344,,3255,431,2938,12016,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Alaska,12,1472,,857,111,684,3136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Arizona,89,10479,,5011,843,4632,21054,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Arkansas,28,3953,,1988,261,1643,7873,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,California,529,53844,,18357,2726,15401,90857,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Colorado,70,10341,,4501,607,3845,19364,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Connecticut,92,2944,,1835,315,1694,6880,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Delaware,16,773,,518,75,447,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,District of Columbia,4,284,,122,15,116,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Florida,327,17685,,11696,2099,10087,41894,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Georgia,69,8742,,4943,685,4279,18718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Guam,1,90,,43,8,91,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Hawaii,21,1830,,704,120,669,3344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Idaho,24,6290,,2654,224,1720,10912,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Illinois,181,8256,,5092,818,4397,18744,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Indiana,118,7014,,4164,582,3241,15119,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Iowa,39,2832,,1646,331,1502,6350,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Kansas,53,3240,,1904,246,1562,7005,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Kentucky,52,4522,,2676,347,2080,9677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Louisiana,45,2496,,1671,275,1360,5847,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Maine,26,1838,,1245,183,1099,4391,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Maryland,81,4631,,2756,439,2662,10569,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Massachusetts,113,5722,,3404,545,3283,13067,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Michigan,122,9492,,5350,818,4667,20449,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Minnesota,71,5046,,2936,499,2542,11094,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Mississippi,14,1998,,1327,190,1277,4806,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Missouri,76,7204,,3871,503,3126,14780,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Montana,23,2204,,1193,152,854,4426,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Nebraska,18,1683,,1030,190,759,3680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Nevada,31,4291,,1843,271,1590,8026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,New Hampshire,44,2399,,1548,231,1524,5746,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,New Jersey,153,5819,,3103,576,3059,12710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,New Mexico,18,3019,,1461,234,1328,6060,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,New York,276,11613,,6665,1089,5968,25611,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,North Carolina,107,10720,,6100,828,5395,23150,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,North Dakota,9,667,,398,56,313,1443,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Ohio,234,11777,,7278,1042,6214,26545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Oklahoma,28,4791,,2562,318,1999,9698,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Oregon,74,10758,,4857,586,3672,19947,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Pennsylvania,205,10309,,6159,1117,5710,23500,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Puerto Rico,71,2917,,1224,150,773,5135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Rhode Island,16,807,,473,81,468,1845,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,South Carolina,42,4734,,2803,406,2514,10499,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,South Dakota,12,912,,580,101,512,2117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Tennessee,84,9377,,5336,695,4563,20055,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Texas,201,26023,,13433,1875,11491,53023,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Utah,29,12255,,3397,267,2250,18198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Vermont,13,911,,501,86,509,2020,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Virgin Islands,,126,,65,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Virginia,133,9138,,5297,742,4932,20242,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Washington,154,17928,,7973,915,5759,32729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,West Virginia,33,2844,,1425,166,1283,5751,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Wisconsin,64,4719,,3142,485,2632,11042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Wyoming,8,1041,,687,96,511,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,Other*,1,268,,84,4,196,553,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-02,TOTAL,4402,362412,,185143,27063,157870,736890,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Alabama,48,5349,,3255,431,2939,12022,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Alaska,12,1472,,857,111,684,3136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Arizona,89,10482,,5010,843,4631,21055,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Arkansas,28,3949,,1987,261,1644,7869,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,California,529,53855,,18359,2725,15398,90866,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Colorado,70,10342,,4503,608,3847,19370,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Connecticut,92,2939,,1835,315,1694,6875,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Delaware,16,773,,519,75,448,1831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,District of Columbia,4,284,,122,15,116,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Florida,327,17668,,11700,2099,10085,41879,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Georgia,69,8730,,4941,685,4280,18705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Guam,1,90,,43,8,91,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Hawaii,21,1830,,704,120,669,3344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Idaho,23,6301,,2655,224,1721,10924,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Illinois,181,8261,,5091,818,4396,18747,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Indiana,118,7024,,4166,582,3242,15132,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Iowa,39,2837,,1647,331,1503,6357,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Kansas,53,3233,,1902,246,1562,6996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Kentucky,52,4525,,2675,347,2080,9679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Louisiana,45,2497,,1673,274,1360,5849,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Maine,26,1839,,1245,183,1100,4393,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Maryland,81,4637,,2758,439,2663,10578,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Massachusetts,113,5728,,3406,545,3281,13073,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Michigan,122,9493,,5350,818,4667,20450,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Minnesota,71,5059,,2936,499,2542,11107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Mississippi,14,1997,,1327,191,1277,4806,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Missouri,76,7202,,3873,503,3128,14782,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Montana,23,2205,,1193,152,854,4427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Nebraska,18,1682,,1030,190,759,3679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Nevada,31,4292,,1843,271,1590,8027,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,New Hampshire,44,2401,,1548,231,1524,5748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,New Jersey,153,5822,,3103,576,3059,12713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,New Mexico,18,3021,,1462,234,1328,6063,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,New York,276,11608,,6664,1089,5969,25606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,North Carolina,107,10718,,6102,828,5394,23149,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,North Dakota,9,667,,398,56,313,1443,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Ohio,234,11777,,7279,1041,6215,26546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Oklahoma,28,4786,,2561,318,1999,9692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Oregon,74,10768,,4857,587,3674,19960,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Pennsylvania,205,10317,,6158,1117,5710,23507,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Puerto Rico,71,2919,,1226,150,773,5139,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Rhode Island,16,808,,474,81,468,1847,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,South Carolina,42,4734,,2803,406,2514,10499,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,South Dakota,12,912,,580,101,512,2117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Tennessee,84,9365,,5338,694,4563,20044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Texas,201,26036,,13434,1875,11495,53041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Utah,29,12234,,3395,267,2250,18175,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Vermont,13,911,,500,86,509,2019,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Virgin Islands,,126,,66,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Virginia,133,9134,,5298,742,4934,20241,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Washington,154,17932,,7972,916,5758,32732,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,West Virginia,33,2845,,1426,166,1283,5753,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Wisconsin,64,4722,,3146,485,2632,11049,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Wyoming,8,1041,,688,96,511,2344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,Other*,1,268,,84,4,196,553,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-03,TOTAL,4401,362447,,185167,27063,157882,736960,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Alabama,48,5353,,3255,431,2940,12027,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Alaska,12,1474,,857,111,684,3138,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Arizona,89,10481,,5009,844,4630,21053,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Arkansas,28,3948,,1987,261,1644,7868,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,California,529,53869,,18361,2724,15397,90880,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Colorado,70,10345,,4505,608,3847,19375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Connecticut,92,2942,,1835,315,1693,6877,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Delaware,16,773,,519,75,448,1831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,District of Columbia,4,284,,122,15,116,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Florida,327,17667,,11696,2099,10085,41874,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Georgia,69,8729,,4940,685,4280,18703,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Guam,1,90,,43,8,91,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Hawaii,21,1830,,704,120,670,3345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Idaho,23,6311,,2655,224,1720,10933,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Illinois,181,8263,,5091,818,4396,18749,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Indiana,118,7027,,4166,582,3242,15135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Iowa,39,2840,,1647,330,1503,6359,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Kansas,53,3233,,1903,246,1562,6997,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Kentucky,53,4523,,2677,347,2079,9679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Louisiana,45,2499,,1673,273,1360,5850,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Maine,25,1837,,1245,183,1099,4389,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Maryland,81,4638,,2759,439,2664,10581,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Massachusetts,113,5730,,3409,545,3281,13078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Michigan,122,9491,,5351,818,4665,20447,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Minnesota,71,5059,,2935,499,2542,11106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Mississippi,14,1998,,1326,191,1277,4806,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Missouri,76,7206,,3873,504,3128,14787,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Montana,23,2205,,1193,152,854,4427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Nebraska,18,1681,,1030,189,759,3677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Nevada,31,4294,,1845,271,1591,8032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,New Hampshire,44,2403,,1547,232,1524,5750,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,New Jersey,153,5824,,3103,576,3059,12715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,New Mexico,18,3028,,1461,234,1327,6068,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,New York,276,11609,,6665,1088,5971,25609,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,North Carolina,107,10723,,6101,828,5395,23154,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,North Dakota,9,667,,398,56,313,1443,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Ohio,234,11776,,7283,1040,6214,26547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Oklahoma,28,4786,,2561,318,1999,9692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Oregon,74,10768,,4857,587,3674,19960,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Pennsylvania,205,10317,,6162,1117,5711,23512,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Puerto Rico,71,2920,,1226,150,772,5139,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Rhode Island,16,808,,474,81,467,1846,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,South Carolina,42,4738,,2804,406,2514,10504,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,South Dakota,12,912,,580,101,512,2117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Tennessee,84,9366,,5338,694,4563,20045,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Texas,201,26049,,13436,1875,11494,53055,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Utah,29,12235,,3396,267,2250,18177,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Vermont,13,913,,499,86,510,2021,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Virgin Islands,,126,,66,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Virginia,133,9134,,5297,742,4932,20238,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Washington,154,17931,,7971,916,5757,32729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,West Virginia,33,2845,,1427,166,1282,5753,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Wisconsin,64,4724,,3146,485,2631,11050,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Wyoming,8,1041,,688,96,511,2344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,Other*,1,268,,84,4,196,553,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-04,TOTAL,4401,362531,,185181,27060,157873,737046,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Alabama,48,5354,,3255,430,2938,12025,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Alaska,12,1474,,857,111,684,3138,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Arizona,89,10486,,5010,844,4631,21060,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Arkansas,28,3947,,1989,261,1644,7869,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,California,529,53880,,18357,2724,15394,90884,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Colorado,70,10347,,4506,609,3848,19380,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Connecticut,92,2942,,1835,315,1693,6877,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Delaware,16,774,,519,75,448,1832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,District of Columbia,4,284,,122,15,116,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Florida,326,17673,,11696,2100,10088,41883,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Georgia,69,8730,,4940,685,4280,18704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Guam,1,90,,43,8,91,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Hawaii,21,1830,,704,120,670,3345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Idaho,23,6318,,2656,224,1720,10941,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Illinois,181,8262,,5091,818,4396,18748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Indiana,118,7029,,4167,582,3243,15139,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Iowa,39,2841,,1647,330,1503,6360,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Kansas,53,3233,,1905,246,1563,7000,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Kentucky,53,4525,,2677,347,2082,9684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Louisiana,45,2498,,1672,273,1360,5848,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Maine,25,1836,,1246,183,1099,4389,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Maryland,81,4638,,2759,439,2663,10580,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Massachusetts,113,5731,,3409,545,3281,13079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Michigan,122,9490,,5349,818,4666,20445,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Minnesota,71,5060,,2935,499,2541,11106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Mississippi,14,1998,,1326,191,1277,4806,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Missouri,76,7208,,3872,504,3128,14788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Montana,23,2205,,1193,152,854,4427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Nebraska,18,1681,,1030,189,759,3677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Nevada,31,4294,,1845,271,1591,8032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,New Hampshire,44,2403,,1547,232,1524,5750,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,New Jersey,153,5824,,3103,575,3059,12714,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,New Mexico,18,3029,,1463,234,1327,6071,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,New York,276,11612,,6664,1088,5971,25611,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,North Carolina,107,10727,,6100,828,5397,23159,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,North Dakota,9,668,,398,56,313,1444,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Ohio,234,11776,,7282,1040,6214,26546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Oklahoma,28,4787,,2560,318,1999,9692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Oregon,74,10773,,4857,587,3674,19965,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Pennsylvania,205,10325,,6163,1117,5713,23523,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Puerto Rico,71,2923,,1226,150,772,5142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Rhode Island,16,809,,474,81,467,1847,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,South Carolina,42,4739,,2801,406,2516,10504,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,South Dakota,12,912,,580,101,513,2118,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Tennessee,84,9366,,5339,694,4563,20046,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Texas,201,26045,,13435,1875,11493,53049,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Utah,29,12236,,3396,267,2251,18179,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Vermont,13,913,,499,86,510,2021,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Virgin Islands,,126,,66,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Virginia,133,9139,,5298,742,4932,20244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Washington,154,17936,,7972,915,5757,32734,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,West Virginia,33,2846,,1427,166,1282,5754,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Wisconsin,64,4725,,3146,485,2631,11051,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Wyoming,8,1041,,688,96,511,2344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,Other*,1,268,,84,4,196,553,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-05,TOTAL,4400,362606,,185180,27059,157884,737129,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Alabama,48,5351,,3253,430,2937,12019,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Alaska,12,1474,,856,111,683,3136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Arizona,89,10480,,5010,844,4635,21058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Arkansas,28,3951,,1989,260,1644,7872,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,California,529,53820,,18354,2723,15392,90818,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Colorado,70,10345,,4504,609,3845,19373,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Connecticut,92,2939,,1832,315,1691,6869,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Delaware,16,773,,519,75,448,1831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,District of Columbia,4,284,,122,15,117,542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Florida,326,17658,,11695,2100,10084,41863,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Georgia,69,8733,,4941,685,4281,18709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Guam,1,90,,43,8,91,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Hawaii,21,1828,,704,120,669,3342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Idaho,23,6322,,2657,224,1718,10944,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Illinois,181,8262,,5089,817,4399,18748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Indiana,118,7028,,4164,582,3242,15134,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Iowa,39,2835,,1648,330,1503,6355,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Kansas,53,3235,,1906,245,1562,7001,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Kentucky,54,4525,,2676,347,2084,9686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Louisiana,45,2495,,1673,273,1361,5847,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Maine,25,1835,,1245,183,1099,4387,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Maryland,81,4634,,2761,440,2663,10579,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Massachusetts,113,5729,,3408,545,3281,13076,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Michigan,122,9484,,5349,817,4666,20438,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Minnesota,71,5055,,2936,499,2541,11102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Mississippi,14,1995,,1325,190,1277,4801,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Missouri,76,7196,,3873,504,3127,14776,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Montana,23,2204,,1196,152,855,4430,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Nebraska,18,1684,,1031,189,758,3680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Nevada,31,4290,,1843,271,1591,8026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,New Hampshire,44,2396,,1546,231,1523,5740,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,New Jersey,153,5820,,3101,575,3059,12708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,New Mexico,18,3032,,1463,235,1326,6074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,New York,276,11599,,6662,1088,5970,25595,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,North Carolina,107,10724,,6105,828,5399,23163,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,North Dakota,9,668,,396,56,312,1441,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Ohio,234,11777,,7284,1040,6213,26548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Oklahoma,28,4784,,2557,318,1998,9685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Oregon,74,10766,,4857,587,3673,19957,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Pennsylvania,205,10323,,6159,1116,5715,23518,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Puerto Rico,71,2922,,1226,150,772,5141,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Rhode Island,16,808,,472,82,468,1846,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,South Carolina,42,4738,,2799,406,2516,10501,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,South Dakota,12,910,,580,101,513,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Tennessee,84,9351,,5338,694,4562,20029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Texas,201,26065,,13435,1875,11488,53064,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Utah,29,12218,,3396,267,2251,18161,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Vermont,13,912,,499,86,510,2020,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Virgin Islands,,126,,66,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Virginia,133,9135,,5295,742,4934,20239,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Washington,154,17921,,7973,915,5755,32718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,West Virginia,33,2845,,1426,166,1280,5750,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Wisconsin,64,4729,,3147,483,2631,11054,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Wyoming,8,1043,,689,96,511,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,Other*,1,267,,84,4,196,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-07,TOTAL,4401,362413,,185157,27052,157867,736890,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Alabama,48,5349,,3254,430,2938,12019,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Alaska,12,1472,,856,111,685,3136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Arizona,89,10452,,5008,844,4637,21030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Arkansas,28,3949,,1987,260,1644,7868,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,California,529,53798,,18354,2723,15392,90796,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Colorado,70,10334,,4502,609,3846,19361,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Connecticut,92,2937,,1830,315,1693,6867,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Delaware,16,772,,519,75,449,1831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,District of Columbia,4,284,,122,15,117,542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Florida,326,17644,,11700,2100,10082,41852,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Georgia,69,8728,,4944,685,4282,18708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Guam,1,90,,43,8,91,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Hawaii,21,1827,,705,120,668,3341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Idaho,23,6316,,2658,223,1718,10938,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Illinois,181,8255,,5090,817,4400,18743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Indiana,118,7023,,4167,582,3242,15132,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Iowa,39,2834,,1648,330,1504,6355,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Kansas,53,3235,,1905,245,1563,7001,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Kentucky,54,4517,,2679,347,2087,9684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Louisiana,45,2494,,1674,273,1361,5847,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Maine,24,1834,,1245,183,1100,4386,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Maryland,81,4630,,2764,440,2663,10578,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Massachusetts,113,5723,,3411,545,3283,13075,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Michigan,122,9483,,5350,817,4666,20438,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Minnesota,71,5052,,2936,499,2543,11101,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Mississippi,14,1993,,1326,190,1277,4800,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Missouri,76,7195,,3871,504,3128,14774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Montana,23,2203,,1195,152,856,4429,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Nebraska,18,1683,,1032,189,758,3680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Nevada,31,4287,,1846,271,1591,8026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,New Hampshire,44,2393,,1548,231,1524,5740,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,New Jersey,153,5816,,3100,575,3058,12702,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,New Mexico,18,3027,,1466,235,1327,6073,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,New York,276,11587,,6660,1088,5974,25585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,North Carolina,107,10712,,6108,828,5403,23158,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,North Dakota,9,668,,393,56,311,1437,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Ohio,234,11772,,7286,1039,6217,26548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Oklahoma,28,4770,,2558,318,1999,9673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Oregon,74,10758,,4861,587,3673,19953,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Pennsylvania,205,10319,,6159,1116,5717,23516,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Puerto Rico,71,2922,,1226,150,772,5141,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Rhode Island,16,806,,473,82,467,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,South Carolina,42,4738,,2798,406,2517,10501,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,South Dakota,12,909,,581,101,513,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Tennessee,84,9346,,5340,694,4565,20029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Texas,201,26043,,13439,1875,11491,53049,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Utah,29,12204,,3392,267,2251,18143,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Vermont,13,912,,499,86,510,2020,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Virgin Islands,,126,,66,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Virginia,133,9129,,5298,741,4934,20235,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Washington,154,17909,,7973,915,5759,32710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,West Virginia,33,2843,,1427,166,1280,5749,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Wisconsin,64,4728,,3148,483,2630,11053,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Wyoming,8,1043,,689,96,511,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,Other*,1,267,,84,4,196,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-09,TOTAL,4400,362140,,185193,27049,157911,736693,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Alabama,48,5350,,3256,430,2940,12024,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Alaska,12,1472,,857,111,685,3137,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Arizona,89,10451,,5004,843,4639,21026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Arkansas,28,3945,,1988,260,1642,7863,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,California,529,53761,,18348,2723,15390,90751,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Colorado,70,10347,,4499,609,3844,19369,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Connecticut,92,2936,,1831,316,1693,6868,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Delaware,16,772,,519,75,449,1831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,District of Columbia,4,286,,122,15,117,544,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Florida,325,17650,,11698,2100,10079,41852,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Georgia,69,8734,,4946,685,4281,18715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Guam,1,90,,44,8,92,235,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Hawaii,21,1827,,704,120,668,3340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Idaho,23,6320,,2659,223,1719,10944,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Illinois,181,8262,,5088,817,4398,18746,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Indiana,118,7025,,4166,582,3242,15133,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Iowa,39,2834,,1649,330,1504,6356,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Kansas,53,3234,,1907,245,1563,7002,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Kentucky,54,4515,,2676,346,2086,9677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Louisiana,45,2498,,1673,273,1362,5851,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Maine,24,1830,,1244,183,1100,4381,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Maryland,81,4633,,2763,440,2663,10580,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Massachusetts,113,5723,,3415,545,3283,13079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Michigan,122,9481,,5348,817,4667,20435,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Minnesota,71,5056,,2938,499,2543,11107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Mississippi,14,1993,,1325,190,1274,4796,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Missouri,75,7194,,3872,504,3126,14771,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Montana,23,2202,,1199,151,856,4431,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Nebraska,18,1687,,1034,189,759,3687,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Nevada,30,4287,,1845,271,1591,8024,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,New Hampshire,44,2386,,1547,231,1521,5729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,New Jersey,153,5812,,3098,575,3058,12696,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,New Mexico,18,3027,,1465,235,1327,6072,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,New York,275,11586,,6657,1088,5974,25580,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,North Carolina,107,10713,,6108,828,5402,23158,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,North Dakota,9,668,,394,56,311,1438,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Ohio,234,11771,,7285,1039,6216,26545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Oklahoma,28,4774,,2557,318,1999,9676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Oregon,74,10748,,4859,587,3673,19941,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Pennsylvania,205,10342,,6160,1116,5716,23539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Puerto Rico,71,2924,,1225,150,772,5142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Rhode Island,16,807,,473,82,467,1845,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,South Carolina,42,4741,,2798,405,2517,10503,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,South Dakota,12,909,,581,101,513,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Tennessee,84,9348,,5340,695,4565,20032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Texas,201,26074,,13434,1874,11488,53071,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Utah,29,12200,,3390,267,2251,18137,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Vermont,13,910,,500,87,510,2020,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Virgin Islands,,126,,66,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Virginia,133,9131,,5299,741,4934,20238,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Washington,154,17910,,7975,915,5758,32712,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,West Virginia,33,2846,,1426,166,1281,5752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Wisconsin,64,4731,,3148,483,2631,11057,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Wyoming,8,1040,,691,96,511,2346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,Other*,1,266,,84,4,196,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-10,TOTAL,4396,362185,,185177,27047,157894,736699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Alabama,48,5354,,3256,430,2940,12028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Alaska,12,1472,,857,111,686,3138,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Arizona,89,10455,,5006,843,4640,21033,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Arkansas,28,3947,,1988,260,1642,7865,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,California,529,53783,,18351,2724,15392,90779,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Colorado,70,10348,,4500,609,3843,19370,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Connecticut,92,2937,,1832,316,1693,6870,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Delaware,16,773,,519,75,449,1832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,District of Columbia,4,285,,122,15,118,544,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Florida,325,17656,,11704,2100,10080,41865,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Georgia,69,8735,,4946,685,4281,18716,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Guam,1,90,,44,8,92,235,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Hawaii,21,1828,,704,120,668,3341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Idaho,23,6323,,2660,223,1719,10948,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Illinois,181,8260,,5091,817,4400,18749,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Indiana,118,7030,,4167,582,3242,15139,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Iowa,39,2835,,1650,330,1504,6358,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Kansas,53,3233,,1903,244,1569,7002,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Kentucky,54,4516,,2676,346,2087,9679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Louisiana,45,2499,,1673,273,1363,5853,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Maine,24,1832,,1244,183,1101,4384,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Maryland,81,4634,,2763,440,2663,10581,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Massachusetts,113,5727,,3413,545,3283,13081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Michigan,122,9482,,5349,817,4665,20435,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Minnesota,71,5059,,2939,499,2544,11112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Mississippi,14,1993,,1324,190,1274,4795,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Missouri,75,7195,,3873,504,3128,14775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Montana,23,2204,,1199,151,856,4433,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Nebraska,18,1687,,1034,189,759,3687,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Nevada,30,4288,,1845,270,1592,8025,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,New Hampshire,44,2388,,1547,231,1521,5731,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,New Jersey,153,5815,,3099,575,3058,12700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,New Mexico,18,3028,,1464,235,1328,6073,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,New York,275,11588,,6659,1088,5976,25586,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,North Carolina,107,10716,,6109,827,5401,23160,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,North Dakota,9,667,,394,56,311,1437,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Ohio,234,11777,,7283,1039,6217,26550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Oklahoma,28,4775,,2558,318,1999,9678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Oregon,74,10754,,4861,587,3674,19950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Pennsylvania,205,10346,,6161,1116,5715,23543,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Puerto Rico,71,2925,,1225,150,772,5143,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Rhode Island,16,807,,473,82,467,1845,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,South Carolina,42,4740,,2798,405,2517,10502,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,South Dakota,12,908,,582,101,513,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Tennessee,84,9353,,5339,695,4566,20037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Texas,201,26083,,13434,1874,11487,53079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Utah,29,12200,,3391,267,2253,18140,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Vermont,13,910,,500,87,510,2020,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Virgin Islands,,126,,66,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Virginia,133,9134,,5300,741,4933,20241,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Washington,154,17913,,7973,915,5758,32713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,West Virginia,33,2846,,1430,166,1280,5755,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Wisconsin,64,4731,,3152,483,2631,11061,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Wyoming,8,1041,,690,96,511,2346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,Other*,1,266,,83,4,196,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-11,TOTAL,4396,362297,,185203,27045,157915,736856,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Alabama,47,5337,,3253,430,2935,12002,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Alaska,12,1469,,856,111,684,3132,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Arizona,89,10433,,5004,838,4636,21000,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Arkansas,28,3944,,1986,257,1644,7859,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,California,525,53609,,18309,2703,15379,90525,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Colorado,69,10332,,4508,609,3843,19361,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Connecticut,90,2945,,1829,317,1694,6875,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Delaware,16,772,,513,75,454,1830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,District of Columbia,4,285,,122,15,119,545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Florida,322,17595,,11694,2095,10076,41782,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Georgia,69,8687,,4944,680,4279,18659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Guam,1,90,,44,8,92,235,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Hawaii,21,1827,,705,120,669,3342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Idaho,23,6314,,2658,223,1721,10939,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Illinois,180,8257,,5080,812,4398,18727,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Indiana,118,7028,,4158,578,3240,15122,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Iowa,39,2833,,1647,327,1503,6349,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Kansas,53,3227,,1901,243,1571,6995,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Kentucky,54,4510,,2672,345,2090,9671,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Louisiana,45,2496,,1674,270,1365,5850,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Maine,24,1833,,1244,183,1101,4385,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Maryland,81,4623,,2760,437,2658,10559,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Massachusetts,112,5726,,3422,542,3287,13089,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Michigan,121,9465,,5345,813,4672,20416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Minnesota,71,5046,,2937,494,2543,11091,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Mississippi,14,1996,,1327,190,1276,4803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Missouri,75,7190,,3858,503,3132,14758,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Montana,22,2182,,1199,151,855,4409,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Nebraska,18,1680,,1034,188,757,3677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Nevada,30,4279,,1841,270,1591,8011,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,New Hampshire,44,2382,,1553,230,1525,5734,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,New Jersey,152,5817,,3085,574,3057,12685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,New Mexico,18,3018,,1463,233,1325,6057,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,New York,270,11691,,6646,1079,6002,25688,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,North Carolina,104,10713,,6113,825,5397,23152,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,North Dakota,9,659,,390,53,310,1421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Ohio,232,11731,,7261,1034,6220,26478,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Oklahoma,27,4771,,2555,318,1995,9666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Oregon,74,10746,,4857,587,3674,19938,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Pennsylvania,205,10343,,6167,1112,5721,23548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Puerto Rico,71,2920,,1223,147,775,5136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Rhode Island,16,809,,473,81,467,1846,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,South Carolina,41,4733,,2797,403,2516,10490,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,South Dakota,11,913,,578,100,510,2112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Tennessee,83,9341,,5338,696,4561,20019,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Texas,198,26090,,13422,1860,11495,53065,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Utah,29,12172,,3394,266,2250,18111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Vermont,13,903,,498,86,509,2009,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Virgin Islands,,126,,66,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Virginia,132,9134,,5303,740,4939,20248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Washington,153,17875,,7958,908,5753,32647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,West Virginia,33,2844,,1427,164,1286,5754,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Wisconsin,63,4722,,3149,477,2634,11045,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Wyoming,8,1036,,690,96,510,2340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,Other*,1,266,,83,4,196,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-23,TOTAL,4360,361765,,185013,26908,157939,735985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Alabama,47,5344,,3256,429,2934,12010,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Alaska,12,1473,,857,111,682,3135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Arizona,89,10442,,5007,837,4637,21012,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Arkansas,27,3947,,1987,257,1643,7861,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,California,524,53626,,18308,2701,15378,90537,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Colorado,69,10334,,4505,608,3842,19358,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Connecticut,90,2950,,1827,317,1695,6879,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Delaware,16,772,,513,76,455,1832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,District of Columbia,4,286,,122,15,119,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Florida,321,17604,,11697,2093,10073,41788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Georgia,69,8694,,4948,680,4281,18672,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Guam,1,90,,44,8,92,235,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Hawaii,21,1827,,703,120,670,3341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Idaho,23,6316,,2664,223,1722,10948,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Illinois,179,8258,,5084,812,4398,18731,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Indiana,118,7033,,4157,577,3241,15126,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Iowa,39,2822,,1654,327,1503,6345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Kansas,53,3224,,1900,243,1572,6992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Kentucky,54,4512,,2673,345,2089,9673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Louisiana,45,2496,,1676,270,1365,5852,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Maine,24,1833,,1244,182,1101,4384,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Maryland,81,4627,,2759,436,2656,10559,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Massachusetts,112,5736,,3422,542,3287,13099,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Michigan,121,9477,,5341,812,4674,20425,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Minnesota,71,5053,,2935,494,2543,11096,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Mississippi,14,1996,,1326,190,1277,4803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Missouri,75,7191,,3860,501,3133,14760,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Montana,22,2183,,1199,151,856,4411,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Nebraska,18,1680,,1034,188,757,3677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Nevada,30,4281,,1840,270,1592,8013,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,New Hampshire,44,2380,,1554,231,1526,5735,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,New Jersey,152,5828,,3082,574,3054,12690,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,New Mexico,18,3020,,1461,233,1326,6058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,New York,267,11700,,6652,1077,6004,25700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,North Carolina,104,10704,,6118,824,5396,23146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,North Dakota,9,660,,392,53,310,1424,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Ohio,231,11734,,7267,1032,6215,26479,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Oklahoma,27,4770,,2554,318,1996,9665,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Oregon,74,10762,,4856,586,3672,19950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Pennsylvania,205,10352,,6162,1111,5720,23550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Puerto Rico,71,2925,,1222,147,775,5140,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Rhode Island,16,810,,474,81,467,1848,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,South Carolina,41,4743,,2792,402,2517,10495,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,South Dakota,11,916,,578,100,510,2115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Tennessee,83,9353,,5339,692,4563,20030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Texas,198,26110,,13418,1858,11493,53077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Utah,29,12185,,3395,266,2250,18125,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Vermont,13,903,,498,86,510,2010,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Virgin Islands,,127,,66,8,48,249,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Virginia,132,9133,,5304,740,4941,20250,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Washington,153,17895,,7959,905,5750,32662,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,West Virginia,33,2842,,1427,162,1287,5751,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Wisconsin,63,4726,,3150,476,2633,11048,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Wyoming,8,1038,,690,96,510,2342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Other*,1,266,,84,4,196,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,TOTAL,4352,361989,,185036,26877,157936,736190,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Alabama,47,5343,,3255,429,2934,12008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Alaska,12,1473,,856,111,683,3135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Arizona,89,10443,,5008,836,4638,21014,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Arkansas,27,3947,,1987,257,1643,7861,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,California,524,53631,,18305,2702,15380,90542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Colorado,69,10335,,4505,608,3844,19361,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Connecticut,90,2952,,1826,317,1694,6879,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Delaware,16,771,,513,76,455,1831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,District of Columbia,4,286,,122,15,119,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Florida,321,17604,,11697,2092,10073,41787,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Georgia,69,8695,,4948,680,4281,18673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Guam,1,90,,44,8,92,235,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Hawaii,21,1827,,703,120,670,3341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Idaho,23,6319,,2664,223,1722,10951,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Illinois,179,8259,,5084,812,4398,18732,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Indiana,117,7029,,4159,577,3242,15124,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Iowa,39,2823,,1653,327,1502,6344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Kansas,53,3222,,1900,243,1572,6990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Kentucky,54,4518,,2671,345,2090,9678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Louisiana,45,2496,,1677,270,1365,5853,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Maine,24,1833,,1244,182,1101,4384,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Maryland,81,4626,,2758,436,2658,10559,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Massachusetts,112,5740,,3422,543,3286,13103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Michigan,121,9483,,5339,811,4674,20428,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Minnesota,70,5049,,2937,494,2544,11094,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Mississippi,14,1996,,1326,190,1277,4803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Missouri,75,7192,,3859,501,3134,14761,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Montana,22,2184,,1198,151,855,4410,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Nebraska,18,1679,,1035,188,757,3677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Nevada,30,4280,,1841,271,1592,8014,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,New Hampshire,44,2379,,1554,231,1527,5735,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,New Jersey,152,5829,,3082,574,3055,12692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,New Mexico,18,3023,,1462,233,1326,6062,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,New York,267,11697,,6652,1077,6007,25700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,North Carolina,104,10709,,6119,824,5396,23152,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,North Dakota,9,659,,393,53,310,1424,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Ohio,231,11733,,7269,1032,6217,26482,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Oklahoma,27,4766,,2555,318,1996,9662,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Oregon,74,10765,,4855,586,3673,19953,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Pennsylvania,205,10355,,6162,1111,5720,23553,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Puerto Rico,71,2926,,1223,147,775,5142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Rhode Island,16,810,,474,81,467,1848,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,South Carolina,41,4746,,2792,402,2517,10498,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,South Dakota,11,916,,578,100,510,2115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Tennessee,83,9355,,5336,692,4565,20031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Texas,198,26119,,13418,1859,11493,53087,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Utah,29,12189,,3394,265,2250,18127,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Vermont,13,903,,498,86,510,2010,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Virgin Islands,,127,,66,8,48,249,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Virginia,132,9136,,5306,740,4941,20255,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Washington,153,17895,,7960,906,5749,32663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,West Virginia,33,2843,,1427,162,1287,5752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Wisconsin,63,4726,,3150,477,2633,11049,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Wyoming,8,1040,,691,96,510,2345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,Other*,1,266,,84,4,196,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-26,TOTAL,4350,362037,,185036,26879,157953,736255,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Alabama,47,5339,,3255,429,2934,12004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Alaska,12,1470,,859,111,683,3135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Arizona,89,10428,,4998,834,4635,20984,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Arkansas,27,3937,,1986,257,1640,7847,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,California,520,53558,,18299,2698,15372,90447,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Colorado,69,10324,,4508,608,3848,19357,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Connecticut,90,2950,,1824,317,1695,6876,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Delaware,16,769,,513,75,454,1827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,District of Columbia,4,285,,122,15,120,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Florida,321,17590,,11688,2090,10066,41755,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Georgia,69,8675,,4943,680,4281,18648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Guam,1,88,,44,8,92,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Hawaii,20,1820,,703,120,669,3332,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Idaho,23,6316,,2668,222,1722,10951,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Illinois,179,8242,,5085,813,4399,18718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Indiana,116,7026,,4158,577,3243,15120,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Iowa,39,2815,,1652,326,1501,6333,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Kansas,53,3220,,1901,243,1570,6987,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Kentucky,52,4508,,2667,345,2089,9661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Louisiana,44,2495,,1677,270,1364,5850,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Maine,24,1835,,1243,182,1101,4385,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Maryland,81,4625,,2757,436,2659,10558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Massachusetts,112,5737,,3422,540,3285,13096,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Michigan,120,9461,,5341,811,4673,20406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Minnesota,69,5043,,2935,494,2543,11084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Mississippi,14,1995,,1327,190,1277,4803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Missouri,75,7181,,3855,500,3131,14742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Montana,22,2183,,1198,151,855,4409,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Nebraska,18,1677,,1034,188,757,3674,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Nevada,30,4274,,1843,271,1592,8010,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,New Hampshire,44,2377,,1553,231,1525,5730,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,New Jersey,152,5817,,3084,572,3053,12678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,New Mexico,18,3021,,1461,233,1324,6057,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,New York,265,11681,,6650,1077,6007,25680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,North Carolina,104,10692,,6126,822,5393,23137,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,North Dakota,9,656,,392,53,310,1420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Ohio,231,11715,,7268,1031,6215,26460,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Oklahoma,27,4758,,2557,318,1995,9655,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Oregon,74,10727,,4848,585,3672,19906,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Pennsylvania,205,10347,,6159,1111,5717,23539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Puerto Rico,71,2922,,1221,147,775,5136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Rhode Island,16,807,,473,80,467,1843,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,South Carolina,41,4738,,2789,402,2520,10490,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,South Dakota,11,917,,579,99,510,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Tennessee,83,9344,,5338,690,4564,20019,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Texas,197,26077,,13409,1856,11496,53035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Utah,29,12158,,3391,265,2250,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Vermont,13,899,,499,86,509,2006,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Virgin Islands,,127,,66,8,48,249,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Virginia,131,9125,,5308,739,4942,20245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Washington,152,17835,,7957,904,5746,32594,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,West Virginia,33,2844,,1425,162,1287,5751,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Wisconsin,63,4714,,3149,476,2637,11039,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Wyoming,8,1038,,691,96,509,2342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,Other*,1,265,,84,4,196,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-30,TOTAL,4334,361467,,184982,26848,157917,735548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Alabama,47,5339,,3256,429,2932,12003,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Alaska,12,1472,,859,111,683,3137,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Arizona,89,10430,,4999,834,4636,20988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Arkansas,27,3936,,1984,257,1641,7845,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,California,519,53571,,18306,2695,15364,90455,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Colorado,69,10321,,4511,608,3847,19356,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Connecticut,90,2949,,1824,317,1695,6875,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Delaware,16,769,,513,74,454,1826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,District of Columbia,4,286,,122,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Florida,320,17598,,11687,2089,10064,41758,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Georgia,69,8681,,4944,680,4282,18656,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Guam,1,88,,44,8,92,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Hawaii,20,1820,,703,120,668,3331,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Idaho,23,6325,,2668,222,1721,10959,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Illinois,180,8245,,5089,812,4402,18728,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Indiana,116,7033,,4160,577,3243,15129,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Iowa,39,2816,,1651,326,1501,6333,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Kansas,53,3217,,1901,243,1570,6984,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Kentucky,52,4508,,2667,345,2089,9661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Louisiana,44,2496,,1677,269,1365,5851,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Maine,24,1833,,1243,182,1100,4382,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Maryland,81,4624,,2757,436,2659,10557,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Massachusetts,111,5742,,3422,540,3285,13100,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Michigan,120,9464,,5341,811,4673,20409,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Minnesota,69,5037,,2939,493,2546,11084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Mississippi,14,2000,,1327,190,1275,4806,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Missouri,75,7185,,3854,500,3133,14747,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Montana,22,2182,,1198,151,855,4408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Nebraska,18,1679,,1034,188,757,3676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Nevada,30,4275,,1844,271,1592,8012,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,New Hampshire,44,2378,,1553,231,1525,5731,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,New Jersey,152,5820,,3083,571,3052,12678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,New Mexico,18,3026,,1462,233,1324,6063,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,New York,265,11692,,6651,1076,6008,25692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,North Carolina,104,10695,,6120,822,5389,23130,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,North Dakota,9,656,,392,53,310,1420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Ohio,231,11716,,7270,1030,6215,26462,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Oklahoma,27,4752,,2556,318,1994,9647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Oregon,74,10731,,4850,585,3671,19911,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Pennsylvania,205,10348,,6160,1111,5718,23542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Puerto Rico,71,2923,,1221,147,774,5136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Rhode Island,16,807,,472,80,466,1841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,South Carolina,41,4741,,2789,403,2520,10494,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,South Dakota,11,918,,579,99,509,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Tennessee,83,9353,,5342,690,4563,20031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Texas,197,26109,,13411,1856,11492,53065,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Utah,29,12162,,3388,264,2252,18095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Vermont,13,900,,499,86,509,2007,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Virgin Islands,,127,,66,8,48,249,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Virginia,131,9128,,5303,738,4941,20241,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Washington,152,17845,,7958,904,5743,32602,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,West Virginia,33,2846,,1423,161,1286,5749,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Wisconsin,63,4716,,3150,476,2637,11042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Wyoming,8,1038,,691,96,508,2341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Other*,1,265,,84,4,196,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,TOTAL,4332,361613,,184997,26835,157894,735671,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Alabama,47,5339,,3255,429,2932,12002,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Alaska,12,1472,,858,111,683,3136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Arizona,89,10429,,4998,834,4635,20985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Arkansas,27,3936,,1984,257,1641,7845,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,California,519,53565,,18304,2695,15359,90442,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Colorado,69,10320,,4511,608,3847,19355,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Connecticut,89,2949,,1824,317,1695,6874,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Delaware,16,769,,513,74,454,1826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,District of Columbia,4,286,,122,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Florida,320,17595,,11685,2086,10063,41749,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Georgia,69,8679,,4943,680,4282,18653,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Guam,1,88,,44,8,92,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Hawaii,20,1819,,703,120,668,3330,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Idaho,23,6325,,2668,222,1721,10959,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Illinois,180,8244,,5086,811,4401,18722,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Indiana,116,7032,,4160,577,3243,15128,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Iowa,39,2816,,1651,326,1501,6333,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Kansas,53,3217,,1901,243,1570,6984,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Kentucky,52,4507,,2667,345,2089,9660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Louisiana,44,2495,,1677,267,1364,5847,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Maine,24,1833,,1243,181,1100,4381,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Maryland,81,4623,,2755,436,2659,10554,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Massachusetts,111,5742,,3421,540,3285,13099,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Michigan,120,9463,,5341,810,4670,20404,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Minnesota,69,5037,,2938,492,2546,11082,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Mississippi,14,2000,,1326,190,1275,4805,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Missouri,75,7181,,3854,500,3133,14743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Montana,22,2182,,1198,150,855,4407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Nebraska,18,1679,,1034,188,757,3676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Nevada,30,4274,,1844,271,1592,8011,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,New Hampshire,44,2378,,1551,231,1523,5727,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,New Jersey,151,5819,,3083,571,3052,12676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,New Mexico,18,3026,,1462,233,1324,6063,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,New York,265,11691,,6648,1073,6008,25685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,North Carolina,104,10693,,6120,822,5389,23128,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,North Dakota,9,656,,392,53,310,1420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Ohio,231,11712,,7268,1030,6215,26456,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Oklahoma,27,4752,,2556,318,1994,9647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Oregon,74,10730,,4850,585,3671,19910,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Pennsylvania,205,10347,,6158,1111,5718,23539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Puerto Rico,71,2923,,1221,147,774,5136,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Rhode Island,16,807,,471,80,466,1840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,South Carolina,41,4741,,2789,403,2520,10494,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,South Dakota,11,918,,579,99,509,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Tennessee,83,9353,,5342,690,4563,20031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Texas,197,26106,,13408,1856,11491,53058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Utah,29,12156,,3387,264,2252,18088,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Vermont,13,900,,499,86,509,2007,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Virgin Islands,,127,,66,8,48,249,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Virginia,131,9127,,5302,738,4941,20239,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Washington,152,17840,,7956,904,5742,32594,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,West Virginia,33,2846,,1422,161,1286,5748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Wisconsin,63,4716,,3150,475,2637,11041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Wyoming,8,1038,,690,96,508,2340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,Other*,1,265,,84,4,196,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-31,TOTAL,4330,361563,,184962,26821,157878,735554,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Alabama,47,5330,,3250,428,2928,11983,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Alaska,12,1481,,860,111,683,3147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Arizona,89,10404,,4993,834,4636,20956,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Arkansas,27,3937,,1983,256,1641,7844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,California,519,53560,,18286,2691,15351,90407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Colorado,69,10324,,4508,608,3846,19355,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Connecticut,89,2947,,1825,316,1694,6871,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Delaware,16,767,,516,74,454,1827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,District of Columbia,4,285,,123,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Florida,320,17578,,11686,2085,10059,41728,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Georgia,69,8676,,4938,676,4281,18640,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Hawaii,20,1817,,703,120,668,3328,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Idaho,23,6337,,2667,219,1721,10967,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Illinois,181,8238,,5081,810,4399,18709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Indiana,116,7025,,4154,574,3243,15112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Iowa,39,2809,,1649,323,1497,6317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Kansas,53,3209,,1898,242,1569,6971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Kentucky,52,4503,,2668,344,2090,9657,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Louisiana,43,2490,,1675,267,1365,5840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Maine,24,1833,,1238,182,1100,4377,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Maryland,81,4627,,2746,436,2658,10548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Massachusetts,111,5748,,3423,539,3286,13107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Michigan,120,9447,,5342,808,4665,20382,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Minnesota,68,5043,,2932,491,2547,11081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Mississippi,14,1999,,1327,190,1275,4805,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Missouri,75,7180,,3858,498,3130,14741,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Montana,22,2186,,1202,150,854,4414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Nebraska,17,1681,,1036,187,756,3677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Nevada,30,4271,,1844,270,1591,8006,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,New Hampshire,44,2381,,1550,230,1524,5729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,New Jersey,151,5832,,3088,572,3051,12694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,New Mexico,18,3026,,1461,232,1325,6062,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,New York,264,11694,,6649,1073,6006,25686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,North Carolina,105,10702,,6116,822,5385,23130,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,North Dakota,9,656,,393,53,310,1421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Ohio,230,11704,,7265,1026,6216,26441,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Oklahoma,27,4750,,2557,318,1992,9644,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Oregon,74,10734,,4843,582,3670,19903,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Pennsylvania,205,10346,,6156,1111,5716,23534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Puerto Rico,71,2927,,1221,146,775,5140,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Rhode Island,16,807,,471,80,466,1840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,South Carolina,41,4742,,2791,404,2520,10498,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,South Dakota,11,915,,578,99,509,2112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Tennessee,83,9358,,5342,689,4563,20035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Texas,196,26095,,13403,1849,11495,53038,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Utah,29,12165,,3385,264,2251,18094,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Vermont,12,897,,499,86,510,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Virgin Islands,,127,,65,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Virginia,132,9127,,5301,738,4941,20239,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Washington,151,17844,,7954,901,5739,32589,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,West Virginia,33,2847,,1423,160,1286,5749,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Wisconsin,63,4709,,3152,474,2640,11038,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Wyoming,8,1039,,692,96,508,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,Other*,1,257,,84,4,196,542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-04,TOTAL,4325,361501,,184894,26769,157840,735329,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Alabama,47,5327,,3250,428,2930,11982,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Alaska,12,1481,,860,111,683,3147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Arizona,89,10400,,4992,834,4640,20955,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Arkansas,27,3935,,1983,256,1642,7843,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,California,519,53556,,18284,2690,15352,90401,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Colorado,69,10322,,4508,608,3845,19352,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Connecticut,89,2947,,1825,316,1694,6871,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Delaware,16,767,,515,74,454,1826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,District of Columbia,4,285,,123,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Florida,320,17572,,11684,2084,10060,41720,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Georgia,69,8673,,4940,675,4282,18639,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Hawaii,20,1817,,703,120,668,3328,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Idaho,23,6336,,2668,219,1721,10967,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Illinois,181,8233,,5085,810,4400,18709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Indiana,116,7023,,4154,574,3243,15110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Iowa,39,2809,,1649,323,1497,6317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Kansas,53,3206,,1901,242,1568,6970,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Kentucky,52,4503,,2668,344,2090,9657,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Louisiana,43,2489,,1676,267,1365,5840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Maine,23,1831,,1238,182,1099,4373,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Maryland,81,4623,,2747,436,2657,10544,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Massachusetts,111,5746,,3424,539,3286,13106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Michigan,120,9447,,5341,808,4666,20382,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Minnesota,68,5042,,2929,491,2549,11079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Mississippi,14,1997,,1329,190,1274,4804,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Missouri,75,7179,,3858,498,3130,14740,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Montana,22,2184,,1202,150,854,4412,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Nebraska,17,1681,,1036,187,756,3677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Nevada,30,4269,,1846,270,1591,8006,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,New Hampshire,44,2379,,1550,230,1524,5727,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,New Jersey,151,5832,,3088,571,3051,12693,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,New Mexico,18,3022,,1463,232,1326,6061,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,New York,264,11693,,6646,1072,6005,25680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,North Carolina,105,10691,,6120,821,5392,23129,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,North Dakota,9,656,,393,53,310,1421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Ohio,230,11693,,7271,1026,6215,26435,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Oklahoma,27,4746,,2557,318,1995,9643,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Oregon,74,10731,,4844,582,3671,19902,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Pennsylvania,205,10344,,6157,1110,5716,23532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Puerto Rico,71,2927,,1220,146,775,5139,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Rhode Island,16,807,,471,80,466,1840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,South Carolina,41,4741,,2791,404,2521,10498,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,South Dakota,11,915,,578,99,509,2112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Tennessee,83,9356,,5343,689,4564,20035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Texas,196,26082,,13403,1848,11499,53028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Utah,29,12162,,3384,264,2251,18090,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Vermont,12,897,,499,86,510,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Virgin Islands,,127,,65,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Virginia,132,9118,,5296,738,4945,20229,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Washington,151,17842,,7954,900,5738,32585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,West Virginia,33,2844,,1422,160,1286,5745,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Wisconsin,63,4709,,3153,473,2639,11037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Wyoming,8,1039,,692,96,508,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,Other*,1,257,,84,4,196,542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-06,TOTAL,4324,361378,,184906,26759,157867,735234,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Alabama,47,5329,,3252,428,2930,11986,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Alaska,12,1482,,858,111,682,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Arizona,89,10404,,4992,834,4640,20959,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Arkansas,27,3934,,1982,256,1644,7843,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,California,519,53567,,18286,2689,15357,90418,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Colorado,69,10322,,4505,608,3845,19349,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Connecticut,89,2948,,1823,317,1694,6871,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Delaware,16,767,,515,74,454,1826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,District of Columbia,4,284,,123,15,120,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Florida,320,17573,,11691,2084,10059,41727,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Georgia,69,8677,,4941,675,4284,18646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Hawaii,20,1817,,703,120,668,3328,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Idaho,23,6338,,2668,219,1723,10971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Illinois,181,8247,,5084,810,4399,18721,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Indiana,116,7025,,4156,573,3246,15116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Iowa,39,2808,,1648,323,1498,6316,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Kansas,53,3207,,1900,240,1568,6968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Kentucky,52,4506,,2665,344,2089,9656,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Louisiana,43,2489,,1677,267,1365,5841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Maine,23,1831,,1239,182,1099,4374,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Maryland,81,4626,,2746,436,2658,10547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Massachusetts,111,5748,,3423,539,3284,13105,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Michigan,120,9444,,5343,810,4668,20385,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Minnesota,68,5043,,2928,491,2548,11078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Mississippi,14,1996,,1329,190,1275,4804,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Missouri,75,7182,,3856,498,3131,14742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Montana,22,2184,,1202,150,854,4412,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Nebraska,17,1680,,1037,187,755,3676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Nevada,30,4271,,1847,270,1591,8009,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,New Hampshire,44,2382,,1550,230,1524,5730,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,New Jersey,151,5830,,3087,571,3054,12693,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,New Mexico,18,3023,,1465,232,1326,6064,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,New York,264,11689,,6643,1071,6004,25671,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,North Carolina,105,10691,,6121,821,5390,23128,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,North Dakota,9,656,,393,53,310,1421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Ohio,230,11689,,7270,1025,6216,26430,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Oklahoma,27,4753,,2558,318,1996,9652,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Oregon,74,10718,,4848,582,3671,19893,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Pennsylvania,205,10342,,6159,1110,5719,23535,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Puerto Rico,71,2932,,1220,146,776,5145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Rhode Island,16,805,,470,80,466,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,South Carolina,41,4742,,2791,404,2522,10500,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,South Dakota,11,915,,578,99,509,2112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Tennessee,83,9356,,5340,689,4563,20031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Texas,196,26093,,13408,1848,11503,53048,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Utah,28,12163,,3384,264,2251,18090,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Vermont,12,897,,499,86,510,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Virgin Islands,,127,,65,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Virginia,132,9124,,5293,738,4949,20236,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Washington,151,17845,,7953,901,5737,32587,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,West Virginia,33,2845,,1421,160,1286,5745,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Wisconsin,63,4711,,3154,473,2639,11040,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Wyoming,8,1040,,692,96,508,2344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,Other*,1,257,,84,4,196,542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-07,TOTAL,4323,361442,,184909,26757,157892,735323,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Alabama,47,5329,,3251,428,2927,11982,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Alaska,12,1482,,858,111,682,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Arizona,89,10403,,4994,835,4640,20961,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Arkansas,27,3934,,1982,256,1644,7843,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,California,519,53568,,18289,2689,15357,90422,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Colorado,69,10323,,4506,608,3845,19351,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Connecticut,89,2948,,1823,318,1693,6871,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Delaware,16,767,,515,73,454,1825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,District of Columbia,4,284,,123,15,120,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Florida,320,17578,,11693,2085,10059,41735,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Georgia,69,8676,,4940,674,4284,18643,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Hawaii,20,1817,,703,120,668,3328,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Idaho,23,6340,,2669,219,1722,10973,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Illinois,181,8247,,5083,811,4399,18721,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Indiana,116,7027,,4156,573,3246,15118,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Iowa,39,2808,,1648,323,1498,6316,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Kansas,53,3204,,1904,240,1568,6969,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Kentucky,52,4504,,2667,344,2090,9657,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Louisiana,43,2489,,1679,267,1365,5843,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Maine,23,1832,,1239,182,1099,4375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Maryland,80,4624,,2747,436,2656,10543,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Massachusetts,111,5745,,3422,539,3286,13103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Michigan,120,9444,,5346,810,4668,20388,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Minnesota,68,5042,,2928,491,2548,11077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Mississippi,14,1996,,1329,190,1275,4804,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Missouri,75,7184,,3856,498,3131,14744,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Montana,22,2186,,1202,150,854,4414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Nebraska,17,1680,,1036,187,755,3675,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Nevada,30,4271,,1847,270,1592,8010,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,New Hampshire,44,2382,,1550,230,1524,5730,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,New Jersey,151,5830,,3087,571,3054,12693,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,New Mexico,18,3024,,1465,232,1325,6064,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,New York,264,11689,,6643,1071,6003,25670,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,North Carolina,105,10695,,6124,821,5390,23135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,North Dakota,9,656,,393,53,310,1421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Ohio,230,11688,,7270,1025,6216,26429,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Oklahoma,27,4753,,2561,317,1996,9654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Oregon,74,10717,,4848,582,3673,19894,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Pennsylvania,205,10342,,6158,1109,5720,23534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Puerto Rico,71,2933,,1220,145,775,5144,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Rhode Island,16,805,,470,80,466,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,South Carolina,41,4743,,2792,404,2522,10502,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,South Dakota,11,914,,578,99,509,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Tennessee,83,9360,,5342,689,4564,20038,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Texas,196,26104,,13406,1848,11502,53056,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Utah,28,12164,,3383,264,2250,18089,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Vermont,12,897,,499,86,510,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Virgin Islands,,127,,65,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Virginia,132,9124,,5293,739,4948,20236,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Washington,151,17850,,7953,901,5738,32593,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,West Virginia,33,2845,,1421,160,1287,5746,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Wisconsin,63,4715,,3153,473,2640,11044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Wyoming,8,1041,,692,96,508,2345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,Other*,1,257,,84,4,197,543,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-08,TOTAL,4322,361475,,184929,26757,157891,735374,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Alabama,47,5328,,3250,427,2928,11980,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Alaska,12,1482,,858,111,682,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Arizona,89,10408,,4994,834,4640,20965,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Arkansas,27,3935,,1983,257,1644,7846,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,California,518,53572,,18287,2689,15356,90422,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Colorado,69,10323,,4506,608,3845,19351,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Connecticut,89,2947,,1823,318,1694,6871,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Delaware,16,768,,516,73,454,1827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,District of Columbia,4,284,,123,15,120,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Florida,321,17580,,11693,2085,10061,41740,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Georgia,69,8675,,4938,674,4283,18639,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Hawaii,20,1817,,703,120,668,3328,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Idaho,23,6340,,2669,219,1721,10972,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Illinois,181,8249,,5084,811,4399,18724,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Indiana,116,7025,,4158,573,3246,15118,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Iowa,39,2808,,1648,323,1498,6316,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Kansas,53,3205,,1904,240,1569,6971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Kentucky,52,4503,,2667,344,2090,9656,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Louisiana,43,2490,,1680,267,1365,5845,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Maine,23,1832,,1239,182,1099,4375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Maryland,80,4624,,2746,436,2657,10543,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Massachusetts,111,5746,,3421,538,3286,13102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Michigan,120,9445,,5349,809,4668,20391,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Minnesota,68,5042,,2928,491,2548,11077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Mississippi,14,1997,,1330,190,1275,4806,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Missouri,75,7189,,3855,498,3131,14748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Montana,22,2187,,1202,150,854,4415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Nebraska,17,1680,,1036,187,755,3675,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Nevada,30,4274,,1847,270,1592,8013,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,New Hampshire,44,2382,,1549,230,1524,5729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,New Jersey,150,5832,,3087,571,3054,12694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,New Mexico,18,3021,,1467,232,1325,6063,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,New York,264,11694,,6642,1071,6003,25674,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,North Carolina,106,10699,,6124,821,5390,23140,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,North Dakota,9,656,,393,53,310,1421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Ohio,230,11687,,7271,1025,6215,26428,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Oklahoma,27,4753,,2560,317,1996,9653,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Oregon,74,10718,,4848,582,3673,19895,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Pennsylvania,205,10341,,6161,1109,5721,23537,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Puerto Rico,71,2934,,1220,145,776,5146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Rhode Island,16,806,,469,80,466,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,South Carolina,41,4743,,2794,404,2523,10505,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,South Dakota,11,914,,577,99,510,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Tennessee,83,9359,,5346,689,4564,20041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Texas,196,26112,,13407,1849,11500,53064,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Utah,28,12165,,3385,264,2249,18091,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Vermont,12,897,,499,86,510,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Virgin Islands,,127,,65,8,48,248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Virginia,132,9123,,5294,739,4949,20237,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Washington,151,17855,,7952,900,5741,32599,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,West Virginia,33,2845,,1421,160,1287,5746,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Wisconsin,63,4715,,3152,471,2640,11041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Wyoming,8,1039,,693,96,508,2344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,Other*,1,257,,84,4,197,543,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-09,TOTAL,4322,361517,,184941,26752,157898,735430,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Alabama,47,5324,,3248,427,2925,11971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Alaska,12,1483,,858,111,679,3143,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Arizona,89,10399,,4994,834,4641,20957,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Arkansas,27,3929,,1979,257,1643,7835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,California,517,53555,,18267,2686,15354,90379,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Colorado,69,10323,,4504,608,3843,19347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Connecticut,88,2945,,1824,318,1695,6870,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Delaware,16,769,,516,73,454,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,District of Columbia,4,284,,123,15,119,545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Florida,321,17578,,11689,2083,10060,41731,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Georgia,69,8680,,4936,674,4283,18642,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Hawaii,20,1817,,703,120,669,3329,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Idaho,23,6338,,2667,219,1723,10970,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Illinois,181,8243,,5079,810,4399,18712,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Indiana,116,7023,,4155,571,3246,15111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Iowa,39,2804,,1647,323,1498,6311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Kansas,53,3202,,1904,240,1569,6968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Kentucky,52,4506,,2666,344,2091,9659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Louisiana,43,2489,,1678,266,1365,5841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Maine,23,1829,,1239,182,1101,4374,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Maryland,80,4621,,2745,436,2657,10539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Massachusetts,111,5747,,3421,537,3286,13102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Michigan,120,9440,,5344,809,4668,20381,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Minnesota,68,5046,,2928,491,2546,11079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Mississippi,14,1994,,1329,188,1274,4799,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Missouri,75,7177,,3854,498,3129,14733,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Montana,22,2188,,1202,150,853,4415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Nebraska,17,1681,,1036,187,756,3677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Nevada,30,4271,,1841,270,1593,8005,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,New Hampshire,43,2382,,1548,230,1523,5726,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,New Jersey,150,5830,,3086,571,3053,12690,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,New Mexico,18,3024,,1464,231,1323,6060,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,New York,264,11695,,6643,1070,6002,25674,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,North Carolina,106,10685,,6120,821,5385,23117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,North Dakota,9,656,,392,53,310,1420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Ohio,229,11679,,7261,1026,6217,26412,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Oklahoma,26,4751,,2555,317,1994,9643,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Oregon,74,10715,,4848,582,3673,19892,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Pennsylvania,205,10333,,6165,1109,5721,23533,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Puerto Rico,71,2934,,1220,145,776,5146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Rhode Island,16,805,,469,80,466,1836,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,South Carolina,41,4742,,2788,404,2523,10498,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,South Dakota,11,914,,577,99,510,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Tennessee,83,9355,,5345,690,4562,20035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Texas,196,26094,,13401,1847,11491,53029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Utah,28,12163,,3384,264,2247,18086,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Vermont,12,896,,499,86,510,2003,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Virgin Islands,,124,,64,8,48,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Virginia,132,9125,,5296,739,4949,20241,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Washington,151,17852,,7952,900,5741,32596,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,West Virginia,33,2845,,1418,160,1286,5742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Wisconsin,63,4714,,3153,470,2639,11039,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Wyoming,8,1035,,693,96,508,2340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-11,TOTAL,4317,361378,,184844,26737,157863,735139,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Alabama,47,5323,,3249,427,2925,11971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Alaska,12,1482,,858,111,679,3142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Arizona,89,10397,,4995,834,4642,20957,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Arkansas,27,3927,,1980,257,1644,7835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,California,517,53534,,18275,2686,15359,90371,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Colorado,69,10321,,4503,608,3845,19346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Connecticut,88,2941,,1826,318,1695,6868,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Delaware,16,768,,517,73,454,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,District of Columbia,4,284,,123,15,119,545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Florida,320,17570,,11694,2083,10061,41728,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Georgia,69,8674,,4941,674,4283,18641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Hawaii,20,1815,,705,120,669,3329,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Idaho,23,6338,,2667,219,1723,10970,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Illinois,181,8238,,5082,810,4400,18711,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Indiana,116,7015,,4159,571,3246,15107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Iowa,39,2803,,1646,323,1499,6310,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Kansas,53,3197,,1904,240,1571,6965,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Kentucky,52,4506,,2666,344,2091,9659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Louisiana,43,2489,,1678,266,1365,5841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Maine,23,1829,,1238,182,1102,4374,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Maryland,80,4619,,2743,436,2660,10538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Massachusetts,111,5746,,3421,537,3287,13102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Michigan,120,9433,,5345,809,4670,20377,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Minnesota,68,5046,,2927,490,2546,11077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Mississippi,14,1994,,1328,188,1275,4799,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Missouri,75,7172,,3858,498,3129,14732,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Montana,22,2187,,1202,149,853,4413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Nebraska,17,1677,,1037,187,756,3674,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Nevada,30,4270,,1841,270,1593,8004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,New Hampshire,43,2382,,1547,230,1524,5726,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,New Jersey,150,5827,,3084,571,3054,12686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,New Mexico,18,3024,,1464,231,1323,6060,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,New York,264,11690,,6645,1070,6002,25671,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,North Carolina,106,10681,,6124,821,5386,23118,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,North Dakota,9,653,,394,53,311,1420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Ohio,229,11666,,7264,1026,6223,26408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Oklahoma,26,4738,,2556,317,1994,9631,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Oregon,74,10709,,4848,582,3674,19887,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Pennsylvania,205,10330,,6166,1108,5721,23530,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Puerto Rico,71,2933,,1219,145,778,5146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Rhode Island,16,805,,469,80,466,1836,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,South Carolina,41,4739,,2787,404,2526,10497,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,South Dakota,11,914,,578,99,510,2112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Tennessee,83,9351,,5345,690,4565,20034,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Texas,196,26083,,13402,1847,11493,53021,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Utah,28,12162,,3385,264,2247,18086,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Vermont,12,896,,499,86,510,2003,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Virgin Islands,,124,,64,8,48,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Virginia,132,9119,,5295,739,4951,20236,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Washington,151,17851,,7950,900,5744,32596,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,West Virginia,33,2845,,1418,160,1286,5742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Wisconsin,63,4709,,3154,470,2639,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Wyoming,8,1035,,693,96,508,2340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-13,TOTAL,4316,361206,,184885,26734,157911,735052,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Alabama,47,5325,,3249,427,2923,11971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Alaska,12,1484,,858,111,678,3143,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Arizona,89,10396,,4994,833,4646,20958,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Arkansas,27,3928,,1981,256,1645,7837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,California,517,53541,,18271,2683,15357,90369,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Colorado,69,10329,,4503,608,3845,19354,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Connecticut,88,2947,,1827,318,1695,6875,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Delaware,15,769,,517,73,455,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,District of Columbia,4,283,,123,15,120,545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Florida,320,17581,,11692,2082,10061,41736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Georgia,69,8680,,4944,674,4285,18652,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Hawaii,20,1813,,705,120,669,3327,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Idaho,23,6339,,2667,219,1723,10971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Illinois,181,8232,,5082,810,4402,18707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Indiana,116,7020,,4159,570,3245,15110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Iowa,39,2806,,1648,323,1500,6316,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Kansas,53,3202,,1903,240,1571,6969,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Kentucky,52,4506,,2665,344,2091,9658,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Louisiana,43,2488,,1680,266,1366,5843,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Maine,23,1831,,1239,181,1102,4376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Maryland,80,4626,,2742,435,2661,10544,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Massachusetts,111,5745,,3419,536,3287,13098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Michigan,120,9434,,5348,807,4672,20381,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Minnesota,68,5053,,2927,490,2546,11084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Mississippi,14,1994,,1330,186,1275,4799,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Missouri,75,7177,,3859,497,3128,14736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Montana,22,2193,,1202,149,853,4419,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Nebraska,17,1677,,1037,186,756,3673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Nevada,30,4273,,1841,270,1594,8008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,New Hampshire,42,2381,,1546,230,1524,5723,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,New Jersey,150,5824,,3084,571,3054,12683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,New Mexico,18,3021,,1462,231,1323,6055,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,New York,264,11696,,6644,1070,6001,25675,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,North Carolina,106,10689,,6126,821,5386,23128,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,North Dakota,9,652,,394,53,311,1419,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Ohio,229,11676,,7265,1026,6225,26421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Oklahoma,26,4731,,2557,317,1993,9624,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Oregon,74,10710,,4849,583,3674,19890,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Pennsylvania,205,10325,,6161,1108,5721,23520,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Puerto Rico,70,2935,,1219,144,778,5146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Rhode Island,16,807,,469,80,465,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,South Carolina,41,4745,,2786,404,2526,10502,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,South Dakota,11,914,,578,99,509,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Tennessee,83,9355,,5344,690,4564,20036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Texas,196,26094,,13400,1848,11493,53031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Utah,28,12170,,3386,264,2248,18096,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Vermont,12,897,,499,86,510,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Virgin Islands,,124,,64,8,48,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Virginia,132,9123,,5294,739,4956,20244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Washington,150,17856,,7950,899,5744,32599,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,West Virginia,33,2845,,1419,160,1286,5743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Wisconsin,63,4710,,3154,470,2638,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Wyoming,8,1035,,693,96,508,2340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-14,TOTAL,4312,361332,,184882,26718,157923,735167,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Alabama,47,5325,,3249,427,2922,11970,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Alaska,12,1484,,858,111,678,3143,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Arizona,89,10396,,4993,833,4645,20956,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Arkansas,27,3930,,1982,256,1645,7840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,California,517,53544,,18273,2683,15356,90373,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Colorado,69,10333,,4505,608,3844,19359,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Connecticut,88,2949,,1827,318,1695,6877,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Delaware,15,769,,516,73,456,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,District of Columbia,4,283,,123,15,120,545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Florida,320,17582,,11694,2081,10063,41740,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Georgia,69,8686,,4944,674,4286,18659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Hawaii,20,1814,,705,120,668,3327,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Idaho,23,6340,,2668,219,1723,10973,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Illinois,181,8231,,5080,810,4402,18704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Indiana,115,7021,,4161,569,3246,15112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Iowa,39,2805,,1648,323,1500,6315,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Kansas,53,3204,,1902,240,1570,6969,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Kentucky,52,4504,,2667,344,2093,9660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Louisiana,43,2487,,1680,266,1366,5842,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Maine,23,1831,,1238,181,1102,4375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Maryland,80,4625,,2742,435,2660,10542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Massachusetts,111,5744,,3419,536,3287,13097,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Michigan,120,9442,,5348,807,4672,20389,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Minnesota,68,5052,,2926,490,2546,11082,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Mississippi,14,1993,,1330,186,1275,4798,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Missouri,75,7182,,3859,497,3128,14741,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Montana,22,2193,,1200,148,853,4416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Nebraska,17,1680,,1038,186,756,3677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Nevada,30,4276,,1842,270,1595,8013,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,New Hampshire,42,2381,,1546,230,1524,5723,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,New Jersey,150,5822,,3087,571,3054,12684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,New Mexico,18,3019,,1464,231,1325,6057,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,New York,264,11698,,6643,1070,6001,25676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,North Carolina,106,10691,,6128,820,5389,23134,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,North Dakota,9,652,,394,53,311,1419,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Ohio,229,11677,,7268,1027,6229,26430,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Oklahoma,26,4734,,2558,318,1993,9629,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Oregon,74,10712,,4847,583,3673,19889,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Pennsylvania,205,10321,,6161,1108,5722,23517,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Puerto Rico,70,2942,,1218,144,779,5153,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Rhode Island,16,806,,469,80,465,1836,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,South Carolina,41,4745,,2787,404,2525,10502,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,South Dakota,11,915,,578,99,509,2112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Tennessee,83,9357,,5343,690,4566,20039,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Texas,196,26096,,13399,1847,11493,53031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Utah,28,12178,,3388,264,2249,18107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Vermont,12,897,,499,86,510,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Virgin Islands,,124,,64,8,48,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Virginia,132,9125,,5295,739,4956,20247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Washington,150,17865,,7949,899,5747,32610,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,West Virginia,33,2846,,1419,159,1286,5743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Wisconsin,63,4710,,3154,470,2638,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Wyoming,8,1037,,693,96,509,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-15,TOTAL,4311,361400,,184895,26714,157940,735260,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Alabama,47,5326,,3250,427,2922,11972,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Alaska,12,1484,,859,111,678,3144,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Arizona,89,10398,,4994,833,4646,20960,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Arkansas,27,3931,,1981,256,1644,7839,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,California,517,53551,,18275,2683,15356,90382,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Colorado,69,10334,,4505,608,3844,19360,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Connecticut,88,2951,,1827,318,1695,6879,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Delaware,15,769,,516,73,456,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,District of Columbia,4,283,,123,15,120,545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Florida,320,17586,,11695,2079,10064,41744,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Georgia,69,8683,,4944,674,4287,18657,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Hawaii,20,1814,,705,120,668,3327,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Idaho,23,6338,,2669,219,1723,10972,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Illinois,181,8232,,5078,810,4403,18704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Indiana,115,7024,,4160,567,3246,15112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Iowa,39,2806,,1647,323,1500,6315,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Kansas,53,3203,,1902,240,1570,6968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Kentucky,52,4504,,2667,345,2093,9661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Louisiana,43,2488,,1680,266,1365,5842,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Maine,23,1831,,1238,181,1102,4375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Maryland,80,4624,,2742,435,2660,10541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Massachusetts,111,5744,,3419,536,3287,13097,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Michigan,120,9446,,5349,806,4672,20393,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Minnesota,68,5057,,2926,490,2546,11087,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Mississippi,14,1993,,1330,185,1275,4797,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Missouri,75,7183,,3859,497,3128,14742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Montana,22,2192,,1200,148,853,4415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Nebraska,17,1683,,1038,186,756,3680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Nevada,30,4277,,1840,270,1596,8013,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,New Hampshire,42,2381,,1545,231,1525,5724,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,New Jersey,150,5827,,3085,570,3054,12686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,New Mexico,18,3017,,1462,231,1327,6055,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,New York,265,11696,,6643,1070,6002,25676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,North Carolina,106,10689,,6127,820,5389,23131,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,North Dakota,9,652,,394,53,311,1419,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Ohio,229,11680,,7270,1026,6227,26432,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Oklahoma,26,4733,,2558,317,1993,9627,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Oregon,74,10714,,4848,583,3673,19892,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Pennsylvania,205,10322,,6160,1108,5723,23518,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Puerto Rico,70,2942,,1218,144,779,5153,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Rhode Island,16,806,,469,79,465,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,South Carolina,41,4751,,2788,405,2526,10511,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,South Dakota,11,915,,578,99,509,2112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Tennessee,82,9359,,5342,690,4566,20039,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Texas,196,26095,,13403,1847,11495,53036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Utah,28,12179,,3387,264,2250,18108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Vermont,12,897,,499,86,510,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Virgin Islands,,124,,64,8,48,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Virginia,132,9127,,5296,740,4955,20250,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Washington,150,17870,,7951,899,5747,32617,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,West Virginia,33,2846,,1419,159,1286,5743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Wisconsin,63,4712,,3154,469,2638,11036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Wyoming,8,1037,,693,96,509,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-16,TOTAL,4311,361451,,184898,26707,157949,735316,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Alabama,47,5322,,3249,427,2922,11967,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Alaska,12,1484,,858,111,678,3143,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Arizona,89,10396,,4994,833,4645,20957,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Arkansas,27,3925,,1981,256,1642,7831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,California,517,53487,,18264,2678,15355,90301,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Colorado,69,10315,,4501,608,3843,19336,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Connecticut,88,2950,,1827,318,1695,6878,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Delaware,15,769,,516,73,456,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,District of Columbia,4,283,,123,15,120,545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Florida,318,17565,,11690,2078,10062,41713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Georgia,69,8691,,4943,675,4287,18665,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Hawaii,20,1810,,705,119,669,3323,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Idaho,23,6346,,2666,218,1722,10975,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Illinois,179,8230,,5076,810,4402,18697,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Indiana,115,7024,,4159,566,3244,15108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Iowa,39,2803,,1646,323,1500,6311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Kansas,52,3199,,1900,239,1566,6956,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Kentucky,52,4504,,2666,345,2092,9659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Louisiana,43,2489,,1679,266,1363,5840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Maine,23,1831,,1237,181,1102,4374,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Maryland,80,4621,,2740,435,2659,10535,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Massachusetts,111,5744,,3421,537,3290,13103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Michigan,120,9435,,5342,805,4671,20373,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Minnesota,68,5058,,2924,490,2546,11086,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Mississippi,14,1993,,1330,185,1275,4797,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Missouri,75,7177,,3854,495,3128,14729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Montana,22,2193,,1200,148,853,4416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Nebraska,17,1685,,1038,185,756,3681,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Nevada,30,4275,,1839,270,1595,8009,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,New Hampshire,42,2378,,1545,231,1525,5721,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,New Jersey,149,5823,,3086,570,3053,12681,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,New Mexico,18,3017,,1461,231,1326,6053,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,New York,265,11695,,6641,1070,6000,25671,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,North Carolina,106,10682,,6126,820,5389,23123,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,North Dakota,9,653,,393,53,309,1417,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Ohio,229,11666,,7259,1026,6228,26408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Oklahoma,26,4738,,2559,317,1994,9634,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Oregon,74,10695,,4842,583,3672,19866,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Pennsylvania,205,10317,,6155,1106,5723,23506,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Puerto Rico,70,2941,,1218,144,779,5152,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Rhode Island,16,805,,470,79,465,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,South Carolina,41,4752,,2788,405,2525,10511,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,South Dakota,11,913,,577,99,509,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Tennessee,82,9358,,5339,689,4564,20032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Texas,196,26087,,13397,1847,11492,53019,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Utah,28,12172,,3384,262,2248,18094,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Vermont,12,898,,499,86,509,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Virginia,132,9116,,5288,740,4952,20228,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Washington,150,17868,,7943,899,5745,32605,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,West Virginia,33,2845,,1419,159,1286,5742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Wisconsin,63,4712,,3154,469,2639,11037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Wyoming,8,1035,,693,96,509,2341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-18,TOTAL,4305,361241,,184795,26690,157914,734945,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Alabama,47,5320,,3251,427,2922,11967,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Alaska,12,1483,,858,111,678,3142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Arizona,89,10392,,4995,833,4644,20953,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Arkansas,27,3923,,1981,256,1643,7830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,California,517,53470,,18271,2678,15355,90291,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Colorado,69,10312,,4503,607,3844,19335,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Connecticut,88,2949,,1825,318,1695,6875,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Delaware,15,769,,516,73,456,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,District of Columbia,4,283,,123,15,120,545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Florida,318,17560,,11686,2078,10064,41706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Georgia,69,8687,,4943,675,4289,18663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Hawaii,20,1810,,705,119,669,3323,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Idaho,23,6346,,2665,218,1723,10975,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Illinois,179,8226,,5075,809,4405,18694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Indiana,115,7022,,4159,566,3244,15106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Iowa,39,2800,,1647,323,1500,6309,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Kansas,52,3195,,1898,239,1566,6950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Kentucky,52,4500,,2667,345,2094,9658,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Louisiana,43,2487,,1679,266,1363,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Maine,23,1831,,1237,181,1102,4374,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Maryland,80,4617,,2743,435,2659,10534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Massachusetts,111,5743,,3419,537,3291,13101,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Michigan,120,9434,,5337,805,4673,20369,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Minnesota,68,5053,,2924,490,2548,11083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Mississippi,14,1992,,1328,185,1276,4795,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Missouri,75,7177,,3854,495,3128,14729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Montana,22,2193,,1200,147,853,4415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Nebraska,17,1685,,1038,185,756,3681,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Nevada,30,4269,,1842,270,1597,8008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,New Hampshire,42,2376,,1544,231,1528,5721,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,New Jersey,149,5818,,3089,570,3053,12679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,New Mexico,18,3013,,1460,231,1325,6047,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,New York,265,11689,,6642,1070,6000,25666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,North Carolina,106,10676,,6123,820,5393,23118,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,North Dakota,9,653,,393,53,309,1417,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Ohio,229,11658,,7262,1026,6230,26405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Oklahoma,26,4736,,2560,317,1994,9633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Oregon,74,10690,,4839,583,3672,19858,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Pennsylvania,205,10302,,6162,1106,5727,23502,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Puerto Rico,70,2940,,1218,144,780,5152,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Rhode Island,16,804,,470,79,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,South Carolina,41,4746,,2787,405,2527,10506,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,South Dakota,11,911,,578,99,509,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Tennessee,82,9352,,5342,689,4564,20029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Texas,195,26065,,13406,1847,11498,53011,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Utah,28,12172,,3384,262,2248,18094,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Vermont,12,898,,499,86,509,2004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Virginia,132,9107,,5289,740,4953,20221,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Washington,150,17848,,7946,899,5744,32587,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,West Virginia,33,2844,,1420,159,1286,5742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Wisconsin,63,4712,,3152,469,2641,11037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Wyoming,8,1034,,692,96,509,2339,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-20,TOTAL,4304,361043,,184817,26687,157956,734807,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Alabama,47,5320,,3250,427,2922,11966,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Alaska,12,1483,,857,111,678,3141,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Arizona,89,10388,,4992,833,4645,20947,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Arkansas,27,3925,,1981,256,1643,7832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,California,517,53470,,18268,2675,15356,90286,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Colorado,69,10319,,4502,607,3843,19340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Connecticut,88,2948,,1824,317,1695,6872,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Delaware,15,771,,516,73,456,1831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,District of Columbia,4,285,,123,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Florida,318,17563,,11685,2079,10060,41705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Georgia,69,8699,,4946,675,4290,18679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Hawaii,20,1805,,705,119,668,3317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Idaho,23,6351,,2664,218,1723,10979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Illinois,179,8237,,5077,809,4404,18706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Indiana,115,7019,,4164,566,3246,15110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Iowa,39,2807,,1649,323,1500,6318,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Kansas,52,3194,,1897,239,1565,6947,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Kentucky,52,4502,,2666,345,2095,9660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Louisiana,43,2484,,1679,266,1363,5835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Maine,23,1830,,1236,181,1102,4372,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Maryland,80,4616,,2745,434,2659,10534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Massachusetts,111,5744,,3419,537,3291,13102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Michigan,120,9438,,5337,803,4672,20370,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Minnesota,68,5062,,2924,490,2548,11092,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Mississippi,14,1989,,1328,184,1277,4792,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Missouri,75,7173,,3856,495,3127,14726,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Montana,22,2195,,1199,147,853,4416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Nebraska,17,1688,,1038,185,756,3684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Nevada,30,4275,,1843,270,1596,8014,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,New Hampshire,42,2376,,1544,231,1527,5720,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,New Jersey,149,5817,,3088,569,3055,12678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,New Mexico,18,3009,,1460,230,1327,6044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,New York,265,11689,,6645,1068,6003,25670,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,North Carolina,106,10679,,6121,820,5393,23119,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,North Dakota,9,652,,393,53,309,1416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Ohio,229,11666,,7258,1026,6228,26407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Oklahoma,26,4738,,2558,317,1993,9632,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Oregon,74,10689,,4840,582,3670,19855,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Pennsylvania,205,10311,,6160,1106,5727,23509,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Puerto Rico,70,2945,,1218,143,780,5156,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Rhode Island,16,804,,469,79,465,1833,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,South Carolina,41,4753,,2789,402,2526,10511,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,South Dakota,11,911,,578,99,509,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Tennessee,82,9356,,5345,689,4563,20035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Texas,195,26079,,13402,1845,11501,53022,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Utah,28,12166,,3380,262,2248,18084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Vermont,12,897,,499,86,509,2003,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Virginia,132,9114,,5283,739,4953,20221,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Washington,150,17832,,7945,899,5747,32573,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,West Virginia,33,2841,,1419,159,1286,5738,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Wisconsin,63,4711,,3154,467,2641,11036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Wyoming,8,1034,,693,96,509,2340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-21,TOTAL,4304,361120,,184802,26666,157957,734849,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Alabama,47,5321,,3250,427,2922,11967,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Alaska,12,1484,,856,111,678,3141,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Arizona,89,10394,,4997,833,4645,20958,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Arkansas,27,3926,,1980,256,1643,7832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,California,517,53478,,18271,2675,15352,90293,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Colorado,69,10328,,4504,607,3842,19350,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Connecticut,88,2950,,1824,316,1695,6873,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Delaware,15,771,,517,73,456,1832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,District of Columbia,4,286,,123,15,120,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Florida,318,17562,,11685,2081,10058,41704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Georgia,69,8698,,4944,671,4290,18672,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Hawaii,20,1806,,705,119,668,3318,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Idaho,23,6353,,2664,218,1724,10982,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Illinois,179,8245,,5078,809,4404,18715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Indiana,115,7020,,4164,564,3244,15107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Iowa,39,2806,,1651,323,1501,6320,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Kansas,52,3194,,1898,240,1564,6948,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Kentucky,52,4502,,2668,345,2096,9663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Louisiana,43,2483,,1680,266,1363,5835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Maine,23,1830,,1236,181,1102,4372,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Maryland,80,4618,,2744,434,2659,10535,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Massachusetts,111,5744,,3417,537,3292,13101,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Michigan,120,9438,,5335,803,4670,20366,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Minnesota,68,5061,,2924,490,2548,11091,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Mississippi,14,1990,,1328,184,1277,4793,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Missouri,75,7179,,3857,496,3126,14733,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Montana,22,2195,,1199,146,853,4415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Nebraska,17,1689,,1037,185,756,3684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Nevada,30,4276,,1844,270,1596,8016,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,New Hampshire,42,2377,,1545,231,1527,5722,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,New Jersey,149,5817,,3088,569,3054,12677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,New Mexico,18,3007,,1460,230,1327,6042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,New York,265,11691,,6643,1067,6002,25668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,North Carolina,106,10683,,6123,821,5394,23127,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,North Dakota,9,652,,393,53,309,1416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Ohio,229,11662,,7260,1025,6228,26404,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Oklahoma,26,4740,,2558,317,1993,9634,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Oregon,74,10689,,4841,582,3670,19856,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Pennsylvania,205,10319,,6161,1106,5725,23516,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Puerto Rico,70,2944,,1218,143,780,5155,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Rhode Island,16,804,,469,79,465,1833,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,South Carolina,41,4754,,2791,402,2526,10514,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,South Dakota,11,912,,578,99,509,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Tennessee,82,9358,,5346,688,4564,20038,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Texas,194,26081,,13399,1843,11500,53017,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Utah,28,12167,,3382,262,2246,18085,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Vermont,12,897,,499,86,509,2003,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Virginia,132,9114,,5283,739,4953,20221,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Washington,150,17840,,7945,898,5748,32581,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,West Virginia,33,2840,,1419,159,1285,5736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Wisconsin,63,4712,,3153,466,2641,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Wyoming,8,1036,,693,96,509,2342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-22,TOTAL,4303,361194,,184818,26656,157943,734914,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Alabama,47,5320,,3252,427,2922,11968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Alaska,12,1484,,856,111,678,3141,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Arizona,89,10396,,4997,833,4645,20960,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Arkansas,27,3928,,1980,256,1644,7835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,California,516,53492,,18269,2676,15353,90306,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Colorado,69,10329,,4504,607,3842,19351,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Connecticut,88,2948,,1825,316,1695,6872,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Delaware,15,771,,517,73,456,1832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,District of Columbia,4,286,,123,15,120,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Florida,318,17561,,11687,2081,10057,41704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Georgia,69,8698,,4941,671,4290,18669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Hawaii,20,1808,,705,119,668,3320,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Idaho,23,6346,,2667,218,1724,10978,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Illinois,179,8248,,5079,809,4403,18718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Indiana,115,7028,,4161,564,3249,15117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Iowa,39,2806,,1652,323,1501,6321,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Kansas,52,3195,,1897,240,1564,6948,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Kentucky,52,4502,,2669,345,2096,9664,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Louisiana,43,2483,,1681,266,1363,5836,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Maine,23,1832,,1236,181,1102,4374,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Maryland,80,4618,,2744,434,2659,10535,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Massachusetts,111,5745,,3418,537,3292,13103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Michigan,120,9439,,5335,803,4669,20366,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Minnesota,68,5058,,2924,490,2550,11090,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Mississippi,14,1990,,1327,184,1276,4791,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Missouri,75,7181,,3857,496,3127,14736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Montana,22,2196,,1199,146,853,4416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Nebraska,17,1690,,1038,185,756,3686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Nevada,30,4275,,1844,270,1595,8014,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,New Hampshire,42,2375,,1546,231,1527,5721,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,New Jersey,149,5820,,3086,569,3055,12679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,New Mexico,18,3010,,1460,230,1327,6045,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,New York,265,11693,,6643,1067,6001,25669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,North Carolina,106,10684,,6123,821,5394,23128,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,North Dakota,9,653,,393,53,309,1417,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Ohio,229,11663,,7258,1025,6228,26403,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Oklahoma,26,4741,,2558,317,1993,9635,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Oregon,74,10686,,4842,582,3670,19854,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Pennsylvania,205,10322,,6163,1106,5726,23522,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Puerto Rico,70,2944,,1218,143,780,5155,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Rhode Island,16,804,,469,79,465,1833,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,South Carolina,41,4755,,2790,402,2528,10516,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,South Dakota,11,912,,578,99,509,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Tennessee,82,9360,,5346,688,4564,20040,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Texas,195,26089,,13400,1841,11501,53026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Utah,29,12160,,3385,262,2246,18082,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Vermont,12,897,,499,86,509,2003,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Virginia,132,9114,,5282,739,4953,20220,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Washington,150,17838,,7947,898,5750,32583,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,West Virginia,33,2838,,1421,159,1285,5736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Wisconsin,63,4711,,3153,466,2641,11034,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Wyoming,8,1036,,693,96,509,2342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,Other*,1,257,,83,4,196,541,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-23,TOTAL,4304,361229,,184828,26655,157954,734970,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Alabama,47,5317,,3248,427,2924,11963,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Alaska,12,1483,,855,111,678,3139,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Arizona,89,10379,,4990,833,4645,20936,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Arkansas,27,3924,,1980,256,1643,7830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,California,515,53456,,18256,2675,15353,90255,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Colorado,69,10323,,4503,607,3842,19344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Connecticut,88,2948,,1824,316,1695,6871,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Delaware,15,771,,517,73,456,1832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,District of Columbia,4,286,,123,15,120,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Florida,318,17559,,11682,2080,10061,41700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Georgia,69,8698,,4941,671,4289,18668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Hawaii,20,1807,,704,119,668,3318,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Idaho,23,6348,,2666,218,1724,10979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Illinois,179,8237,,5078,809,4402,18705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Indiana,115,7022,,4158,566,3247,15108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Iowa,39,2804,,1649,323,1502,6317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Kansas,52,3199,,1895,240,1564,6950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Kentucky,52,4503,,2667,346,2093,9661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Louisiana,43,2481,,1677,266,1362,5829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Maine,23,1833,,1236,181,1103,4376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Maryland,80,4618,,2741,433,2659,10531,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Massachusetts,111,5753,,3419,536,3292,13111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Michigan,120,9431,,5332,803,4671,20357,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Minnesota,68,5058,,2921,490,2552,11089,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Mississippi,14,1987,,1327,184,1276,4788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Missouri,75,7179,,3856,493,3127,14730,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Montana,22,2193,,1198,145,853,4411,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Nebraska,17,1690,,1035,185,756,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Nevada,30,4272,,1845,270,1594,8011,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,New Hampshire,42,2373,,1543,231,1526,5715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,New Jersey,149,5815,,3082,568,3054,12668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,New Mexico,18,3004,,1459,230,1329,6040,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,New York,265,11687,,6644,1067,6003,25666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,North Carolina,106,10686,,6119,821,5395,23127,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,North Dakota,9,652,,393,53,309,1416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Ohio,229,11661,,7256,1024,6229,26399,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Oklahoma,26,4739,,2558,317,1990,9630,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Oregon,74,10684,,4841,582,3670,19851,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Pennsylvania,205,10321,,6162,1105,5726,23519,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Puerto Rico,70,2943,,1218,143,779,5153,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Rhode Island,16,804,,469,79,465,1833,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,South Carolina,41,4756,,2791,400,2528,10516,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,South Dakota,11,912,,578,99,508,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Tennessee,82,9364,,5347,688,4566,20047,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Texas,195,26088,,13400,1841,11500,53024,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Utah,29,12171,,3381,262,2246,18089,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Vermont,12,896,,500,86,509,2003,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Virginia,132,9107,,5280,738,4951,20208,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Washington,150,17835,,7943,898,5749,32575,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,West Virginia,33,2837,,1421,159,1286,5736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Wisconsin,63,4704,,3156,466,2642,11031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Wyoming,8,1034,,693,96,509,2340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,Other*,1,257,,81,4,196,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-26,TOTAL,4303,361103,,184746,26644,157955,734751,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Alabama,47,5315,,3250,427,2923,11962,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Alaska,12,1482,,855,111,678,3138,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Arizona,89,10369,,4991,833,4644,20926,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Arkansas,27,3924,,1980,256,1643,7830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,California,515,53428,,18252,2675,15354,90224,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Colorado,69,10318,,4508,607,3842,19344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Connecticut,88,2947,,1824,316,1695,6870,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Delaware,15,764,,524,73,456,1832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,District of Columbia,4,286,,123,15,120,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Florida,318,17551,,11685,2080,10060,41694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Georgia,69,8696,,4942,671,4289,18667,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Hawaii,20,1806,,704,119,668,3317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Idaho,23,6346,,2663,218,1726,10976,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Illinois,179,8218,,5079,809,4405,18690,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Indiana,115,7017,,4160,566,3248,15106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Iowa,39,2780,,1648,323,1503,6293,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Kansas,52,3198,,1894,240,1564,6948,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Kentucky,52,4503,,2667,346,2093,9661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Louisiana,43,2481,,1677,266,1362,5829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Maine,23,1833,,1234,181,1104,4375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Maryland,80,4618,,2741,433,2659,10531,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Massachusetts,111,5750,,3420,536,3291,13108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Michigan,120,9418,,5333,803,4670,20344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Minnesota,68,5049,,2921,490,2552,11080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Mississippi,14,1986,,1326,184,1276,4786,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Missouri,75,7177,,3858,493,3127,14730,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Montana,22,2192,,1198,145,853,4410,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Nebraska,17,1690,,1035,185,756,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Nevada,30,4262,,1849,270,1594,8005,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,New Hampshire,42,2372,,1543,230,1526,5713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,New Jersey,149,5812,,3083,568,3054,12666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,New Mexico,18,3001,,1461,230,1329,6039,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,New York,265,11684,,6639,1067,6005,25660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,North Carolina,106,10681,,6120,821,5394,23122,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,North Dakota,9,652,,392,53,310,1416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Ohio,229,11655,,7255,1024,6232,26395,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Oklahoma,26,4737,,2554,317,1990,9624,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Oregon,74,10682,,4840,582,3670,19848,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Pennsylvania,205,10313,,6167,1105,5729,23519,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Puerto Rico,70,2937,,1219,143,784,5153,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Rhode Island,16,804,,469,79,465,1833,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,South Carolina,41,4756,,2790,400,2529,10516,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,South Dakota,11,912,,578,99,508,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Tennessee,82,9360,,5350,688,4566,20046,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Texas,195,26078,,13397,1841,11500,53011,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Utah,29,12156,,3385,262,2246,18078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Vermont,12,896,,500,86,509,2003,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Virginia,132,9104,,5281,738,4952,20207,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Washington,150,17819,,7941,898,5750,32558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,West Virginia,33,2837,,1421,158,1286,5735,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Wisconsin,63,4697,,3159,466,2644,11029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Wyoming,8,1034,,693,96,509,2340,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,Other*,1,257,,81,4,196,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-27,TOTAL,4303,360854,,184767,26642,157977,734543,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Alabama,47,5314,,3250,427,2923,11961,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Alaska,12,1485,,855,111,678,3141,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Arizona,89,10372,,4993,833,4642,20929,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Arkansas,27,3924,,1981,256,1643,7831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,California,514,53443,,18262,2674,15350,90243,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Colorado,69,10326,,4507,607,3841,19350,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Connecticut,88,2948,,1825,316,1695,6872,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Delaware,15,765,,524,73,456,1833,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,District of Columbia,4,285,,123,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Florida,317,17563,,11690,2080,10060,41710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Georgia,69,8703,,4942,671,4288,18673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Hawaii,20,1806,,704,119,668,3317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Idaho,23,6338,,2668,218,1727,10974,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Illinois,179,8227,,5082,809,4407,18704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Indiana,114,7017,,4160,566,3249,15106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Iowa,39,2787,,1648,323,1502,6299,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Kansas,52,3199,,1894,240,1565,6950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Kentucky,52,4504,,2667,345,2094,9662,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Louisiana,43,2481,,1675,266,1363,5828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Maine,23,1835,,1235,181,1105,4379,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Maryland,80,4621,,2739,433,2659,10532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Massachusetts,111,5763,,3418,535,3290,13117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Michigan,120,9419,,5331,803,4672,20345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Minnesota,68,5045,,2920,489,2552,11074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Mississippi,14,1987,,1328,184,1276,4789,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Missouri,75,7180,,3858,492,3127,14732,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Montana,22,2197,,1198,145,853,4415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Nebraska,17,1693,,1035,185,756,3686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Nevada,30,4264,,1849,270,1594,8007,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,New Hampshire,42,2373,,1543,230,1525,5713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,New Jersey,149,5811,,3082,568,3055,12665,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,New Mexico,18,3001,,1462,230,1330,6041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,New York,265,11685,,6637,1067,6007,25661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,North Carolina,105,10677,,6120,821,5399,23122,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,North Dakota,9,654,,392,53,309,1417,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Ohio,229,11658,,7255,1025,6235,26402,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Oklahoma,26,4737,,2555,317,1989,9624,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Oregon,74,10685,,4840,582,3668,19849,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Pennsylvania,205,10312,,6169,1105,5726,23517,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Puerto Rico,70,2941,,1219,143,784,5157,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Rhode Island,16,804,,470,79,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,South Carolina,41,4758,,2790,401,2529,10519,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,South Dakota,11,912,,577,99,508,2107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Tennessee,82,9363,,5351,688,4565,20049,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Texas,194,26079,,13396,1841,11502,53012,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Utah,29,12171,,3384,262,2246,18092,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Vermont,12,896,,501,86,510,2005,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Virginia,132,9104,,5284,738,4953,20211,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Washington,150,17820,,7947,898,5750,32565,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,West Virginia,33,2839,,1421,158,1286,5737,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Wisconsin,63,4704,,3161,467,2644,11039,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Wyoming,8,1035,,693,96,509,2341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,Other*,1,257,,81,4,196,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-28,TOTAL,4298,360981,,184799,26640,157984,734702,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Alabama,46,5316,,3247,427,2922,11958,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Alaska,12,1487,,855,111,678,3143,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Arizona,89,10375,,4992,832,4643,20931,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Arkansas,27,3925,,1981,256,1643,7832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,California,514,53447,,18262,2673,15349,90245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Colorado,69,10327,,4508,607,3842,19353,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Connecticut,88,2951,,1826,315,1695,6875,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Delaware,15,767,,524,73,456,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,District of Columbia,4,285,,123,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Florida,317,17565,,11690,2080,10061,41713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Georgia,69,8705,,4942,671,4289,18676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Hawaii,20,1806,,704,119,668,3317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Idaho,23,6339,,2668,218,1727,10975,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Illinois,179,8228,,5079,809,4407,18702,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Indiana,114,7021,,4161,567,3249,15112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Iowa,39,2788,,1646,323,1502,6298,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Kansas,52,3200,,1895,239,1566,6952,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Kentucky,52,4504,,2668,345,2094,9663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Louisiana,43,2481,,1676,265,1363,5828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Maine,23,1836,,1235,181,1105,4380,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Maryland,80,4623,,2740,433,2659,10535,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Massachusetts,111,5768,,3418,535,3290,13122,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Michigan,120,9420,,5329,803,4676,20348,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Minnesota,68,5047,,2920,489,2553,11077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Mississippi,14,1987,,1327,184,1276,4788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Missouri,75,7181,,3859,492,3127,14734,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Montana,22,2200,,1198,145,853,4418,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Nebraska,17,1693,,1036,185,757,3688,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Nevada,30,4268,,1847,270,1593,8008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,New Hampshire,42,2371,,1542,230,1526,5711,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,New Jersey,149,5812,,3082,568,3054,12665,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,New Mexico,18,3002,,1462,230,1329,6041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,New York,265,11689,,6635,1066,6009,25664,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,North Carolina,105,10679,,6118,821,5401,23124,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,North Dakota,9,655,,392,53,309,1418,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Ohio,229,11660,,7256,1025,6236,26406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Oklahoma,26,4737,,2556,317,1989,9625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Oregon,74,10688,,4840,582,3669,19853,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Pennsylvania,204,10317,,6170,1105,5726,23522,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Puerto Rico,70,2942,,1219,143,784,5158,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Rhode Island,16,805,,470,79,465,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,South Carolina,41,4759,,2790,401,2528,10519,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,South Dakota,11,913,,578,99,508,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Tennessee,82,9365,,5352,688,4565,20052,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Texas,194,26092,,13395,1839,11499,53019,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Utah,29,12166,,3386,262,2247,18090,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Vermont,12,896,,501,86,510,2005,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Virginia,132,9107,,5285,738,4954,20216,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Washington,150,17823,,7951,898,5750,32572,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,West Virginia,33,2839,,1421,158,1286,5737,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Wisconsin,63,4707,,3161,467,2644,11042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Wyoming,8,1035,,693,96,509,2341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,Other*,1,256,,82,4,196,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-29,TOTAL,4296,361069,,184801,26633,157995,734794,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Alabama,46,5316,,3247,427,2921,11957,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Alaska,12,1489,,855,111,678,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Arizona,89,10378,,4990,832,4644,20933,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Arkansas,27,3926,,1981,256,1643,7833,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,California,514,53442,,18254,2672,15351,90233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Colorado,69,10329,,4508,607,3840,19353,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Connecticut,88,2951,,1823,314,1694,6870,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Delaware,15,766,,524,73,456,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,District of Columbia,4,285,,123,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Florida,317,17564,,11696,2080,10062,41719,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Georgia,69,8705,,4943,671,4289,18677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Hawaii,20,1808,,704,119,668,3319,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Idaho,23,6341,,2669,218,1727,10978,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Illinois,179,8228,,5077,809,4407,18700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Indiana,114,7022,,4161,566,3248,15111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Iowa,39,2790,,1645,322,1502,6298,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Kansas,52,3201,,1896,239,1566,6954,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Kentucky,52,4505,,2667,345,2095,9664,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Louisiana,43,2482,,1676,265,1363,5829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Maine,23,1831,,1239,181,1106,4380,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Maryland,80,4622,,2739,433,2659,10533,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Massachusetts,111,5771,,3417,535,3288,13122,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Michigan,119,9416,,5328,802,4676,20341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Minnesota,68,5052,,2918,489,2555,11082,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Mississippi,14,1987,,1327,184,1277,4789,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Missouri,75,7182,,3861,491,3127,14736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Montana,22,2202,,1198,145,853,4420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Nebraska,17,1693,,1035,185,757,3687,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Nevada,30,4270,,1847,270,1593,8010,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,New Hampshire,42,2370,,1543,230,1526,5711,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,New Jersey,149,5812,,3082,568,3054,12665,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,New Mexico,18,3003,,1462,230,1329,6042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,New York,265,11688,,6638,1066,6009,25666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,North Carolina,105,10681,,6121,821,5402,23130,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,North Dakota,9,655,,392,53,309,1418,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Ohio,229,11660,,7253,1025,6236,26403,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Oklahoma,26,4738,,2556,315,1989,9624,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Oregon,74,10685,,4841,582,3668,19850,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Pennsylvania,204,10322,,6173,1105,5725,23529,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Puerto Rico,70,2945,,1219,143,784,5161,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Rhode Island,16,805,,470,78,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,South Carolina,41,4759,,2790,400,2528,10518,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,South Dakota,11,913,,578,99,508,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Tennessee,82,9369,,5353,687,4564,20055,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Texas,194,26087,,13396,1839,11499,53015,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Utah,29,12170,,3385,262,2247,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Vermont,12,896,,501,86,510,2005,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Virginia,132,9107,,5286,738,4952,20215,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Washington,150,17826,,7952,898,5750,32576,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,West Virginia,33,2838,,1421,158,1286,5736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Wisconsin,63,4709,,3158,466,2645,11041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Wyoming,8,1035,,693,96,509,2341,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,Other*,1,256,,82,4,196,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-04-30,TOTAL,4295,361097,,184801,26621,157994,734808,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Alabama,45,5310,,3247,427,2919,11948,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Alaska,12,1487,,856,111,678,3144,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Arizona,88,10365,,4987,832,4642,20914,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Arkansas,27,3927,,1977,255,1643,7829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,California,513,53400,,18227,2668,15339,90147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Colorado,69,10322,,4507,606,3839,19343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Connecticut,87,2943,,1821,314,1694,6859,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Delaware,15,771,,523,73,456,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,District of Columbia,4,286,,122,15,121,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Florida,317,17564,,11685,2078,10062,41706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Georgia,69,8688,,4931,670,4285,18643,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Hawaii,20,1808,,703,119,667,3317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Idaho,23,6342,,2668,217,1727,10977,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Illinois,179,8220,,5074,807,4404,18684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Indiana,113,7012,,4156,564,3247,15092,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Iowa,39,2785,,1642,322,1502,6290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Kansas,52,3203,,1895,239,1564,6953,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Kentucky,52,4504,,2665,344,2095,9660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Louisiana,42,2483,,1674,265,1362,5826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Maine,23,1836,,1237,181,1105,4382,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Maryland,80,4623,,2736,433,2658,10530,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Massachusetts,110,5757,,3413,534,3287,13101,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Michigan,119,9409,,5326,802,4676,20332,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Minnesota,66,5053,,2918,488,2555,11080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Mississippi,14,1986,,1326,184,1277,4787,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Missouri,75,7192,,3859,489,3128,14743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Montana,22,2206,,1198,145,853,4424,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Nebraska,17,1693,,1031,185,757,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Nevada,30,4268,,1848,270,1593,8009,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,New Hampshire,42,2369,,1542,230,1527,5710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,New Jersey,149,5809,,3079,565,3053,12655,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,New Mexico,18,2999,,1459,229,1331,6036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,New York,266,11687,,6627,1065,6006,25651,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,North Carolina,105,10675,,6123,820,5401,23124,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,North Dakota,9,654,,390,53,309,1415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Ohio,229,11650,,7249,1024,6237,26389,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Oklahoma,26,4733,,2552,315,1987,9613,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Oregon,73,10681,,4839,581,3667,19841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Pennsylvania,204,10306,,6169,1106,5723,23508,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Puerto Rico,70,2962,,1220,143,784,5179,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Rhode Island,16,805,,470,78,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,South Carolina,41,4760,,2789,401,2530,10521,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,South Dakota,11,913,,577,99,508,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Tennessee,82,9370,,5352,686,4563,20053,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Texas,195,26083,,13390,1835,11495,52998,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Utah,29,12173,,3387,262,2247,18098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Vermont,12,894,,499,85,509,1999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Virginia,131,9103,,5283,736,4950,20203,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Washington,150,17804,,7947,898,5747,32546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,West Virginia,33,2835,,1419,158,1284,5729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Wisconsin,63,4698,,3156,467,2645,11029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Wyoming,8,1036,,693,96,509,2342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,Other*,1,257,,82,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-02,TOTAL,4286,360913,,184653,26589,157946,734387,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Alabama,45,5308,,3249,427,2920,11949,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Alaska,12,1486,,856,111,678,3143,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Arizona,88,10361,,4989,832,4642,20912,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Arkansas,27,3921,,1980,255,1643,7826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,California,513,53368,,18236,2668,15341,90126,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Colorado,69,10320,,4508,605,3840,19342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Connecticut,87,2942,,1821,314,1694,6858,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Delaware,15,771,,523,73,456,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,District of Columbia,4,286,,122,15,121,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Florida,317,17554,,11690,2078,10062,41701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Georgia,69,8685,,4934,670,4286,18644,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Hawaii,20,1808,,703,119,667,3317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Idaho,23,6340,,2669,217,1728,10977,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Illinois,179,8216,,5072,807,4403,18677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Indiana,113,7008,,4159,564,3247,15091,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Iowa,39,2784,,1641,322,1503,6289,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Kansas,52,3202,,1894,239,1564,6951,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Kentucky,52,4503,,2665,344,2095,9659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Louisiana,42,2483,,1673,265,1362,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Maine,23,1836,,1237,181,1105,4382,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Maryland,80,4620,,2736,433,2659,10528,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Massachusetts,110,5747,,3414,534,3287,13092,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Michigan,119,9406,,5325,802,4676,20328,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Minnesota,66,5050,,2921,488,2555,11080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Mississippi,14,1986,,1325,184,1278,4787,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Missouri,75,7190,,3860,489,3128,14742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Montana,22,2206,,1197,145,853,4423,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Nebraska,17,1693,,1031,185,757,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Nevada,30,4268,,1845,270,1595,8008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,New Hampshire,42,2364,,1542,230,1527,5705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,New Jersey,149,5807,,3080,565,3053,12654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,New Mexico,18,2996,,1461,229,1331,6035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,New York,266,11680,,6630,1065,6007,25648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,North Carolina,105,10666,,6121,820,5400,23112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,North Dakota,9,653,,390,53,309,1414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Ohio,229,11645,,7251,1024,6238,26387,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Oklahoma,26,4733,,2552,315,1987,9613,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Oregon,73,10681,,4837,581,3669,19841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Pennsylvania,204,10291,,6169,1106,5722,23492,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Puerto Rico,70,2962,,1220,143,784,5179,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Rhode Island,16,805,,470,78,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,South Carolina,41,4760,,2788,401,2531,10521,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,South Dakota,11,913,,577,99,508,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Tennessee,82,9366,,5353,686,4565,20052,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Texas,195,26066,,13384,1835,11500,52980,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Utah,29,12170,,3388,262,2247,18096,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Vermont,12,893,,499,85,509,1998,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Virginia,131,9101,,5283,735,4953,20203,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Washington,150,17799,,7950,898,5745,32542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,West Virginia,33,2835,,1419,158,1284,5729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Wisconsin,63,4694,,3157,467,2645,11026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Wyoming,8,1036,,693,96,509,2342,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,Other*,1,257,,82,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-04,TOTAL,4286,360735,,184679,26587,157967,734254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Alabama,45,5315,,3248,427,2919,11954,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Alaska,12,1486,,856,111,678,3143,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Arizona,88,10369,,4989,831,4642,20919,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Arkansas,27,3922,,1981,255,1642,7827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,California,512,53382,,18225,2665,15341,90125,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Colorado,69,10322,,4510,604,3839,19344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Connecticut,87,2941,,1821,314,1694,6857,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Delaware,15,769,,524,73,456,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,District of Columbia,4,287,,121,15,121,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Florida,317,17562,,11690,2077,10062,41708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Georgia,69,8693,,4933,669,4284,18648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Hawaii,20,1808,,703,119,667,3317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Idaho,23,6342,,2669,217,1729,10980,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Illinois,179,8219,,5072,807,4401,18678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Indiana,113,7024,,4160,564,3248,15109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Iowa,39,2785,,1641,322,1504,6291,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Kansas,52,3201,,1892,239,1563,6947,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Kentucky,52,4501,,2667,344,2095,9659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Louisiana,42,2483,,1675,265,1362,5827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Maine,23,1834,,1239,181,1107,4384,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Maryland,80,4622,,2734,433,2659,10528,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Massachusetts,110,5751,,3414,534,3286,13095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Michigan,119,9404,,5327,801,4677,20328,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Minnesota,66,5055,,2924,488,2556,11089,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Mississippi,14,1988,,1325,184,1278,4789,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Missouri,75,7192,,3860,488,3128,14743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Montana,22,2206,,1196,145,853,4422,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Nebraska,17,1693,,1030,185,757,3682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Nevada,30,4271,,1846,271,1595,8013,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,New Hampshire,42,2366,,1543,230,1528,5709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,New Jersey,149,5808,,3082,565,3052,12656,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,New Mexico,18,2993,,1461,229,1332,6033,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,New York,266,11680,,6632,1065,6004,25647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,North Carolina,105,10665,,6118,819,5400,23107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,North Dakota,9,653,,390,53,309,1414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Ohio,229,11654,,7249,1024,6239,26395,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Oklahoma,26,4738,,2551,314,1988,9617,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Oregon,73,10692,,4841,581,3670,19857,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Pennsylvania,204,10294,,6168,1106,5722,23494,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Puerto Rico,70,2964,,1220,143,784,5181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Rhode Island,16,805,,470,78,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,South Carolina,41,4763,,2789,402,2534,10529,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,South Dakota,11,912,,576,99,508,2106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Tennessee,82,9365,,5356,686,4563,20052,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Texas,195,26083,,13384,1832,11499,52993,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Utah,29,12170,,3387,262,2248,18096,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Vermont,12,893,,500,85,509,1999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Virginia,131,9111,,5284,735,4954,20215,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Washington,150,17801,,7948,899,5745,32543,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,West Virginia,33,2835,,1419,158,1284,5729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Wisconsin,63,4697,,3157,467,2646,11030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Wyoming,8,1037,,693,96,509,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,Other*,1,256,,83,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-05,TOTAL,4285,360876,,184681,26576,157969,734387,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Alabama,45,5314,,3249,427,2919,11954,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Alaska,12,1487,,857,111,678,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Arizona,87,10374,,4990,831,4643,20925,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Arkansas,27,3922,,1981,255,1641,7826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,California,512,53396,,18227,2665,15342,90142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Colorado,69,10322,,4511,604,3839,19345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Connecticut,87,2942,,1821,314,1694,6858,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Delaware,15,771,,524,73,457,1840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,District of Columbia,4,287,,121,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Florida,317,17566,,11690,2078,10064,41715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Georgia,69,8699,,4933,669,4283,18653,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Hawaii,20,1809,,703,120,667,3319,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Idaho,23,6345,,2669,217,1728,10982,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Illinois,179,8222,,5072,807,4400,18680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Indiana,112,7029,,4160,563,3247,15111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Iowa,39,2785,,1642,321,1503,6290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Kansas,52,3201,,1891,239,1564,6947,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Kentucky,52,4502,,2668,344,2095,9661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Louisiana,42,2482,,1673,264,1362,5823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Maine,23,1836,,1241,181,1107,4388,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Maryland,80,4623,,2735,433,2659,10530,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Massachusetts,110,5758,,3414,534,3288,13104,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Michigan,119,9406,,5324,802,4679,20330,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Minnesota,66,5055,,2923,488,2556,11088,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Mississippi,14,1988,,1325,184,1278,4789,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Missouri,75,7191,,3858,488,3130,14742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Montana,22,2206,,1197,145,853,4423,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Nebraska,17,1694,,1030,185,757,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Nevada,30,4273,,1845,271,1595,8014,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,New Hampshire,42,2367,,1542,230,1528,5709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,New Jersey,149,5809,,3082,565,3053,12658,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,New Mexico,18,2996,,1460,229,1329,6032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,New York,266,11675,,6637,1065,6004,25647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,North Carolina,105,10666,,6118,819,5400,23108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,North Dakota,9,653,,390,53,309,1414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Ohio,229,11655,,7249,1024,6240,26397,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Oklahoma,26,4740,,2552,315,1988,9621,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Oregon,73,10694,,4844,581,3670,19862,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Pennsylvania,204,10292,,6172,1105,5719,23492,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Puerto Rico,71,2964,,1220,143,784,5182,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Rhode Island,16,805,,470,78,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,South Carolina,41,4762,,2789,401,2534,10527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,South Dakota,11,913,,576,99,508,2107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Tennessee,82,9368,,5356,687,4561,20054,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Texas,195,26086,,13385,1828,11501,52995,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Utah,29,12170,,3387,260,2249,18095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Vermont,12,893,,500,85,509,1999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Virginia,131,9111,,5286,735,4953,20216,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Washington,150,17804,,7948,898,5745,32545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,West Virginia,33,2836,,1419,158,1283,5729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Wisconsin,63,4699,,3157,467,2645,11031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Wyoming,8,1036,,694,96,509,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Other*,1,256,,83,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,TOTAL,4284,360949,,184698,26569,157968,734468,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Alabama,45,5314,,3249,427,2919,11954,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Alaska,12,1487,,857,111,678,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Arizona,87,10374,,4990,831,4643,20925,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Arkansas,27,3922,,1981,255,1641,7826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,California,512,53396,,18227,2665,15342,90142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Colorado,69,10322,,4511,604,3839,19345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Connecticut,87,2942,,1821,314,1694,6858,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Delaware,15,771,,524,73,457,1840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,District of Columbia,4,287,,121,15,120,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Florida,317,17566,,11690,2078,10064,41715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Georgia,69,8699,,4933,669,4283,18653,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Hawaii,20,1809,,703,120,667,3319,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Idaho,23,6345,,2669,217,1728,10982,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Illinois,179,8222,,5072,807,4400,18680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Indiana,112,7029,,4160,563,3247,15111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Iowa,39,2785,,1642,321,1503,6290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Kansas,52,3201,,1891,239,1564,6947,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Kentucky,52,4502,,2668,344,2095,9661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Louisiana,42,2482,,1673,264,1362,5823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Maine,23,1836,,1241,181,1107,4388,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Maryland,80,4623,,2735,433,2659,10530,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Massachusetts,110,5758,,3414,534,3288,13104,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Michigan,119,9406,,5324,802,4679,20330,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Minnesota,66,5055,,2923,488,2556,11088,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Mississippi,14,1988,,1325,184,1278,4789,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Missouri,75,7191,,3858,488,3130,14742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Montana,22,2206,,1197,145,853,4423,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Nebraska,17,1694,,1030,185,757,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Nevada,30,4273,,1845,271,1595,8014,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,New Hampshire,42,2367,,1542,230,1528,5709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,New Jersey,149,5809,,3082,565,3053,12658,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,New Mexico,18,2996,,1460,229,1329,6032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,New York,266,11675,,6637,1065,6004,25647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,North Carolina,105,10666,,6118,819,5400,23108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,North Dakota,9,653,,390,53,309,1414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Ohio,229,11655,,7249,1024,6240,26397,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Oklahoma,26,4740,,2552,315,1988,9621,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Oregon,73,10694,,4844,581,3670,19862,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Pennsylvania,204,10292,,6172,1105,5719,23492,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Puerto Rico,71,2964,,1220,143,784,5182,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Rhode Island,16,805,,470,78,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,South Carolina,41,4762,,2789,401,2534,10527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,South Dakota,11,913,,576,99,508,2107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Tennessee,82,9368,,5356,687,4561,20054,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Texas,195,26086,,13385,1828,11501,52995,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Utah,29,12170,,3387,260,2249,18095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Vermont,12,893,,500,85,509,1999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Virginia,131,9111,,5286,735,4953,20216,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Washington,150,17804,,7948,898,5745,32545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,West Virginia,33,2836,,1419,158,1283,5729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Wisconsin,63,4699,,3157,467,2645,11031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Wyoming,8,1036,,694,96,509,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,Other*,1,256,,83,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-06,TOTAL,4284,360949,,184698,26569,157968,734468,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Alabama,45,5315,,3249,427,2919,11955,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Alaska,12,1486,,857,111,679,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Arizona,87,10381,,4990,831,4643,20932,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Arkansas,27,3922,,1981,255,1641,7826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,California,512,53405,,18224,2665,15346,90152,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Colorado,69,10322,,4511,604,3839,19345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Connecticut,87,2943,,1821,314,1695,6860,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Delaware,15,771,,524,73,457,1840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,District of Columbia,4,287,,122,15,120,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Florida,317,17565,,11695,2078,10064,41719,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Georgia,69,8698,,4934,669,4284,18654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Hawaii,20,1811,,703,120,668,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Idaho,23,6349,,2669,217,1728,10986,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Illinois,179,8223,,5074,808,4399,18683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Indiana,112,7036,,4161,563,3247,15119,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Iowa,39,2785,,1642,321,1503,6290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Kansas,52,3204,,1891,238,1564,6949,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Kentucky,52,4504,,2668,344,2096,9664,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Louisiana,42,2484,,1673,264,1361,5824,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Maine,23,1837,,1242,181,1108,4391,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Maryland,80,4626,,2735,433,2658,10532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Massachusetts,110,5762,,3413,534,3288,13107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Michigan,119,9409,,5324,802,4679,20333,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Minnesota,66,5055,,2924,488,2558,11091,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Mississippi,14,1988,,1326,184,1278,4790,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Missouri,75,7189,,3860,488,3129,14741,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Montana,22,2206,,1197,145,853,4423,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Nebraska,17,1694,,1030,185,757,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Nevada,30,4274,,1846,271,1595,8016,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,New Hampshire,42,2368,,1542,230,1528,5710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,New Jersey,149,5809,,3082,565,3054,12659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,New Mexico,18,2994,,1457,229,1333,6031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,New York,266,11681,,6637,1065,6004,25653,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,North Carolina,105,10671,,6121,819,5400,23116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,North Dakota,9,653,,390,53,309,1414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Ohio,229,11657,,7247,1024,6241,26398,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Oklahoma,26,4741,,2552,315,1988,9622,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Oregon,73,10695,,4845,581,3670,19864,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Pennsylvania,204,10291,,6172,1105,5720,23492,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Puerto Rico,71,2964,,1220,143,784,5182,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Rhode Island,16,805,,470,78,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,South Carolina,41,4763,,2789,401,2534,10528,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,South Dakota,11,916,,577,99,508,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Tennessee,82,9369,,5356,687,4561,20055,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Texas,196,26091,,13386,1828,11501,53002,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Utah,29,12170,,3389,260,2250,18098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Vermont,12,894,,500,85,509,2000,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Virginia,131,9113,,5286,735,4953,20218,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Washington,150,17807,,7950,898,5744,32549,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,West Virginia,33,2836,,1419,158,1283,5729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Wisconsin,63,4703,,3156,467,2646,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Wyoming,8,1036,,694,96,509,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,Other*,1,256,,83,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-07,TOTAL,4285,361028,,184714,26569,157984,734580,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Alabama,45,5312,,3247,427,2918,11949,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Alaska,12,1489,,857,111,679,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Arizona,87,10385,,4990,831,4644,20937,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Arkansas,27,3921,,1980,255,1640,7823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,California,512,53378,,18211,2664,15345,90110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Colorado,69,10292,,4502,604,3839,19306,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Connecticut,87,2941,,1818,314,1697,6857,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Delaware,15,772,,524,73,457,1841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,District of Columbia,4,287,,122,15,120,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Florida,317,17570,,11689,2076,10061,41713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Georgia,69,8700,,4934,668,4283,18654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Hawaii,20,1811,,701,120,667,3319,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Idaho,23,6341,,2664,217,1728,10973,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Illinois,178,8222,,5076,807,4401,18684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Indiana,112,7038,,4160,563,3246,15119,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Iowa,39,2786,,1641,320,1503,6289,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Kansas,52,3205,,1890,239,1563,6949,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Kentucky,52,4500,,2668,344,2096,9660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Louisiana,42,2484,,1672,263,1361,5822,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Maine,23,1835,,1241,181,1110,4390,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Maryland,80,4626,,2734,432,2657,10529,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Massachusetts,110,5762,,3415,534,3288,13109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Michigan,118,9391,,5320,801,4677,20307,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Minnesota,66,5057,,2921,488,2561,11093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Mississippi,14,1988,,1324,184,1277,4787,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Missouri,74,7187,,3858,488,3129,14736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Montana,22,2204,,1197,145,854,4422,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Nebraska,17,1692,,1034,185,757,3685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Nevada,30,4274,,1841,271,1594,8010,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,New Hampshire,42,2366,,1541,230,1528,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,New Jersey,149,5808,,3080,565,3055,12657,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,New Mexico,18,2994,,1458,229,1333,6032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,New York,266,11675,,6634,1063,6002,25640,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,North Carolina,105,10669,,6118,819,5397,23108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,North Dakota,9,653,,389,52,309,1412,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Ohio,229,11662,,7247,1024,6241,26403,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Oklahoma,26,4735,,2550,315,1990,9616,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Oregon,73,10690,,4841,579,3666,19849,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Pennsylvania,204,10288,,6173,1105,5720,23490,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Puerto Rico,71,2967,,1219,143,784,5184,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Rhode Island,16,804,,470,78,465,1833,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,South Carolina,41,4759,,2786,401,2532,10519,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,South Dakota,11,916,,577,99,506,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Tennessee,82,9368,,5355,687,4558,20050,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Texas,195,26092,,13379,1828,11501,52995,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Utah,29,12171,,3389,260,2250,18099,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Vermont,12,893,,500,85,509,1999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Virginia,131,9116,,5284,735,4950,20216,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Washington,150,17805,,7948,898,5747,32548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,West Virginia,33,2834,,1419,158,1283,5727,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Wisconsin,63,4702,,3157,467,2647,11036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Wyoming,8,1036,,694,96,509,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,Other*,1,256,,83,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-09,TOTAL,4281,360923,,184630,26556,157968,734358,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Alabama,45,5310,,3246,427,2919,11947,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Alaska,12,1486,,860,111,679,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Arizona,87,10373,,4989,831,4645,20925,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Arkansas,27,3920,,1979,255,1640,7821,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,California,512,53369,,18216,2664,15341,90102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Colorado,69,10289,,4503,604,3840,19305,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Connecticut,87,2939,,1819,314,1697,6856,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Delaware,15,772,,524,73,457,1841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,District of Columbia,4,287,,122,15,120,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Florida,317,17559,,11685,2076,10066,41703,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Georgia,69,8695,,4937,668,4282,18651,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Hawaii,20,1811,,701,120,667,3319,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Idaho,23,6341,,2663,217,1729,10973,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Illinois,178,8220,,5077,807,4401,18683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Indiana,112,7036,,4162,562,3247,15119,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Iowa,39,2784,,1643,320,1503,6289,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Kansas,52,3205,,1889,239,1565,6950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Kentucky,52,4497,,2671,344,2096,9660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Louisiana,42,2483,,1673,263,1361,5822,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Maine,23,1834,,1241,181,1110,4389,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Maryland,80,4625,,2734,432,2656,10527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Massachusetts,110,5758,,3416,534,3288,13106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Michigan,118,9389,,5322,801,4677,20307,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Minnesota,66,5057,,2921,488,2561,11093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Mississippi,14,1988,,1324,184,1276,4786,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Missouri,74,7186,,3859,488,3129,14736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Montana,22,2203,,1198,145,854,4422,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Nebraska,17,1691,,1035,185,757,3685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Nevada,30,4271,,1842,271,1594,8008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,New Hampshire,42,2364,,1541,230,1528,5705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,New Jersey,149,5806,,3080,565,3055,12655,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,New Mexico,18,2994,,1457,229,1334,6032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,New York,266,11670,,6634,1063,6005,25638,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,North Carolina,105,10665,,6119,819,5397,23105,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,North Dakota,9,653,,389,52,309,1412,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Ohio,229,11661,,7246,1024,6244,26404,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Oklahoma,26,4734,,2550,315,1991,9616,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Oregon,73,10687,,4843,579,3666,19848,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Pennsylvania,204,10286,,6175,1105,5720,23490,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Puerto Rico,71,2965,,1219,143,784,5182,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Rhode Island,16,804,,470,78,465,1833,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,South Carolina,41,4759,,2786,401,2531,10518,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,South Dakota,11,916,,577,99,506,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Tennessee,82,9365,,5358,687,4557,20049,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Texas,195,26080,,13383,1828,11504,52990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Utah,29,12151,,3389,260,2250,18079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Vermont,12,893,,500,85,509,1999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Virginia,131,9108,,5292,735,4951,20217,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Washington,150,17804,,7945,898,5748,32545,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,West Virginia,33,2832,,1420,158,1284,5727,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Wisconsin,63,4703,,3156,467,2648,11037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Wyoming,8,1036,,694,96,509,2343,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,Other*,1,256,,83,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-11,TOTAL,4281,360784,,184665,26555,157986,734271,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Alabama,45,5311,,3245,427,2915,11943,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Alaska,12,1489,,861,111,679,3152,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Arizona,87,10371,,4995,832,4644,20929,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Arkansas,27,3919,,1978,255,1641,7820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,California,512,53321,,18208,2661,15338,90040,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Colorado,69,10295,,4506,605,3840,19315,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Connecticut,87,2942,,1819,312,1697,6857,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Delaware,15,774,,525,73,457,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,District of Columbia,4,288,,122,15,120,549,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Florida,317,17558,,11683,2074,10067,41699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Georgia,68,8696,,4938,667,4285,18654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Hawaii,20,1813,,701,120,667,3321,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Idaho,23,6340,,2662,217,1730,10972,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Illinois,178,8220,,5073,807,4399,18677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Indiana,112,7039,,4164,562,3249,15126,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Iowa,39,2783,,1642,320,1503,6287,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Kansas,52,3211,,1889,239,1565,6956,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Kentucky,52,4500,,2673,344,2098,9667,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Louisiana,42,2484,,1673,263,1363,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Maine,23,1834,,1242,181,1108,4388,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Maryland,80,4631,,2735,431,2657,10534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Massachusetts,110,5756,,3415,534,3289,13104,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Michigan,118,9387,,5319,801,4682,20307,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Minnesota,66,5051,,2920,487,2561,11085,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Mississippi,13,1988,,1324,184,1274,4783,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Missouri,74,7186,,3860,487,3129,14736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Montana,22,2205,,1198,145,854,4424,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Nebraska,17,1690,,1034,184,758,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Nevada,30,4266,,1840,271,1594,8001,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,New Hampshire,42,2366,,1541,230,1528,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,New Jersey,149,5805,,3080,565,3054,12653,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,New Mexico,18,2993,,1457,229,1333,6030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,New York,265,11668,,6632,1063,6006,25634,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,North Carolina,105,10664,,6122,817,5397,23105,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,North Dakota,9,653,,390,52,309,1413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Ohio,229,11642,,7243,1024,6238,26376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Oklahoma,26,4731,,2549,315,1990,9611,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Oregon,73,10677,,4843,578,3665,19836,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Pennsylvania,204,10283,,6170,1105,5721,23483,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Puerto Rico,71,2965,,1219,143,784,5182,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Rhode Island,16,805,,470,78,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,South Carolina,41,4760,,2787,401,2529,10518,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,South Dakota,11,917,,577,98,506,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Tennessee,82,9368,,5359,687,4557,20053,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Texas,194,26070,,13381,1829,11504,52978,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Utah,29,12153,,3390,259,2250,18081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Vermont,12,893,,500,85,509,1999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Virginia,131,9115,,5295,735,4950,20226,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Washington,150,17798,,7943,897,5748,32536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,West Virginia,33,2832,,1422,157,1284,5728,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Wisconsin,63,4702,,3154,468,2647,11034,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Wyoming,8,1036,,695,96,509,2344,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,Other*,1,256,,83,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-12,TOTAL,4277,360714,,184654,26540,157980,734165,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Alabama,45,5312,,3246,427,2915,11945,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Alaska,12,1489,,862,111,679,3153,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Arizona,87,10372,,4996,832,4644,20931,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Arkansas,27,3920,,1978,255,1641,7821,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,California,512,53335,,18212,2660,15339,90058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Colorado,69,10299,,4505,605,3840,19318,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Connecticut,87,2945,,1819,312,1697,6860,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Delaware,15,774,,525,73,457,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,District of Columbia,4,288,,122,15,120,549,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Florida,317,17565,,11689,2075,10067,41713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Georgia,68,8696,,4944,666,4285,18659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Hawaii,20,1814,,700,120,667,3321,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Idaho,23,6344,,2662,217,1730,10976,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Illinois,178,8222,,5075,807,4398,18680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Indiana,112,7043,,4165,562,3248,15130,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Iowa,39,2783,,1643,320,1503,6288,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Kansas,52,3218,,1890,239,1566,6965,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Kentucky,52,4503,,2672,344,2100,9671,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Louisiana,42,2489,,1673,263,1363,5830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Maine,23,1833,,1243,181,1108,4388,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Maryland,80,4633,,2735,432,2658,10538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Massachusetts,110,5756,,3412,534,3288,13100,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Michigan,117,9386,,5321,800,4682,20306,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Minnesota,66,5050,,2920,485,2561,11082,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Mississippi,13,1987,,1325,184,1274,4783,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Missouri,74,7191,,3860,486,3129,14740,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Montana,22,2206,,1198,145,853,4424,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Nebraska,17,1689,,1035,184,758,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Nevada,30,4267,,1838,271,1595,8001,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,New Hampshire,42,2367,,1541,230,1528,5708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,New Jersey,149,5807,,3082,565,3053,12656,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,New Mexico,18,2992,,1458,229,1334,6031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,New York,265,11673,,6627,1063,6010,25638,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,North Carolina,105,10662,,6124,817,5396,23104,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,North Dakota,9,653,,390,53,309,1414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Ohio,229,11644,,7241,1024,6238,26376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Oklahoma,26,4729,,2549,315,1990,9609,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Oregon,73,10679,,4844,578,3665,19839,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Pennsylvania,204,10285,,6171,1105,5720,23485,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Puerto Rico,71,2965,,1219,143,784,5182,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Rhode Island,16,805,,470,78,465,1834,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,South Carolina,41,4760,,2790,401,2530,10522,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,South Dakota,11,917,,576,98,506,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Tennessee,82,9370,,5360,687,4556,20055,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Texas,194,26072,,13385,1830,11506,52987,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Utah,29,12155,,3391,259,2250,18084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Vermont,12,893,,500,85,509,1999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Virginia,131,9115,,5297,734,4949,20226,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Washington,150,17803,,7944,897,5749,32543,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,West Virginia,33,2832,,1423,157,1283,5728,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Wisconsin,63,4703,,3155,468,2646,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Wyoming,8,1038,,695,96,509,2346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,Other*,1,257,,83,4,195,540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-13,TOTAL,4276,360799,,184688,26537,157984,734284,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Alabama,45,5311,,3247,425,2914,11942,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Alaska,12,1489,,862,111,679,3153,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Arizona,87,10375,,4995,832,4643,20932,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Arkansas,27,3920,,1977,255,1641,7820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,California,511,53347,,18213,2658,15337,90066,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Colorado,69,10303,,4506,605,3839,19322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Connecticut,87,2948,,1819,312,1697,6863,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Delaware,15,774,,525,73,457,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,District of Columbia,4,288,,122,15,120,549,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Florida,317,17565,,11691,2072,10069,41714,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Georgia,68,8699,,4946,666,4285,18664,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Guam,1,87,,44,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Hawaii,20,1815,,700,120,667,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Idaho,23,6346,,2664,217,1729,10979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Illinois,178,8223,,5076,807,4399,18683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Indiana,112,7047,,4166,562,3247,15134,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Iowa,39,2784,,1643,320,1503,6289,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Kansas,52,3224,,1890,239,1566,6971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Kentucky,52,4505,,2672,344,2100,9673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Louisiana,42,2487,,1673,263,1362,5827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Maine,23,1833,,1244,181,1108,4389,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Maryland,80,4633,,2734,431,2658,10536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Massachusetts,110,5756,,3412,533,3288,13099,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Michigan,117,9394,,5319,799,4684,20313,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Minnesota,66,5049,,2921,483,2562,11081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Mississippi,13,1988,,1326,184,1274,4785,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Missouri,74,7193,,3860,486,3129,14742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Montana,22,2209,,1198,145,853,4427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Nebraska,17,1692,,1035,184,758,3686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Nevada,30,4267,,1838,271,1595,8001,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,New Hampshire,42,2369,,1541,230,1529,5711,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,New Jersey,149,5810,,3084,565,3053,12661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,New Mexico,18,2991,,1457,229,1334,6029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,New York,265,11675,,6625,1063,6007,25635,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,North Carolina,105,10659,,6124,818,5395,23101,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,North Dakota,9,653,,390,53,309,1414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Ohio,229,11647,,7241,1024,6239,26380,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Oklahoma,26,4730,,2549,314,1990,9609,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Oregon,73,10682,,4843,578,3665,19841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Pennsylvania,204,10284,,6169,1104,5720,23481,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Puerto Rico,71,2964,,1219,143,784,5181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Rhode Island,16,805,,468,78,465,1832,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,South Carolina,41,4762,,2790,401,2528,10522,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,South Dakota,11,919,,576,98,506,2110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Tennessee,82,9380,,5360,686,4555,20063,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Texas,194,26072,,13384,1829,11505,52984,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Utah,29,12155,,3391,259,2250,18084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Vermont,12,893,,501,85,508,1999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Virginia,131,9118,,5294,734,4953,20230,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Washington,150,17804,,7944,895,5749,32542,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,West Virginia,33,2832,,1423,157,1281,5726,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Wisconsin,63,4703,,3154,468,2646,11034,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Wyoming,8,1038,,695,96,509,2346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,Other*,1,257,,82,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-14,TOTAL,4275,360879,,184686,26520,157977,734337,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Alabama,45,5311,,3247,425,2914,11942,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Alaska,12,1485,,862,111,678,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Arizona,87,10356,,4992,832,4642,20909,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Arkansas,27,3919,,1976,254,1641,7817,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,California,511,53327,,18198,2656,15333,90025,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Colorado,69,10295,,4502,603,3839,19308,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Connecticut,87,2950,,1818,312,1696,6863,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Delaware,15,772,,524,73,457,1841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,District of Columbia,4,288,,122,15,119,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Florida,317,17567,,11682,2070,10073,41709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Georgia,68,8693,,4942,663,4284,18650,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Guam,1,87,,44,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Hawaii,19,1816,,700,120,667,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Idaho,23,6345,,2665,217,1727,10977,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Illinois,178,8225,,5074,807,4397,18681,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Indiana,112,7043,,4160,562,3244,15121,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Iowa,39,2783,,1643,320,1503,6288,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Kansas,52,3225,,1890,239,1566,6972,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Kentucky,52,4502,,2674,344,2101,9673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Louisiana,42,2487,,1670,263,1361,5823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Maine,23,1831,,1249,181,1108,4392,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Maryland,80,4623,,2735,431,2657,10526,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Massachusetts,110,5753,,3407,533,3284,13087,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Michigan,117,9388,,5319,799,4681,20304,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Minnesota,65,5043,,2921,484,2561,11074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Mississippi,13,1987,,1324,184,1273,4781,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Missouri,74,7181,,3856,488,3129,14728,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Montana,22,2211,,1197,145,855,4430,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Nebraska,17,1692,,1034,184,758,3685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Nevada,31,4265,,1838,271,1594,7999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,New Hampshire,42,2365,,1541,230,1529,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,New Jersey,149,5811,,3080,564,3050,12654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,New Mexico,18,2994,,1454,228,1333,6027,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,New York,265,11666,,6623,1063,6007,25624,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,North Carolina,105,10652,,6126,817,5396,23096,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,North Dakota,9,653,,389,53,309,1413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Ohio,230,11631,,7233,1024,6230,26348,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Oklahoma,26,4726,,2545,314,1989,9600,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Oregon,73,10658,,4842,577,3666,19816,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Pennsylvania,204,10271,,6166,1104,5716,23461,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Puerto Rico,71,2964,,1218,142,784,5179,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Rhode Island,16,804,,468,78,465,1831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,South Carolina,41,4763,,2790,401,2528,10523,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,South Dakota,11,919,,576,98,506,2110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Tennessee,82,9361,,5359,686,4553,20041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Texas,194,26040,,13373,1829,11501,52937,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Utah,29,12153,,3389,259,2249,18079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Vermont,12,892,,501,86,505,1996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Virgin Islands,,127,,64,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Virginia,131,9104,,5288,733,4947,20203,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Washington,149,17784,,7938,895,5748,32514,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,West Virginia,33,2828,,1423,157,1283,5724,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Wisconsin,63,4702,,3154,467,2644,11030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Wyoming,8,1039,,696,96,509,2348,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Other*,1,257,,82,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,TOTAL,4274,360614,,184583,26507,157923,733901,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Alabama,45,5309,,3246,425,2914,11939,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Alaska,12,1484,,862,111,678,3147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Arizona,87,10356,,4992,832,4642,20909,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Arkansas,27,3916,,1976,254,1641,7814,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,California,510,53295,,18195,2656,15333,89989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Colorado,69,10292,,4500,603,3839,19303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Connecticut,87,2950,,1818,312,1696,6863,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Delaware,15,772,,524,73,457,1841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,District of Columbia,4,286,,122,15,119,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Florida,317,17563,,11681,2068,10070,41699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Georgia,68,8693,,4940,663,4282,18646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Guam,1,87,,44,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Hawaii,19,1816,,700,120,667,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Idaho,23,6340,,2665,217,1726,10971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Illinois,178,8219,,5073,807,4397,18674,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Indiana,112,7039,,4158,562,3244,15115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Iowa,39,2783,,1643,320,1503,6288,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Kansas,52,3222,,1890,239,1566,6969,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Kentucky,51,4501,,2673,344,2100,9669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Louisiana,42,2487,,1670,263,1361,5823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Maine,23,1831,,1249,181,1107,4391,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Maryland,80,4612,,2735,431,2657,10515,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Massachusetts,110,5750,,3406,533,3284,13083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Michigan,117,9385,,5318,799,4680,20299,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Minnesota,65,5041,,2920,484,2561,11071,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Mississippi,13,1986,,1323,184,1273,4779,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Missouri,74,7178,,3855,488,3127,14722,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Montana,22,2208,,1197,145,855,4427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Nebraska,17,1691,,1034,184,758,3684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Nevada,31,4263,,1838,271,1594,7997,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,New Hampshire,42,2365,,1541,230,1529,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,New Jersey,149,5805,,3080,564,3049,12647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,New Mexico,18,2988,,1453,228,1333,6020,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,New York,265,11658,,6622,1063,6006,25614,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,North Carolina,105,10645,,6125,817,5396,23088,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,North Dakota,9,653,,389,53,309,1413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Ohio,230,11612,,7231,1024,6229,26326,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Oklahoma,26,4726,,2545,314,1989,9600,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Oregon,73,10648,,4839,577,3666,19803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Pennsylvania,204,10266,,6165,1104,5716,23455,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Puerto Rico,71,2962,,1218,142,784,5177,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Rhode Island,16,802,,467,78,465,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,South Carolina,41,4762,,2790,401,2528,10522,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,South Dakota,11,919,,576,98,506,2110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Tennessee,82,9360,,5358,686,4553,20039,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Texas,194,26027,,13367,1829,11498,52915,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Utah,29,12153,,3389,259,2249,18079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Vermont,12,892,,501,86,505,1996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Virgin Islands,,127,,64,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Virginia,131,9101,,5288,733,4947,20200,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Washington,149,17782,,7938,895,5748,32512,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,West Virginia,33,2825,,1423,157,1283,5721,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Wisconsin,63,4701,,3154,467,2644,11029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Wyoming,8,1039,,696,96,509,2348,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,Other*,1,257,,82,4,195,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-16,TOTAL,4272,360430,,184548,26505,157906,733661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Alabama,46,5308,,3244,425,2916,11939,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Alaska,12,1484,,860,111,678,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Arizona,87,10343,,4990,833,4644,20897,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Arkansas,27,3912,,1974,253,1643,7809,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,California,510,53254,,18206,2657,15334,89961,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Colorado,69,10287,,4502,603,3838,19299,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Connecticut,87,2949,,1818,312,1697,6863,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Delaware,15,771,,525,73,457,1841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,District of Columbia,4,286,,122,15,119,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Florida,317,17554,,11680,2067,10072,41690,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Georgia,68,8693,,4943,663,4282,18649,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Guam,1,87,,44,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Hawaii,19,1814,,700,120,667,3320,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Idaho,23,6340,,2662,217,1727,10969,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Illinois,178,8218,,5070,807,4400,18673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Indiana,112,7034,,4161,562,3243,15112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Iowa,39,2782,,1643,320,1504,6288,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Kansas,52,3222,,1890,239,1565,6968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Kentucky,51,4496,,2671,344,2101,9663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Louisiana,42,2486,,1669,263,1362,5822,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Maine,23,1833,,1250,181,1107,4394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Maryland,80,4612,,2735,431,2658,10516,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Massachusetts,110,5750,,3408,533,3285,13086,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Michigan,117,9376,,5323,799,4676,20291,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Minnesota,65,5039,,2922,484,2561,11071,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Mississippi,13,1986,,1323,184,1272,4778,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Missouri,74,7173,,3856,488,3127,14718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Montana,22,2206,,1199,145,855,4427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Nebraska,17,1691,,1035,184,758,3685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Nevada,31,4263,,1837,271,1594,7996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,New Hampshire,42,2364,,1540,230,1529,5705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,New Jersey,149,5803,,3079,564,3050,12645,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,New Mexico,18,2986,,1452,228,1334,6018,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,New York,265,11653,,6621,1063,6007,25609,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,North Carolina,105,10633,,6131,816,5396,23081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,North Dakota,9,652,,389,53,309,1412,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Ohio,230,11594,,7235,1021,6233,26313,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Oklahoma,26,4721,,2545,314,1990,9596,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Oregon,73,10645,,4837,577,3666,19798,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Pennsylvania,204,10263,,6165,1104,5719,23455,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Puerto Rico,71,2962,,1218,142,783,5176,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Rhode Island,16,802,,467,78,465,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,South Carolina,41,4763,,2790,400,2529,10523,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,South Dakota,11,919,,575,98,506,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Tennessee,82,9355,,5359,686,4550,20032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Texas,194,26025,,13367,1828,11497,52911,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Utah,29,12150,,3393,259,2249,18080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Vermont,12,892,,501,86,505,1996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Virgin Islands,,127,,64,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Virginia,131,9096,,5290,734,4948,20199,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Washington,149,17773,,7934,894,5749,32499,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,West Virginia,33,2821,,1423,157,1284,5718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Wisconsin,63,4700,,3156,467,2644,11030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Wyoming,8,1037,,695,96,509,2345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,Other*,1,254,,84,4,195,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-19,TOTAL,4273,360239,,184572,26499,157927,733510,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Alabama,46,5312,,3243,425,2914,11940,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Alaska,12,1484,,861,111,678,3146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Arizona,87,10343,,4992,833,4644,20899,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Arkansas,27,3918,,1975,253,1642,7815,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,California,510,53271,,18207,2656,15335,89979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Colorado,68,10288,,4504,602,3838,19300,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Connecticut,87,2952,,1817,311,1699,6866,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Delaware,15,771,,525,73,458,1842,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,District of Columbia,4,286,,122,15,119,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Florida,317,17561,,11681,2066,10072,41697,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Georgia,68,8700,,4944,663,4281,18656,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Guam,1,87,,44,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Hawaii,19,1816,,701,119,667,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Idaho,23,6344,,2662,218,1727,10974,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Illinois,178,8223,,5072,808,4400,18681,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Indiana,112,7035,,4165,562,3242,15116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Iowa,39,2783,,1643,320,1504,6289,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Kansas,52,3224,,1890,240,1564,6970,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Kentucky,51,4498,,2671,343,2103,9666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Louisiana,42,2485,,1672,261,1362,5822,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Maine,23,1835,,1252,180,1107,4397,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Maryland,80,4613,,2735,431,2660,10519,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Massachusetts,110,5754,,3407,533,3286,13090,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Michigan,117,9376,,5322,799,4679,20293,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Minnesota,65,5039,,2921,484,2561,11070,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Mississippi,13,1986,,1323,184,1272,4778,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Missouri,74,7175,,3855,488,3127,14719,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Montana,22,2207,,1199,145,855,4428,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Nebraska,17,1691,,1034,184,758,3684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Nevada,31,4261,,1836,271,1593,7992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,New Hampshire,42,2365,,1540,230,1529,5706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,New Jersey,148,5806,,3078,564,3050,12646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,New Mexico,18,2985,,1452,228,1334,6017,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,New York,265,11651,,6620,1064,6008,25608,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,North Carolina,105,10639,,6132,816,5395,23087,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,North Dakota,9,652,,390,53,309,1413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Ohio,230,11591,,7239,1021,6234,26315,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Oklahoma,26,4720,,2544,312,1990,9592,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Oregon,73,10650,,4837,577,3666,19803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Pennsylvania,204,10261,,6168,1104,5718,23455,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Puerto Rico,71,2962,,1217,142,785,5177,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Rhode Island,16,803,,467,78,464,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,South Carolina,41,4764,,2790,400,2528,10523,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,South Dakota,11,919,,575,98,505,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Tennessee,82,9355,,5359,686,4550,20032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Texas,194,26042,,13368,1827,11497,52928,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Utah,29,12152,,3392,259,2251,18083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Vermont,12,893,,501,86,505,1997,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Virgin Islands,,127,,64,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Virginia,131,9096,,5289,733,4951,20200,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Washington,149,17782,,7934,892,5747,32504,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,West Virginia,33,2820,,1424,157,1285,5719,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Wisconsin,63,4702,,3156,467,2643,11031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Wyoming,8,1039,,695,96,509,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,Other*,1,254,,84,4,195,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-20,TOTAL,4271,360348,,184590,26488,157934,733631,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Alabama,46,5312,,3243,425,2912,11938,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Alaska,12,1485,,861,111,678,3147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Arizona,87,10344,,4991,831,4642,20895,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Arkansas,27,3922,,1975,253,1642,7819,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,California,510,53284,,18209,2653,15336,89992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Colorado,68,10289,,4506,602,3839,19304,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Connecticut,87,2954,,1818,311,1697,6867,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Delaware,15,771,,524,73,458,1841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,District of Columbia,4,286,,122,15,119,546,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Florida,317,17568,,11677,2065,10074,41701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Georgia,68,8706,,4942,664,4281,18661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Guam,1,87,,44,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Hawaii,19,1817,,701,119,667,3323,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Idaho,23,6349,,2661,218,1727,10978,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Illinois,178,8226,,5072,808,4399,18683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Indiana,112,7038,,4164,561,3242,15117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Iowa,39,2785,,1640,319,1504,6287,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Kansas,52,3225,,1890,240,1562,6969,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Kentucky,51,4501,,2672,343,2103,9670,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Louisiana,42,2487,,1673,261,1362,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Maine,23,1835,,1252,180,1108,4398,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Maryland,79,4612,,2734,431,2660,10516,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Massachusetts,109,5755,,3408,534,3286,13092,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Michigan,117,9374,,5322,799,4677,20289,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Minnesota,65,5039,,2922,484,2561,11071,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Mississippi,13,1986,,1325,184,1272,4780,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Missouri,74,7176,,3856,488,3127,14721,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Montana,22,2208,,1198,145,855,4428,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Nebraska,17,1692,,1034,184,758,3685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Nevada,31,4260,,1836,270,1593,7990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,New Hampshire,41,2366,,1540,230,1530,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,New Jersey,148,5810,,3078,562,3050,12648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,New Mexico,18,2984,,1452,228,1334,6016,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,New York,265,11650,,6620,1062,6009,25606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,North Carolina,105,10644,,6132,816,5396,23093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,North Dakota,9,652,,390,53,309,1413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Ohio,230,11605,,7237,1020,6235,26327,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Oklahoma,26,4720,,2545,312,1989,9592,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Oregon,73,10652,,4836,576,3669,19806,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Pennsylvania,204,10263,,6167,1102,5718,23454,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Puerto Rico,71,2963,,1216,142,785,5177,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Rhode Island,16,803,,467,78,464,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,South Carolina,41,4762,,2794,400,2526,10523,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,South Dakota,11,919,,575,98,505,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Tennessee,82,9354,,5358,685,4551,20030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Texas,194,26054,,13365,1825,11498,52936,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Utah,28,12159,,3392,260,2252,18091,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Vermont,12,893,,501,85,505,1996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Virgin Islands,,127,,64,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Virginia,131,9097,,5290,730,4952,20200,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Washington,148,17784,,7936,890,5746,32504,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,West Virginia,33,2822,,1424,157,1283,5719,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Wisconsin,62,4704,,3155,467,2643,11031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Wyoming,8,1039,,695,96,509,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,Other*,1,254,,84,4,195,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-21,TOTAL,4265,360453,,184585,26465,157933,733701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Alabama,46,5305,,3239,425,2912,11927,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Alaska,12,1485,,861,111,676,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Arizona,87,10348,,4993,830,4641,20899,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Arkansas,27,3925,,1974,254,1643,7823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,California,510,53273,,18193,2652,15340,89968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Colorado,68,10284,,4507,602,3838,19299,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Connecticut,87,2950,,1818,311,1696,6862,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Delaware,15,771,,524,73,459,1842,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,District of Columbia,4,287,,122,15,119,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Florida,316,17568,,11670,2063,10073,41690,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Georgia,68,8702,,4941,663,4276,18650,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Guam,1,87,,44,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Hawaii,19,1816,,701,119,667,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Idaho,23,6350,,2664,218,1727,10982,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Illinois,178,8226,,5067,808,4397,18676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Indiana,112,7041,,4160,561,3248,15122,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Iowa,38,2779,,1639,319,1505,6280,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Kansas,52,3218,,1888,240,1563,6961,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Kentucky,51,4498,,2673,343,2103,9668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Louisiana,42,2488,,1673,261,1362,5826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Maine,23,1837,,1252,180,1108,4400,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Maryland,79,4610,,2730,431,2660,10510,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Massachusetts,109,5754,,3408,534,3288,13093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Michigan,116,9370,,5322,798,4676,20282,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Minnesota,65,5044,,2922,484,2562,11077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Mississippi,13,1989,,1325,184,1272,4783,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Missouri,74,7173,,3858,487,3125,14717,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Montana,22,2206,,1197,145,857,4427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Nebraska,17,1690,,1034,184,758,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Nevada,31,4260,,1836,270,1593,7990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,New Hampshire,41,2367,,1541,230,1529,5708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,New Jersey,148,5812,,3076,562,3051,12649,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,New Mexico,18,2983,,1452,228,1334,6015,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,New York,265,11638,,6614,1062,6010,25589,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,North Carolina,105,10651,,6130,816,5399,23101,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,North Dakota,9,649,,390,53,309,1410,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Ohio,229,11611,,7230,1018,6235,26323,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Oklahoma,26,4717,,2541,312,1990,9586,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Oregon,73,10658,,4836,576,3673,19816,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Pennsylvania,204,10270,,6166,1102,5717,23459,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Puerto Rico,71,2964,,1216,141,785,5177,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Rhode Island,16,803,,467,78,465,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,South Carolina,41,4765,,2797,400,2527,10530,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,South Dakota,11,919,,577,98,505,2110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Tennessee,82,9353,,5359,685,4552,20031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Texas,194,26043,,13373,1825,11498,52933,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Utah,28,12158,,3391,260,2254,18091,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Vermont,11,891,,503,85,504,1994,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Virgin Islands,,127,,64,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Virginia,131,9099,,5287,729,4950,20196,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Washington,148,17785,,7937,890,5744,32504,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,West Virginia,33,2816,,1424,156,1283,5712,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Wisconsin,62,4702,,3152,467,2643,11026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Wyoming,8,1038,,696,96,510,2348,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Other*,1,254,,84,4,195,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,TOTAL,4260,360407,,184538,26454,157945,733604,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Alabama,46,5305,,3239,425,2912,11927,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Alaska,12,1485,,861,111,675,3144,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Arizona,87,10348,,4993,830,4641,20899,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Arkansas,27,3922,,1974,254,1643,7820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,California,510,53258,,18190,2652,15340,89950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Colorado,68,10284,,4507,602,3838,19299,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Connecticut,87,2950,,1818,311,1696,6862,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Delaware,15,771,,524,73,459,1842,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,District of Columbia,4,287,,122,15,119,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Florida,316,17566,,11668,2063,10072,41685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Georgia,68,8701,,4940,663,4276,18648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Guam,1,87,,44,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Hawaii,19,1816,,701,119,667,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Idaho,23,6346,,2663,218,1727,10977,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Illinois,178,8225,,5064,808,4397,18672,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Indiana,112,7038,,4160,561,3248,15119,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Iowa,38,2779,,1639,319,1505,6280,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Kansas,52,3218,,1888,240,1563,6961,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Kentucky,51,4497,,2672,343,2103,9666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Louisiana,42,2488,,1672,261,1362,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Maine,23,1837,,1251,180,1108,4399,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Maryland,79,4610,,2730,431,2660,10510,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Massachusetts,109,5753,,3407,534,3287,13090,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Michigan,116,9366,,5322,797,4676,20277,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Minnesota,65,5043,,2922,484,2562,11076,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Mississippi,13,1988,,1325,184,1272,4782,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Missouri,74,7172,,3858,487,3125,14716,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Montana,22,2206,,1197,145,857,4427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Nebraska,17,1690,,1034,184,758,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Nevada,31,4259,,1835,270,1593,7988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,New Hampshire,41,2367,,1540,230,1529,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,New Jersey,148,5810,,3075,562,3050,12645,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,New Mexico,18,2980,,1452,228,1334,6012,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,New York,265,11637,,6613,1062,6010,25587,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,North Carolina,105,10651,,6128,815,5398,23097,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,North Dakota,9,648,,389,53,309,1408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Ohio,228,11609,,7228,1017,6235,26317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Oklahoma,26,4717,,2541,311,1990,9585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Oregon,73,10647,,4833,576,3673,19802,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Pennsylvania,204,10268,,6165,1102,5716,23455,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Puerto Rico,71,2964,,1216,141,785,5177,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Rhode Island,16,803,,467,78,465,1829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,South Carolina,41,4758,,2796,400,2527,10522,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,South Dakota,11,917,,577,98,505,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Tennessee,82,9353,,5358,685,4552,20030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Texas,194,26035,,13372,1825,11497,52923,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Utah,28,12151,,3391,260,2252,18082,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Vermont,11,890,,503,85,504,1993,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Virgin Islands,,127,,64,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Virginia,131,9099,,5286,729,4950,20195,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Washington,148,17782,,7931,890,5744,32495,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,West Virginia,33,2815,,1423,156,1283,5710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Wisconsin,62,4701,,3152,467,2643,11025,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Wyoming,8,1038,,696,96,510,2348,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,Other*,1,254,,84,4,195,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-22,TOTAL,4259,360316,,184500,26450,157936,733461,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Alabama,46,5304,,3237,425,2913,11925,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Alaska,12,1485,,861,111,675,3144,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Arizona,87,10348,,4992,830,4641,20898,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Arkansas,27,3919,,1977,254,1643,7820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,California,510,53222,,18185,2651,15343,89911,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Colorado,68,10279,,4508,602,3838,19295,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Connecticut,87,2949,,1817,311,1696,6860,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Delaware,15,771,,524,73,459,1842,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,District of Columbia,4,287,,122,15,119,547,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Florida,316,17563,,11667,2062,10071,41679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Georgia,68,8701,,4940,663,4276,18648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Guam,1,87,,44,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Hawaii,19,1816,,701,119,667,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Idaho,23,6340,,2663,218,1727,10971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Illinois,178,8224,,5064,808,4398,18672,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Indiana,112,7037,,4159,561,3248,15117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Iowa,38,2778,,1639,319,1505,6279,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Kansas,52,3218,,1888,240,1563,6961,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Kentucky,51,4497,,2671,343,2104,9666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Louisiana,42,2488,,1672,261,1362,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Maine,23,1836,,1251,179,1108,4397,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Maryland,79,4609,,2730,431,2660,10509,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Massachusetts,109,5751,,3409,534,3286,13089,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Michigan,116,9361,,5323,797,4677,20274,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Minnesota,65,5042,,2921,484,2562,11074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Mississippi,13,1988,,1325,184,1272,4782,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Missouri,74,7171,,3858,487,3126,14716,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Montana,22,2206,,1197,145,857,4427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Nebraska,17,1688,,1036,183,759,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Nevada,31,4258,,1836,270,1593,7988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,New Hampshire,41,2366,,1541,230,1528,5706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,New Jersey,148,5806,,3076,562,3051,12643,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,New Mexico,18,2979,,1452,228,1334,6011,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,New York,265,11633,,6609,1062,6013,25582,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,North Carolina,105,10646,,6127,815,5402,23095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,North Dakota,9,648,,388,53,310,1408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Ohio,228,11608,,7228,1017,6236,26317,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Oklahoma,26,4716,,2539,311,1990,9582,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Oregon,73,10643,,4830,576,3675,19797,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Pennsylvania,204,10266,,6165,1102,5716,23453,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Puerto Rico,71,2957,,1218,141,785,5172,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Rhode Island,15,803,,467,78,465,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,South Carolina,41,4758,,2795,400,2526,10520,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,South Dakota,11,917,,577,97,506,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Tennessee,82,9352,,5359,685,4552,20030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Texas,194,26027,,13370,1825,11495,52911,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Utah,28,12149,,3390,260,2253,18080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Vermont,11,890,,503,85,503,1992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Virgin Islands,,127,,64,8,48,247,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Virginia,131,9098,,5286,729,4950,20194,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Washington,148,17777,,7934,890,5744,32493,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,West Virginia,33,2812,,1423,156,1283,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Wisconsin,62,4700,,3153,467,2643,11025,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Wyoming,8,1037,,696,96,510,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,Other*,1,254,,84,4,195,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-26,TOTAL,4258,360192,,184491,26445,157952,733338,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Alabama,46,5305,,3238,425,2914,11928,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Alaska,12,1485,,861,111,676,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Arizona,87,10356,,4993,830,4640,20906,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Arkansas,27,3919,,1978,254,1643,7821,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,California,509,53241,,18190,2652,15340,89932,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Colorado,68,10286,,4509,602,3839,19304,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Connecticut,88,2954,,1817,311,1696,6866,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Delaware,15,772,,524,73,460,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,District of Columbia,4,290,,121,15,119,549,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Florida,316,17568,,11669,2062,10072,41687,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Georgia,68,8709,,4942,663,4278,18660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Hawaii,19,1815,,703,119,667,3323,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Idaho,23,6339,,2666,218,1727,10973,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Illinois,178,8230,,5064,808,4398,18678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Indiana,112,7039,,4158,562,3250,15121,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Iowa,38,2783,,1639,319,1504,6283,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Kansas,52,3220,,1888,240,1564,6964,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Kentucky,51,4498,,2671,343,2106,9669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Louisiana,42,2491,,1674,261,1363,5831,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Maine,23,1835,,1251,179,1108,4396,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Maryland,79,4609,,2731,431,2660,10510,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Massachusetts,109,5757,,3406,534,3289,13095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Michigan,116,9367,,5325,797,4678,20283,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Minnesota,65,5043,,2921,484,2562,11075,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Mississippi,13,1990,,1325,184,1272,4784,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Missouri,74,7177,,3857,487,3127,14722,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Montana,22,2209,,1197,145,856,4429,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Nebraska,17,1690,,1034,183,759,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Nevada,31,4259,,1837,270,1594,7991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,New Hampshire,41,2368,,1542,230,1529,5710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,New Jersey,148,5809,,3074,562,3053,12646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,New Mexico,18,2978,,1451,228,1335,6010,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,New York,265,11637,,6612,1062,6012,25588,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,North Carolina,105,10654,,6131,815,5402,23107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,North Dakota,9,648,,388,53,310,1408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Ohio,228,11612,,7231,1017,6236,26324,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Oklahoma,26,4717,,2540,311,1991,9585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Oregon,73,10651,,4833,576,3675,19808,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Pennsylvania,204,10277,,6166,1102,5715,23464,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Puerto Rico,71,2960,,1219,141,785,5176,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Rhode Island,15,804,,466,78,465,1828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,South Carolina,41,4763,,2797,400,2526,10527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,South Dakota,11,917,,576,97,506,2107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Tennessee,82,9356,,5361,686,4552,20037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Texas,194,26039,,13375,1825,11495,52928,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Utah,28,12154,,3389,260,2252,18083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Vermont,11,892,,503,85,502,1993,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Virginia,131,9098,,5287,729,4950,20195,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Washington,148,17780,,7939,890,5744,32501,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,West Virginia,33,2814,,1423,156,1283,5709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Wisconsin,62,4700,,3154,467,2645,11028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Wyoming,8,1038,,696,96,509,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Other*,1,254,,84,4,195,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,TOTAL,4258,360370,,184534,26448,157967,733577,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Alabama,46,5305,,3236,424,2914,11925,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Alaska,12,1485,,861,111,676,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Arizona,87,10353,,4992,829,4640,20901,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Arkansas,27,3919,,1977,254,1643,7820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,California,509,53236,,18184,2649,15336,89914,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Colorado,68,10286,,4509,602,3839,19304,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Connecticut,88,2954,,1817,310,1696,6865,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Delaware,15,772,,524,73,460,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,District of Columbia,4,290,,121,15,119,549,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Florida,316,17566,,11666,2061,10072,41681,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Georgia,68,8708,,4942,663,4277,18658,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Hawaii,19,1815,,703,119,667,3323,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Idaho,23,6339,,2665,218,1727,10972,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Illinois,178,8230,,5062,808,4396,18674,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Indiana,112,7038,,4157,562,3250,15119,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Iowa,38,2782,,1638,318,1504,6280,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Kansas,52,3220,,1888,238,1564,6962,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Kentucky,51,4498,,2671,343,2106,9669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Louisiana,42,2490,,1674,261,1363,5830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Maine,23,1835,,1250,179,1107,4394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Maryland,79,4608,,2730,431,2659,10507,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Massachusetts,109,5755,,3405,534,3289,13092,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Michigan,116,9366,,5323,797,4676,20278,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Minnesota,65,5043,,2921,484,2562,11075,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Mississippi,13,1990,,1325,184,1272,4784,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Missouri,74,7175,,3855,485,3125,14714,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Montana,22,2209,,1196,145,856,4428,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Nebraska,17,1690,,1034,183,759,3683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Nevada,31,4259,,1837,270,1594,7991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,New Hampshire,41,2368,,1542,230,1529,5710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,New Jersey,148,5808,,3073,562,3053,12644,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,New Mexico,18,2978,,1451,228,1335,6010,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,New York,264,11633,,6611,1062,6011,25581,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,North Carolina,105,10652,,6130,814,5402,23103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,North Dakota,9,648,,388,53,310,1408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Ohio,228,11612,,7230,1016,6235,26321,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Oklahoma,26,4717,,2540,311,1989,9583,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Oregon,73,10648,,4833,576,3674,19804,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Pennsylvania,204,10274,,6163,1102,5714,23457,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Puerto Rico,71,2960,,1219,141,785,5176,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Rhode Island,15,803,,466,78,465,1827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,South Carolina,41,4762,,2797,400,2524,10524,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,South Dakota,11,917,,576,97,506,2107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Tennessee,82,9355,,5359,685,4550,20031,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Texas,194,26036,,13375,1825,11495,52925,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Utah,28,12154,,3389,260,2252,18083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Vermont,11,892,,503,85,502,1993,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Virginia,131,9098,,5287,729,4950,20195,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Washington,148,17777,,7935,887,5744,32491,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,West Virginia,33,2813,,1422,156,1283,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Wisconsin,62,4700,,3153,466,2645,11026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Wyoming,8,1038,,696,96,509,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,Other*,1,254,,84,4,195,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-27,TOTAL,4257,360327,,184493,26429,157944,733450,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Alabama,46,5309,,3235,423,2913,11926,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Alaska,12,1486,,862,111,677,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Arizona,87,10356,,4993,828,4640,20904,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Arkansas,27,3907,,1978,254,1642,7808,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,California,508,53229,,18183,2649,15337,89906,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Colorado,68,10294,,4506,602,3841,19311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Connecticut,88,2959,,1815,310,1697,6869,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Delaware,15,772,,524,73,460,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,District of Columbia,4,290,,120,15,119,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Florida,316,17585,,11660,2059,10074,41694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Georgia,68,8707,,4945,661,4277,18658,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Hawaii,19,1814,,703,119,667,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Idaho,23,6340,,2667,218,1725,10973,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Illinois,177,8239,,5060,808,4397,18681,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Indiana,111,7039,,4157,561,3249,15117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Iowa,38,2782,,1638,317,1503,6278,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Kansas,52,3220,,1890,238,1562,6962,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Kentucky,51,4500,,2671,343,2105,9670,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Louisiana,42,2487,,1676,261,1363,5829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Maine,23,1835,,1249,179,1107,4393,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Maryland,79,4608,,2732,431,2662,10512,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Massachusetts,109,5768,,3406,533,3287,13103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Michigan,116,9366,,5325,796,4678,20281,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Minnesota,65,5048,,2922,483,2563,11081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Mississippi,13,1991,,1325,183,1272,4784,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Missouri,74,7184,,3853,485,3126,14722,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Montana,22,2204,,1196,145,856,4423,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Nebraska,17,1692,,1033,184,759,3685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Nevada,31,4261,,1839,270,1594,7995,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,New Hampshire,41,2371,,1541,229,1531,5713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,New Jersey,148,5814,,3076,562,3053,12653,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,New Mexico,17,2983,,1451,228,1336,6015,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,New York,263,11641,,6616,1062,6014,25596,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,North Carolina,105,10653,,6133,813,5405,23109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,North Dakota,9,648,,387,53,310,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Ohio,227,11612,,7230,1016,6234,26319,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Oklahoma,26,4719,,2541,311,1988,9585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Oregon,73,10650,,4838,575,3674,19810,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Pennsylvania,204,10279,,6166,1100,5715,23464,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Puerto Rico,71,2957,,1219,140,785,5172,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Rhode Island,15,805,,466,78,466,1830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,South Carolina,41,4766,,2797,399,2522,10525,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,South Dakota,11,917,,574,97,506,2105,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Tennessee,82,9347,,5361,685,4552,20027,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Texas,194,26056,,13375,1827,11496,52948,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Utah,28,12158,,3389,260,2251,18086,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Vermont,11,886,,508,85,502,1992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Virginia,131,9103,,5289,729,4948,20200,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Washington,148,17770,,7932,887,5745,32482,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,West Virginia,33,2816,,1421,157,1284,5711,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Wisconsin,62,4697,,3153,466,2646,11024,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Wyoming,8,1037,,695,96,509,2345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,Other*,1,254,,85,4,194,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-05-30,TOTAL,4251,360425,,184514,26414,157957,733561,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Alabama,46,5309,,3235,423,2913,11926,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Alaska,12,1487,,862,111,677,3149,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Arizona,87,10355,,4992,828,4641,20903,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Arkansas,27,3897,,1977,254,1642,7797,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,California,508,53203,,18184,2649,15338,89882,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Colorado,68,10289,,4511,602,3841,19311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Connecticut,88,2958,,1815,310,1696,6867,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Delaware,15,772,,524,73,460,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,District of Columbia,4,290,,120,15,119,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Florida,316,17580,,11661,2059,10075,41691,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Georgia,68,8704,,4945,661,4276,18654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Hawaii,19,1813,,702,119,667,3320,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Idaho,23,6340,,2667,218,1725,10973,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Illinois,177,8238,,5059,808,4398,18680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Indiana,111,7037,,4157,561,3249,15115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Iowa,38,2781,,1639,317,1503,6278,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Kansas,52,3219,,1891,238,1562,6962,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Kentucky,51,4500,,2672,343,2105,9671,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Louisiana,42,2486,,1676,261,1364,5829,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Maine,23,1834,,1250,179,1107,4393,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Maryland,79,4608,,2732,431,2662,10512,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Massachusetts,109,5768,,3405,533,3288,13103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Michigan,116,9357,,5318,796,4689,20276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Minnesota,65,5047,,2923,483,2563,11081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Mississippi,13,1990,,1325,183,1272,4783,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Missouri,74,7182,,3853,485,3126,14720,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Montana,22,2204,,1194,145,855,4420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Nebraska,17,1692,,1033,184,759,3685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Nevada,31,4261,,1839,270,1594,7995,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,New Hampshire,41,2371,,1541,229,1531,5713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,New Jersey,148,5814,,3076,562,3053,12653,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,New Mexico,17,2975,,1451,228,1336,6007,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,New York,263,11628,,6617,1062,6015,25585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,North Carolina,105,10647,,6131,813,5406,23102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,North Dakota,9,648,,387,53,310,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Ohio,227,11610,,7227,1016,6233,26313,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Oklahoma,26,4715,,2540,311,1989,9581,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Oregon,73,10631,,4840,575,3675,19794,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Pennsylvania,204,10275,,6168,1099,5716,23462,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Puerto Rico,71,2954,,1221,140,786,5172,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Rhode Island,15,805,,466,78,466,1830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,South Carolina,41,4764,,2799,399,2522,10525,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,South Dakota,11,917,,574,97,506,2105,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Tennessee,82,9343,,5360,685,4553,20023,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Texas,194,26045,,13380,1827,11498,52944,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Utah,28,12157,,3390,260,2251,18086,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Vermont,11,886,,508,85,502,1992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Virginia,131,9101,,5289,729,4949,20199,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Washington,148,17766,,7933,887,5746,32480,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,West Virginia,33,2816,,1421,157,1284,5711,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Wisconsin,62,4693,,3155,466,2646,11022,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Wyoming,8,1037,,695,96,509,2345,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,Other*,1,254,,85,4,194,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-01,TOTAL,4251,360267,,184523,26413,157981,733435,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Alabama,46,5309,,3235,424,2911,11925,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Alaska,12,1487,,862,111,679,3151,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Arizona,87,10361,,4993,828,4641,20910,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Arkansas,27,3897,,1977,253,1643,7797,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,California,508,53214,,18180,2647,15340,89889,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Colorado,68,10294,,4512,601,3840,19315,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Connecticut,88,2954,,1817,310,1695,6864,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Delaware,15,771,,525,73,460,1844,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,District of Columbia,4,290,,120,15,119,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Florida,316,17590,,11660,2057,10079,41702,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Georgia,68,8710,,4947,661,4275,18661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Hawaii,19,1814,,702,119,668,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Idaho,23,6341,,2668,218,1725,10975,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Illinois,177,8238,,5057,808,4398,18678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Indiana,111,7041,,4159,561,3248,15120,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Iowa,38,2782,,1636,317,1504,6277,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Kansas,52,3218,,1891,238,1562,6961,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Kentucky,51,4503,,2671,343,2105,9673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Louisiana,42,2484,,1676,261,1364,5827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Maine,23,1834,,1249,179,1106,4391,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Maryland,79,4609,,2732,431,2662,10513,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Massachusetts,109,5768,,3404,533,3286,13100,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Michigan,116,9360,,5320,796,4690,20282,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Minnesota,66,5049,,2921,483,2565,11084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Mississippi,13,1991,,1324,183,1272,4783,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Missouri,74,7185,,3855,486,3127,14727,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Montana,22,2204,,1194,145,856,4421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Nebraska,17,1692,,1034,184,759,3686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Nevada,31,4262,,1839,270,1594,7996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,New Hampshire,41,2371,,1542,229,1532,5715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,New Jersey,148,5815,,3077,562,3052,12654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,New Mexico,17,2976,,1451,228,1336,6008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,New York,263,11631,,6615,1063,6016,25588,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,North Carolina,105,10647,,6130,813,5404,23099,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,North Dakota,9,646,,388,53,310,1406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Ohio,227,11610,,7226,1015,6234,26312,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Oklahoma,26,4716,,2539,310,1988,9579,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Oregon,73,10639,,4845,575,3675,19807,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Pennsylvania,203,10271,,6166,1099,5716,23455,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Puerto Rico,71,2959,,1221,140,786,5177,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Rhode Island,15,806,,466,77,466,1830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,South Carolina,41,4766,,2798,399,2522,10526,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,South Dakota,11,917,,574,97,505,2104,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Tennessee,82,9349,,5364,684,4553,20032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Texas,194,26054,,13387,1826,11499,52960,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Utah,28,12157,,3390,260,2250,18085,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Vermont,11,886,,507,85,502,1991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Virginia,131,9101,,5290,727,4948,20197,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Washington,148,17767,,7932,886,5748,32481,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,West Virginia,33,2815,,1421,157,1284,5710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Wisconsin,62,4698,,3157,466,2647,11030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Wyoming,8,1038,,695,96,509,2346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,Other*,1,255,,85,4,194,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-02,TOTAL,4251,360356,,184534,26402,157988,733531,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Alabama,46,5309,,3234,424,2911,11924,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Alaska,12,1487,,862,111,679,3151,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Arizona,87,10360,,4993,826,4641,20907,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Arkansas,27,3896,,1977,253,1642,7795,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,California,508,53205,,18177,2646,15341,89877,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Colorado,68,10292,,4512,601,3840,19313,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Connecticut,88,2954,,1817,310,1693,6862,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Delaware,15,770,,524,73,460,1842,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,District of Columbia,4,290,,120,15,119,548,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Florida,316,17587,,11658,2055,10078,41694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Georgia,68,8710,,4946,660,4275,18659,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Hawaii,19,1814,,702,119,668,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Idaho,23,6341,,2667,218,1725,10974,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Illinois,177,8236,,5057,808,4396,18674,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Indiana,111,7039,,4158,561,3246,15115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Iowa,38,2782,,1636,316,1504,6276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Kansas,52,3216,,1893,238,1561,6960,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Kentucky,50,4502,,2670,343,2105,9670,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Louisiana,42,2484,,1675,261,1364,5826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Maine,23,1834,,1247,179,1105,4388,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Maryland,79,4609,,2732,431,2661,10512,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Massachusetts,109,5767,,3403,533,3283,13095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Michigan,116,9356,,5322,795,4689,20278,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Minnesota,66,5048,,2922,483,2565,11084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Mississippi,13,1991,,1324,183,1272,4783,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Missouri,74,7184,,3855,486,3127,14726,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Montana,22,2204,,1194,145,856,4421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Nebraska,17,1692,,1034,184,759,3686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Nevada,31,4259,,1839,270,1594,7993,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,New Hampshire,41,2371,,1542,229,1532,5715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,New Jersey,148,5815,,3077,562,3052,12654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,New Mexico,17,2976,,1451,228,1336,6008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,New York,263,11630,,6612,1063,6017,25585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,North Carolina,105,10645,,6131,813,5404,23098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,North Dakota,9,646,,388,53,310,1406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Ohio,226,11607,,7222,1015,6233,26303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Oklahoma,26,4715,,2539,310,1988,9578,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Oregon,73,10634,,4847,575,3674,19803,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Pennsylvania,203,10270,,6164,1099,5717,23453,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Puerto Rico,71,2957,,1221,140,786,5175,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Rhode Island,15,806,,466,77,466,1830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,South Carolina,41,4764,,2797,399,2521,10522,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,South Dakota,11,916,,574,97,505,2103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Tennessee,82,9349,,5362,683,4552,20028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Texas,194,26048,,13388,1825,11496,52951,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Utah,27,12152,,3390,260,2250,18079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Vermont,11,885,,507,85,502,1990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Virginia,131,9099,,5289,727,4949,20195,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Washington,148,17763,,7931,885,5748,32475,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,West Virginia,33,2815,,1421,157,1284,5710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Wisconsin,62,4697,,3157,466,2646,11028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Wyoming,8,1038,,695,96,509,2346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,Other*,1,255,,85,4,194,539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-03,TOTAL,4248,360285,,184514,26391,157969,733407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Alabama,46,5309,,3235,424,2911,11925,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Alaska,12,1487,,862,111,679,3151,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Arizona,87,10366,,4993,826,4640,20912,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Arkansas,27,3898,,1977,253,1642,7797,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,California,507,53226,,18175,2646,15342,89896,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Colorado,68,10294,,4513,600,3839,19314,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Connecticut,88,2952,,1819,311,1693,6863,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Delaware,16,770,,523,73,460,1842,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,District of Columbia,4,292,,120,15,119,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Florida,316,17595,,11664,2055,10080,41710,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Georgia,68,8710,,4947,660,4276,18661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Hawaii,19,1814,,702,119,668,3322,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Idaho,23,6342,,2670,218,1725,10978,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Illinois,177,8236,,5059,809,4396,18677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Indiana,111,7041,,4158,561,3245,15116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Iowa,38,2780,,1636,316,1505,6275,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Kansas,52,3215,,1892,238,1562,6959,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Kentucky,50,4504,,2671,344,2104,9673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Louisiana,42,2487,,1674,260,1365,5828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Maine,23,1834,,1247,180,1105,4389,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Maryland,79,4610,,2732,431,2661,10513,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Massachusetts,109,5772,,3405,533,3285,13104,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Michigan,116,9364,,5324,793,4690,20287,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Minnesota,66,5048,,2922,483,2565,11084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Mississippi,13,1991,,1324,183,1272,4783,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Missouri,74,7186,,3855,485,3129,14729,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Montana,22,2204,,1194,145,855,4420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Nebraska,17,1692,,1034,184,759,3686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Nevada,31,4262,,1841,270,1593,7997,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,New Hampshire,41,2372,,1543,229,1533,5718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,New Jersey,148,5818,,3079,559,3052,12656,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,New Mexico,17,2976,,1451,228,1335,6007,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,New York,262,11640,,6613,1064,6015,25594,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,North Carolina,105,10648,,6131,813,5405,23102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,North Dakota,9,646,,388,53,310,1406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Ohio,226,11611,,7220,1015,6234,26306,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Oklahoma,27,4720,,2541,310,1988,9586,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Oregon,73,10635,,4851,575,3673,19807,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Pennsylvania,203,10267,,6164,1100,5716,23450,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Puerto Rico,71,2959,,1221,139,787,5177,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Rhode Island,15,806,,466,77,466,1830,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,South Carolina,41,4766,,2798,399,2521,10525,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,South Dakota,11,916,,573,97,505,2102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Tennessee,82,9349,,5364,682,4553,20030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Texas,194,26048,,13394,1824,11499,52959,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Utah,27,12155,,3391,260,2249,18082,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Vermont,11,886,,507,85,502,1991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Virginia,131,9101,,5289,726,4949,20196,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Washington,148,17769,,7933,884,5749,32483,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,West Virginia,33,2816,,1421,157,1284,5711,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Wisconsin,62,4703,,3160,465,2646,11036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Wyoming,8,1038,,695,96,509,2346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,Other*,1,255,,84,4,194,538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-04,TOTAL,4248,360395,,184553,26383,157978,733557,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Alabama,46,5300,,3232,424,2912,11914,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Alaska,12,1487,,858,111,679,3147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Arizona,87,10358,,4993,826,4644,20908,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Arkansas,27,3895,,1975,251,1640,7788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,California,506,53165,,18168,2642,15336,89817,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Colorado,68,10294,,4512,599,3838,19311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Connecticut,88,2947,,1821,312,1692,6860,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Delaware,16,769,,523,73,460,1841,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Florida,317,17581,,11650,2050,10075,41673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Georgia,68,8710,,4945,660,4273,18656,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Hawaii,19,1806,,701,119,668,3313,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Idaho,23,6339,,2672,218,1726,10978,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Illinois,177,8220,,5058,807,4394,18656,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Indiana,111,7035,,4154,559,3243,15102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Iowa,38,2778,,1635,314,1502,6267,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Kansas,52,3217,,1891,238,1562,6960,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Kentucky,50,4499,,2672,344,2103,9668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Louisiana,42,2479,,1675,260,1365,5821,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Maine,23,1836,,1245,179,1108,4391,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Maryland,79,4603,,2734,431,2662,10509,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Massachusetts,109,5769,,3403,532,3283,13096,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Michigan,116,9361,,5324,791,4690,20282,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Minnesota,66,5049,,2924,482,2565,11086,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Mississippi,13,1980,,1320,183,1272,4768,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Missouri,74,7181,,3853,484,3127,14719,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Montana,22,2201,,1193,145,854,4415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Nebraska,17,1689,,1037,184,759,3686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Nevada,30,4261,,1843,270,1592,7996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,New Hampshire,41,2365,,1545,229,1534,5714,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,New Jersey,147,5816,,3078,558,3051,12650,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,New Mexico,17,2967,,1453,228,1334,5999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,New York,262,11630,,6616,1059,6011,25578,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,North Carolina,105,10642,,6141,810,5405,23103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,North Dakota,9,646,,389,53,310,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Ohio,226,11595,,7222,1015,6230,26288,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Oklahoma,26,4716,,2540,310,1990,9582,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Oregon,73,10627,,4852,575,3671,19798,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Pennsylvania,203,10265,,6162,1098,5715,23443,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Puerto Rico,71,2959,,1222,139,787,5178,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Rhode Island,15,800,,464,77,465,1821,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,South Carolina,41,4766,,2798,398,2521,10524,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,South Dakota,11,917,,573,96,505,2102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Tennessee,82,9347,,5365,682,4552,20028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Texas,194,26023,,13391,1821,11498,52927,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Utah,27,12102,,3383,259,2248,18019,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Vermont,11,887,,507,85,501,1991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Virginia,130,9094,,5287,725,4950,20186,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Washington,148,17776,,7928,884,5742,32478,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,West Virginia,33,2814,,1421,157,1283,5708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Wisconsin,62,4707,,3155,463,2646,11033,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Wyoming,8,1038,,696,96,509,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,Other*,1,254,,84,4,194,537,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-08,TOTAL,4244,360069,,184511,26340,157934,733098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Alabama,46,5301,,3231,423,2912,11913,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Alaska,12,1484,,861,111,678,3146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Arizona,87,10360,,4995,826,4641,20909,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Arkansas,27,3897,,1975,251,1640,7790,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,California,506,53171,,18169,2642,15335,89823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Colorado,68,10294,,4512,598,3839,19311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Connecticut,88,2950,,1821,312,1692,6863,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Delaware,16,767,,523,73,459,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Florida,317,17588,,11651,2050,10080,41686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Georgia,68,8712,,4951,658,4273,18662,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Hawaii,19,1809,,701,119,668,3316,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Idaho,23,6343,,2673,216,1726,10981,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Illinois,177,8219,,5058,806,4394,18654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Indiana,111,7036,,4152,559,3241,15099,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Iowa,38,2778,,1634,314,1503,6267,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Kansas,52,3216,,1888,238,1563,6957,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Kentucky,50,4499,,2673,344,2102,9668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Louisiana,42,2479,,1673,260,1367,5821,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Maine,23,1835,,1245,179,1109,4391,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Maryland,79,4609,,2735,431,2664,10518,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Massachusetts,109,5767,,3404,532,3283,13095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Michigan,116,9369,,5327,792,4689,20293,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Minnesota,66,5052,,2923,482,2566,11089,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Mississippi,13,1981,,1319,183,1272,4768,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Missouri,74,7181,,3856,483,3127,14721,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Montana,22,2199,,1193,145,854,4413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Nebraska,17,1694,,1038,184,759,3692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Nevada,30,4262,,1843,270,1592,7997,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,New Hampshire,41,2366,,1544,229,1534,5714,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,New Jersey,147,5819,,3079,558,3050,12653,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,New Mexico,17,2969,,1452,228,1334,6000,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,New York,262,11637,,6618,1059,6011,25587,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,North Carolina,105,10649,,6141,810,5404,23109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,North Dakota,9,647,,389,53,310,1408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Ohio,226,11599,,7223,1015,6229,26292,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Oklahoma,26,4717,,2540,310,1990,9583,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Oregon,73,10622,,4854,574,3675,19798,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Pennsylvania,203,10267,,6163,1098,5713,23444,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Puerto Rico,71,2959,,1222,139,787,5178,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Rhode Island,15,800,,464,77,465,1821,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,South Carolina,41,4767,,2801,398,2521,10528,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,South Dakota,11,917,,573,96,505,2102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Tennessee,82,9351,,5363,682,4551,20029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Texas,194,26036,,13394,1820,11492,52936,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Utah,27,12107,,3384,259,2248,18025,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Vermont,11,887,,508,85,501,1992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Virginia,130,9096,,5285,725,4948,20184,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Washington,148,17778,,7926,882,5745,32479,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,West Virginia,33,2815,,1420,157,1283,5708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Wisconsin,62,4706,,3156,463,2646,11033,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Wyoming,8,1037,,696,96,509,2346,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,Other*,1,254,,84,4,194,537,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-09,TOTAL,4244,360161,,184531,26329,157931,733196,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Alabama,46,5302,,3232,423,2912,11915,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Alaska,12,1484,,861,111,678,3146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Arizona,87,10361,,4996,826,4641,20911,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Arkansas,27,3896,,1975,251,1640,7789,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,California,506,53177,,18168,2641,15334,89826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Colorado,68,10291,,4515,598,3839,19311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Connecticut,88,2950,,1820,312,1692,6862,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Delaware,16,767,,524,73,459,1839,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Florida,317,17594,,11649,2049,10081,41690,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Georgia,68,8709,,4954,657,4275,18663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Hawaii,19,1809,,701,119,668,3316,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Idaho,23,6343,,2672,216,1725,10979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Illinois,177,8217,,5060,806,4395,18655,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Indiana,111,7036,,4153,559,3239,15098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Iowa,38,2778,,1633,314,1502,6265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Kansas,52,3216,,1888,238,1564,6958,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Kentucky,50,4498,,2674,344,2102,9668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Louisiana,42,2482,,1674,260,1367,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Maine,23,1836,,1245,179,1108,4391,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Maryland,79,4610,,2735,431,2664,10519,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Massachusetts,109,5767,,3405,532,3282,13095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Michigan,116,9369,,5325,792,4688,20290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Minnesota,66,5053,,2925,482,2566,11092,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Mississippi,13,1981,,1319,183,1271,4767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Missouri,74,7182,,3857,483,3126,14722,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Montana,22,2198,,1194,144,854,4412,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Nebraska,17,1695,,1039,184,759,3694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Nevada,30,4262,,1843,270,1593,7998,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,New Hampshire,41,2367,,1544,228,1534,5714,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,New Jersey,147,5819,,3080,558,3050,12654,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,New Mexico,17,2970,,1451,228,1334,6000,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,New York,262,11643,,6617,1058,6011,25591,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,North Carolina,105,10652,,6141,809,5404,23111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,North Dakota,9,648,,389,52,310,1408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Ohio,226,11599,,7222,1015,6227,26289,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Oklahoma,26,4718,,2540,310,1990,9584,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Oregon,73,10624,,4854,574,3675,19800,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Pennsylvania,203,10269,,6163,1096,5714,23445,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Puerto Rico,71,2961,,1222,139,787,5180,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Rhode Island,15,802,,464,77,465,1823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,South Carolina,41,4771,,2801,399,2521,10533,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,South Dakota,11,917,,574,96,505,2103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Tennessee,82,9355,,5361,682,4552,20032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Texas,194,26042,,13399,1819,11491,52945,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Utah,27,12108,,3385,259,2248,18027,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Vermont,11,887,,508,85,501,1992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Virginia,130,9101,,5286,725,4948,20190,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Washington,148,17780,,7928,882,5744,32482,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,West Virginia,33,2815,,1420,157,1283,5708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Wisconsin,62,4710,,3155,463,2649,11039,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Wyoming,8,1038,,697,97,509,2349,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,Other*,1,254,,84,4,194,537,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-10,TOTAL,4244,360220,,184549,26320,157928,733261,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Alabama,46,5306,,3228,423,2911,11914,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Alaska,12,1485,,861,111,677,3146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Arizona,87,10365,,4997,824,4641,20914,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Arkansas,27,3896,,1975,251,1640,7789,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,California,504,53184,,18166,2639,15334,89827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Colorado,68,10294,,4517,598,3838,19315,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Connecticut,88,2948,,1819,311,1692,6858,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Delaware,16,768,,524,73,459,1840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Florida,317,17601,,11647,2047,10080,41692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Georgia,68,8714,,4955,656,4275,18668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Guam,1,88,,44,8,91,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Hawaii,19,1809,,700,119,668,3315,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Idaho,23,6345,,2672,215,1724,10979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Illinois,177,8216,,5059,805,4394,18651,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Indiana,111,7039,,4154,559,3241,15104,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Iowa,38,2778,,1633,314,1500,6263,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Kansas,52,3215,,1889,238,1564,6958,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Kentucky,50,4500,,2673,344,2102,9669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Louisiana,42,2483,,1675,260,1366,5826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Maine,23,1836,,1244,178,1108,4389,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Maryland,79,4610,,2734,431,2663,10517,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Massachusetts,109,5769,,3406,533,3281,13098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Michigan,116,9371,,5325,793,4689,20294,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Minnesota,66,5057,,2925,482,2566,11096,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Mississippi,13,1981,,1318,183,1271,4766,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Missouri,74,7182,,3858,483,3126,14723,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Montana,22,2199,,1194,144,854,4413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Nebraska,17,1697,,1039,184,759,3696,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Nevada,30,4266,,1843,270,1593,8002,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,New Hampshire,41,2368,,1543,228,1534,5714,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,New Jersey,147,5821,,3080,557,3047,12652,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,New Mexico,17,2968,,1451,228,1333,5997,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,New York,261,11648,,6617,1055,6013,25594,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,North Carolina,105,10651,,6139,809,5404,23108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,North Dakota,9,648,,388,52,310,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Ohio,226,11604,,7219,1014,6227,26290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Oklahoma,26,4713,,2539,310,1988,9576,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Oregon,73,10628,,4853,572,3678,19804,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Pennsylvania,203,10265,,6162,1096,5714,23440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Puerto Rico,71,2961,,1221,138,787,5178,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Rhode Island,15,802,,464,77,465,1823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,South Carolina,41,4775,,2803,399,2520,10538,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,South Dakota,11,919,,574,96,504,2104,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Tennessee,82,9360,,5361,682,4553,20038,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Texas,194,26055,,13399,1818,11489,52955,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Utah,27,12113,,3386,258,2249,18033,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Vermont,11,887,,508,85,501,1992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Virgin Islands,,126,,64,8,48,246,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Virginia,129,9106,,5286,724,4947,20192,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Washington,148,17780,,7930,882,5745,32485,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,West Virginia,33,2816,,1420,157,1283,5709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Wisconsin,62,4715,,3154,463,2649,11043,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Wyoming,8,1038,,696,97,508,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,Other*,1,254,,84,4,194,537,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-11,TOTAL,4240,360316,,184535,26300,157916,733307,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Alabama,46,5309,,3225,421,2911,11912,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Alaska,12,1485,,859,111,677,3144,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Arizona,87,10330,,4996,824,4640,20877,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Arkansas,27,3895,,1975,251,1640,7788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,California,504,53131,,18158,2637,15321,89751,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Colorado,68,10284,,4517,598,3836,19303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Connecticut,88,2945,,1817,311,1692,6853,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Delaware,16,766,,524,73,459,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,District of Columbia,4,293,,120,15,118,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Florida,317,17606,,11638,2046,10075,41682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Georgia,68,8714,,4950,655,4274,18661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Guam,1,88,,43,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Hawaii,19,1808,,699,118,667,3311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Idaho,22,6340,,2671,215,1722,10970,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Illinois,177,8212,,5057,806,4392,18644,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Indiana,111,7038,,4152,559,3238,15098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Iowa,37,2769,,1632,314,1499,6251,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Kansas,52,3203,,1887,237,1562,6941,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Kentucky,50,4502,,2671,343,2102,9668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Louisiana,42,2482,,1674,260,1367,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Maine,23,1838,,1243,178,1108,4390,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Maryland,79,4607,,2733,430,2659,10508,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Massachusetts,109,5761,,3404,533,3279,13086,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Michigan,115,9371,,5324,792,4690,20292,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Minnesota,66,5055,,2924,481,2566,11092,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Mississippi,13,1981,,1318,184,1271,4767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Missouri,74,7182,,3854,482,3125,14717,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Montana,22,2200,,1194,144,853,4413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Nebraska,17,1693,,1038,184,760,3692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Nevada,30,4263,,1842,270,1592,7997,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,New Hampshire,41,2366,,1541,228,1533,5709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,New Jersey,147,5819,,3078,556,3048,12648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,New Mexico,17,2966,,1451,227,1330,5991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,New York,261,11627,,6614,1055,6005,25562,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,North Carolina,105,10649,,6137,808,5404,23103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,North Dakota,9,649,,387,52,310,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Ohio,226,11591,,7220,1013,6226,26276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Oklahoma,26,4709,,2537,309,1988,9569,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Oregon,73,10618,,4844,572,3677,19784,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Pennsylvania,203,10263,,6158,1096,5712,23432,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Puerto Rico,71,2961,,1221,138,787,5178,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Rhode Island,15,802,,464,78,465,1824,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,South Carolina,41,4767,,2802,399,2518,10527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,South Dakota,11,921,,574,96,504,2106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Tennessee,82,9357,,5362,682,4552,20035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Texas,195,26040,,13390,1816,11486,52927,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Utah,27,12094,,3385,257,2249,18012,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Vermont,11,887,,508,85,500,1991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Virginia,129,9098,,5286,723,4946,20182,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Washington,148,17777,,7929,882,5742,32478,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,West Virginia,33,2816,,1419,157,1281,5706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Wisconsin,62,4709,,3154,463,2649,11037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Wyoming,8,1037,,695,97,510,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,Other*,1,254,,84,4,194,537,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-13,TOTAL,4238,360054,,184443,26281,157849,732865,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Alabama,46,5305,,3227,421,2911,11910,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Alaska,12,1483,,859,111,677,3142,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Arizona,87,10330,,4995,824,4640,20876,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Arkansas,27,3893,,1976,251,1640,7787,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,California,504,53108,,18161,2637,15326,89736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Colorado,68,10282,,4514,598,3841,19303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Connecticut,88,2943,,1819,311,1692,6853,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Delaware,16,766,,524,73,459,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,District of Columbia,4,293,,120,15,118,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Florida,317,17591,,11642,2046,10077,41673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Georgia,68,8708,,4953,655,4276,18660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Guam,1,88,,43,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Hawaii,19,1808,,699,118,667,3311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Idaho,22,6339,,2671,215,1721,10968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Illinois,177,8198,,5060,806,4391,18632,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Indiana,111,7036,,4149,559,3243,15098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Iowa,37,2768,,1633,314,1499,6251,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Kansas,52,3199,,1889,237,1562,6939,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Kentucky,50,4502,,2670,343,2103,9668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Louisiana,42,2482,,1674,260,1367,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Maine,23,1838,,1243,178,1108,4390,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Maryland,79,4603,,2733,430,2661,10506,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Massachusetts,109,5755,,3404,533,3279,13080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Michigan,115,9366,,5323,792,4691,20287,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Minnesota,66,5055,,2923,481,2568,11093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Mississippi,13,1980,,1319,184,1271,4767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Missouri,74,7177,,3856,482,3127,14716,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Montana,22,2200,,1194,144,853,4413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Nebraska,17,1691,,1040,184,760,3692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Nevada,30,4262,,1842,270,1592,7996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,New Hampshire,41,2366,,1541,228,1533,5709,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,New Jersey,147,5820,,3078,556,3048,12649,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,New Mexico,17,2966,,1450,227,1330,5990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,New York,261,11624,,6613,1055,6007,25560,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,North Carolina,105,10643,,6138,808,5405,23099,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,North Dakota,9,649,,387,52,310,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Ohio,226,11586,,7218,1013,6227,26270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Oklahoma,26,4708,,2536,309,1989,9568,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Oregon,73,10617,,4840,572,3676,19778,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Pennsylvania,203,10258,,6155,1096,5713,23425,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Puerto Rico,71,2961,,1221,138,787,5178,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Rhode Island,15,799,,466,78,466,1824,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,South Carolina,41,4766,,2803,399,2518,10527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,South Dakota,11,921,,574,96,504,2106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Tennessee,82,9351,,5366,682,4555,20036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Texas,195,26025,,13394,1815,11492,52921,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Utah,27,12094,,3386,257,2249,18013,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Vermont,11,887,,508,85,500,1991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Virginia,129,9093,,5281,722,4948,20173,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Washington,148,17775,,7930,882,5742,32477,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,West Virginia,33,2814,,1421,157,1281,5706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Wisconsin,62,4709,,3154,463,2649,11037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Wyoming,8,1037,,695,97,510,2347,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,Other*,1,254,,84,4,193,536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-15,TOTAL,4238,359898,,184458,26279,157890,732763,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Alabama,46,5305,,3226,421,2911,11909,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Alaska,12,1486,,862,111,677,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Arizona,87,10339,,5000,823,4641,20890,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Arkansas,27,3893,,1979,251,1639,7789,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,California,504,53120,,18156,2637,15333,89750,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Colorado,68,10289,,4514,599,3841,19311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Connecticut,88,2945,,1819,311,1693,6856,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Delaware,16,767,,524,73,459,1839,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Florida,317,17594,,11645,2045,10081,41682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Georgia,68,8715,,4954,655,4277,18669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Guam,1,88,,43,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Hawaii,19,1808,,699,118,667,3311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Idaho,22,6341,,2670,215,1721,10969,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Illinois,178,8202,,5060,806,4389,18635,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Indiana,111,7036,,4151,559,3243,15100,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Iowa,37,2769,,1633,314,1499,6252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Kansas,52,3210,,1890,237,1562,6951,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Kentucky,50,4498,,2671,343,2104,9666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Louisiana,42,2481,,1676,260,1366,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Maine,23,1836,,1244,178,1108,4389,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Maryland,79,4607,,2732,430,2661,10509,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Massachusetts,109,5759,,3403,533,3279,13083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Michigan,115,9371,,5322,792,4692,20292,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Minnesota,66,5055,,2922,480,2567,11090,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Mississippi,13,1982,,1319,184,1270,4768,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Missouri,74,7177,,3855,482,3126,14714,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Montana,22,2203,,1195,144,853,4417,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Nebraska,17,1692,,1040,184,760,3693,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Nevada,30,4263,,1843,270,1593,7999,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,New Hampshire,41,2365,,1542,227,1532,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,New Jersey,147,5820,,3077,556,3047,12647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,New Mexico,17,2965,,1452,227,1331,5992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,New York,261,11632,,6613,1055,6007,25568,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,North Carolina,105,10658,,6139,807,5406,23115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,North Dakota,9,648,,387,52,310,1406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Ohio,226,11586,,7219,1012,6227,26270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Oklahoma,26,4712,,2538,308,1987,9571,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Oregon,73,10618,,4843,571,3676,19781,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Pennsylvania,203,10256,,6161,1096,5715,23431,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Puerto Rico,71,2961,,1221,138,787,5178,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Rhode Island,15,797,,466,78,466,1822,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,South Carolina,41,4769,,2802,398,2517,10527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,South Dakota,11,922,,574,96,504,2107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Tennessee,82,9352,,5366,681,4556,20037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Texas,195,26057,,13399,1815,11492,52958,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Utah,27,12100,,3389,257,2250,18023,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Vermont,11,887,,506,85,501,1990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Virginia,129,9102,,5282,722,4944,20179,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Washington,148,17779,,7930,882,5740,32479,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,West Virginia,33,2811,,1423,157,1281,5705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Wisconsin,62,4713,,3153,463,2649,11040,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Wyoming,8,1038,,695,97,510,2348,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,Other*,1,254,,84,4,193,536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-16,TOTAL,4239,360052,,184492,26270,157897,732950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Alabama,46,5305,,3225,421,2911,11908,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Alaska,12,1487,,861,111,677,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Arizona,87,10338,,5000,823,4636,20884,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Arkansas,27,3894,,1981,251,1640,7793,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,California,503,53132,,18151,2635,15322,89743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Colorado,68,10294,,4514,597,3839,19312,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Connecticut,88,2948,,1817,311,1693,6857,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Delaware,16,768,,524,73,459,1840,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Florida,316,17600,,11636,2044,10072,41668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Georgia,68,8722,,4954,653,4277,18674,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Guam,1,88,,43,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Hawaii,19,1809,,700,117,666,3311,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Idaho,22,6341,,2669,215,1721,10968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Illinois,178,8206,,5061,805,4388,18638,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Indiana,111,7040,,4148,559,3244,15102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Iowa,37,2771,,1632,313,1499,6252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Kansas,52,3211,,1888,236,1559,6946,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Kentucky,50,4502,,2671,343,2104,9670,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Louisiana,42,2482,,1676,260,1366,5826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Maine,23,1836,,1244,178,1107,4388,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Maryland,79,4606,,2731,429,2659,10504,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Massachusetts,109,5759,,3399,533,3278,13078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Michigan,115,9378,,5321,792,4688,20294,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Minnesota,66,5056,,2923,480,2563,11088,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Mississippi,13,1982,,1320,184,1269,4768,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Missouri,74,7182,,3855,482,3126,14719,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Montana,22,2204,,1194,144,853,4417,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Nebraska,17,1692,,1039,184,760,3692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Nevada,30,4262,,1843,269,1592,7996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,New Hampshire,41,2368,,1541,227,1531,5708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,New Jersey,147,5820,,3074,556,3049,12646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,New Mexico,17,2967,,1449,226,1330,5989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,New York,261,11638,,6611,1055,6005,25570,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,North Carolina,105,10663,,6136,806,5405,23115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,North Dakota,9,648,,387,52,310,1406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Ohio,226,11588,,7219,1011,6226,26270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Oklahoma,26,4715,,2538,308,1986,9573,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Oregon,73,10622,,4842,569,3675,19781,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Pennsylvania,203,10259,,6157,1095,5715,23429,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Puerto Rico,71,2962,,1221,138,787,5179,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Rhode Island,15,799,,466,78,466,1824,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,South Carolina,41,4769,,2801,397,2513,10521,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,South Dakota,11,922,,574,96,504,2107,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Tennessee,82,9359,,5366,681,4554,20042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Texas,195,26070,,13395,1812,11481,52953,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Utah,27,12104,,3386,256,2248,18021,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Vermont,11,887,,505,85,501,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Virginia,129,9107,,5281,721,4935,20173,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Washington,148,17782,,7924,881,5740,32475,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,West Virginia,33,2812,,1424,157,1279,5705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Wisconsin,62,4714,,3153,463,2649,11041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Wyoming,8,1039,,695,97,510,2349,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,Other*,1,254,,84,4,193,536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-17,TOTAL,4237,360182,,184433,26244,157817,732913,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Alabama,46,5305,,3226,421,2910,11908,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Alaska,12,1486,,862,111,677,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Arizona,87,10340,,5000,823,4636,20886,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Arkansas,27,3893,,1980,251,1640,7791,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,California,503,53144,,18151,2633,15321,89752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Colorado,68,10300,,4513,597,3837,19315,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Connecticut,88,2947,,1817,311,1693,6856,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Delaware,15,768,,524,73,459,1839,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Florida,316,17608,,11629,2044,10068,41665,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Georgia,68,8722,,4953,653,4274,18670,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Guam,1,88,,43,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Hawaii,19,1809,,699,117,665,3309,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Idaho,22,6340,,2669,215,1722,10968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Illinois,178,8206,,5061,805,4390,18640,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Indiana,111,7040,,4145,559,3245,15100,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Iowa,37,2772,,1632,313,1499,6253,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Kansas,52,3211,,1887,234,1560,6944,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Kentucky,50,4503,,2672,342,2102,9669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Louisiana,42,2483,,1676,260,1366,5827,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Maine,23,1836,,1244,178,1106,4387,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Maryland,79,4603,,2730,429,2658,10499,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Massachusetts,109,5760,,3397,533,3278,13077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Michigan,115,9381,,5321,792,4687,20296,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Minnesota,66,5057,,2922,480,2561,11086,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Mississippi,13,1983,,1320,184,1269,4769,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Missouri,74,7183,,3856,481,3124,14718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Montana,22,2203,,1195,144,854,4418,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Nebraska,17,1694,,1038,184,761,3694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Nevada,30,4262,,1843,269,1592,7996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,New Hampshire,41,2368,,1540,227,1531,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,New Jersey,147,5820,,3075,555,3049,12646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,New Mexico,17,2966,,1448,225,1330,5986,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,New York,260,11642,,6611,1054,6003,25570,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,North Carolina,105,10667,,6138,806,5405,23121,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,North Dakota,9,648,,386,52,310,1405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Ohio,225,11595,,7222,1011,6225,26278,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Oklahoma,27,4718,,2537,308,1987,9577,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Oregon,73,10625,,4841,569,3673,19781,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Pennsylvania,202,10265,,6157,1094,5714,23432,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Puerto Rico,71,2962,,1220,138,787,5178,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Rhode Island,15,800,,465,78,466,1824,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,South Carolina,41,4770,,2801,396,2513,10521,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,South Dakota,11,923,,574,96,504,2108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Tennessee,82,9358,,5367,681,4553,20041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Texas,195,26072,,13396,1812,11480,52955,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Utah,26,12102,,3390,256,2248,18022,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Vermont,11,889,,505,85,500,1990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Virginia,129,9110,,5280,720,4936,20175,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Washington,148,17782,,7922,880,5742,32474,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,West Virginia,33,2814,,1424,157,1279,5707,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Wisconsin,61,4712,,3153,463,2649,11038,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Wyoming,8,1039,,695,97,510,2349,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,Other*,1,254,,84,4,193,536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-18,TOTAL,4232,360247,,184420,26231,157798,732928,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Alabama,46,5299,,3226,422,2909,11902,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Alaska,12,1486,,862,111,677,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Arizona,87,10334,,4996,822,4635,20874,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Arkansas,27,3886,,1980,251,1640,7784,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,California,503,53087,,18135,2629,15310,89664,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Colorado,68,10277,,4512,596,3835,19288,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Connecticut,88,2946,,1818,311,1692,6855,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Delaware,15,767,,524,73,459,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Florida,316,17601,,11624,2045,10065,41651,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Georgia,68,8711,,4945,653,4271,18648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Guam,1,88,,43,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Hawaii,19,1806,,699,117,665,3306,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Idaho,22,6338,,2667,215,1722,10964,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Illinois,178,8201,,5060,805,4390,18634,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Indiana,111,7043,,4142,559,3243,15098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Iowa,37,2769,,1631,313,1499,6249,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Kansas,52,3211,,1886,234,1560,6943,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Kentucky,50,4498,,2671,342,2102,9663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Louisiana,42,2483,,1676,260,1365,5826,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Maine,23,1833,,1244,178,1106,4384,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Maryland,79,4591,,2725,429,2657,10481,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Massachusetts,109,5764,,3391,532,3278,13074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Michigan,114,9370,,5320,792,4687,20283,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Minnesota,67,5056,,2920,479,2561,11083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Mississippi,13,1977,,1319,184,1266,4759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Missouri,74,7180,,3855,481,3123,14713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Montana,22,2203,,1194,144,854,4417,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Nebraska,17,1694,,1038,184,761,3694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Nevada,30,4260,,1839,269,1592,7990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,New Hampshire,41,2367,,1540,227,1531,5706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,New Jersey,147,5822,,3074,553,3047,12643,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,New Mexico,17,2966,,1447,225,1330,5985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,New York,259,11641,,6611,1053,6002,25566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,North Carolina,105,10664,,6133,806,5405,23113,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,North Dakota,9,648,,386,52,310,1405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Ohio,225,11599,,7223,1010,6223,26280,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Oklahoma,26,4715,,2536,308,1986,9571,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Oregon,73,10615,,4840,570,3673,19771,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Pennsylvania,202,10257,,6152,1092,5712,23415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Puerto Rico,71,2962,,1220,137,786,5176,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Rhode Island,15,799,,465,78,466,1823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,South Carolina,41,4765,,2800,396,2512,10514,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,South Dakota,11,923,,574,96,505,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Tennessee,82,9349,,5366,681,4550,20028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Texas,195,26055,,13385,1809,11478,52922,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Utah,26,12093,,3391,256,2249,18015,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Vermont,11,888,,504,85,500,1988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Virginia,129,9104,,5274,720,4933,20160,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Washington,147,17742,,7914,880,5738,32421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,West Virginia,33,2808,,1422,156,1279,5698,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Wisconsin,61,4712,,3152,463,2649,11037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Wyoming,8,1038,,695,97,510,2348,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,Other*,1,254,,84,4,193,536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-20,TOTAL,4229,359964,,184314,26215,157748,732470,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Alabama,46,5297,,3226,422,2910,11901,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Alaska,12,1484,,862,111,677,3146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Arizona,87,10331,,4996,822,4636,20872,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Arkansas,27,3885,,1979,251,1640,7782,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,California,503,53077,,18134,2629,15312,89655,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Colorado,68,10276,,4511,596,3836,19287,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Connecticut,88,2945,,1818,311,1692,6854,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Delaware,15,767,,524,73,459,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Florida,316,17597,,11619,2045,10067,41644,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Georgia,68,8706,,4947,653,4272,18646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Guam,1,88,,43,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Hawaii,19,1803,,700,117,665,3304,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Idaho,22,6338,,2667,215,1722,10964,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Illinois,178,8196,,5064,805,4389,18632,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Indiana,111,7043,,4139,559,3245,15097,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Iowa,37,2769,,1631,313,1499,6249,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Kansas,52,3202,,1887,234,1560,6935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Kentucky,50,4492,,2673,342,2103,9660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Louisiana,42,2482,,1675,260,1366,5825,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Maine,23,1833,,1244,178,1105,4383,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Maryland,79,4582,,2731,429,2659,10480,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Massachusetts,109,5763,,3391,532,3278,13073,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Michigan,114,9365,,5321,790,4689,20279,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Minnesota,67,5052,,2922,479,2561,11081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Mississippi,13,1976,,1319,184,1267,4759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Missouri,74,7180,,3855,481,3123,14713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Montana,22,2202,,1194,144,854,4416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Nebraska,17,1693,,1038,184,761,3693,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Nevada,30,4258,,1840,269,1592,7989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,New Hampshire,41,2366,,1539,227,1531,5704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,New Jersey,147,5811,,3075,553,3048,12634,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,New Mexico,17,2966,,1446,225,1331,5985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,New York,259,11633,,6615,1053,6006,25566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,North Carolina,105,10659,,6137,806,5406,23113,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,North Dakota,9,648,,386,52,310,1405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Ohio,225,11588,,7225,1010,6222,26270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Oklahoma,26,4714,,2535,308,1987,9570,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Oregon,73,10588,,4843,570,3671,19745,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Pennsylvania,202,10245,,6150,1091,5713,23401,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Puerto Rico,70,2962,,1208,137,799,5176,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Rhode Island,15,798,,465,78,467,1823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,South Carolina,41,4759,,2800,396,2517,10513,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,South Dakota,11,923,,574,96,505,2109,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Tennessee,82,9344,,5369,681,4550,20026,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Texas,194,26040,,13385,1809,11483,52911,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Utah,26,12083,,3388,256,2250,18003,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Vermont,11,885,,507,85,500,1988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Virginia,129,9099,,5277,720,4933,20158,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Washington,147,17732,,7920,880,5738,32417,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,West Virginia,33,2808,,1421,156,1279,5697,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Wisconsin,61,4712,,3152,463,2649,11037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Wyoming,8,1038,,695,97,510,2348,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,Other*,1,254,,84,4,193,536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-22,TOTAL,4227,359756,,184330,26212,157794,732319,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Alabama,46,5295,,3226,422,2909,11898,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Alaska,12,1484,,863,111,677,3147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Arizona,87,10340,,4996,821,4636,20880,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Arkansas,27,3885,,1979,251,1640,7782,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,California,504,53081,,18137,2629,15312,89663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Colorado,68,10282,,4506,596,3838,19290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Connecticut,88,2945,,1818,312,1693,6856,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Delaware,15,767,,523,73,459,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,District of Columbia,4,293,,120,15,119,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Florida,315,17610,,11623,2045,10068,41661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Georgia,68,8709,,4948,653,4270,18648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Guam,1,88,,43,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Hawaii,19,1803,,701,117,665,3305,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Idaho,22,6338,,2666,215,1725,10966,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Illinois,178,8194,,5065,804,4392,18633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Indiana,111,7047,,4138,559,3245,15100,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Iowa,37,2769,,1630,313,1499,6248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Kansas,52,3204,,1885,235,1561,6937,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Kentucky,50,4492,,2674,342,2102,9660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Louisiana,42,2480,,1675,260,1366,5823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Maine,23,1833,,1244,178,1106,4384,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Maryland,79,4585,,2734,429,2659,10486,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Massachusetts,109,5761,,3392,532,3278,13072,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Michigan,114,9368,,5323,790,4689,20284,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Minnesota,67,5051,,2922,479,2561,11080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Mississippi,13,1976,,1320,184,1268,4761,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Missouri,74,7182,,3857,481,3122,14716,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Montana,22,2201,,1194,144,854,4415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Nebraska,17,1693,,1040,184,761,3695,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Nevada,30,4255,,1839,269,1592,7985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,New Hampshire,41,2364,,1538,227,1531,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,New Jersey,147,5817,,3075,553,3050,12642,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,New Mexico,17,2965,,1447,226,1331,5986,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,New York,259,11642,,6612,1053,6005,25571,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,North Carolina,105,10665,,6140,807,5405,23122,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,North Dakota,9,648,,387,52,310,1406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Ohio,225,11592,,7226,1010,6221,26274,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Oklahoma,26,4712,,2535,308,1987,9568,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Oregon,73,10595,,4843,570,3670,19751,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Pennsylvania,202,10249,,6154,1091,5713,23409,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Puerto Rico,70,2965,,1208,137,800,5180,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Rhode Island,15,798,,465,78,467,1823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,South Carolina,41,4766,,2801,396,2517,10521,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,South Dakota,11,924,,575,96,505,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Tennessee,82,9347,,5369,681,4550,20029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Texas,194,26066,,13387,1809,11483,52939,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Utah,26,12095,,3388,256,2250,18015,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Vermont,11,886,,507,85,500,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Virginia,129,9105,,5280,720,4932,20166,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Washington,147,17725,,7916,878,5738,32404,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,West Virginia,33,2807,,1423,156,1280,5699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Wisconsin,61,4713,,3155,463,2649,11041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Wyoming,8,1039,,696,97,510,2350,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,Other*,1,252,,84,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-23,TOTAL,4227,359874,,184356,26212,157801,732470,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Alabama,46,5298,,3227,422,2909,11902,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Alaska,12,1486,,864,110,677,3149,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Arizona,87,10345,,4996,821,4637,20886,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Arkansas,27,3887,,1980,251,1641,7786,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,California,504,53098,,18142,2628,15316,89688,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Colorado,68,10281,,4504,596,3839,19288,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Connecticut,88,2946,,1817,312,1692,6855,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Delaware,15,767,,524,73,459,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,District of Columbia,4,293,,120,15,118,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Florida,315,17624,,11624,2046,10069,41678,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Georgia,68,8709,,4949,653,4269,18648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Guam,1,88,,43,8,91,231,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Hawaii,19,1803,,701,117,665,3305,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Idaho,22,6340,,2666,215,1725,10968,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Illinois,178,8193,,5068,804,4392,18635,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Indiana,111,7049,,4138,559,3245,15102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Iowa,37,2769,,1630,313,1499,6248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Kansas,52,3204,,1885,235,1561,6937,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Kentucky,50,4494,,2673,342,2103,9662,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Louisiana,42,2480,,1673,260,1368,5823,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Maine,23,1834,,1244,178,1105,4384,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Maryland,79,4588,,2734,429,2660,10490,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Massachusetts,109,5764,,3395,532,3278,13078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Michigan,114,9367,,5326,790,4687,20284,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Minnesota,67,5053,,2922,479,2561,11082,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Mississippi,13,1976,,1320,184,1268,4761,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Missouri,74,7182,,3856,481,3123,14716,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Montana,22,2201,,1195,144,854,4416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Nebraska,17,1693,,1040,184,761,3695,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Nevada,30,4258,,1841,269,1592,7990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,New Hampshire,41,2365,,1538,227,1532,5703,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,New Jersey,147,5816,,3079,553,3050,12645,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,New Mexico,17,2966,,1447,226,1331,5987,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,New York,259,11644,,6612,1053,6004,25572,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,North Carolina,105,10669,,6142,806,5404,23126,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,North Dakota,9,648,,387,52,309,1405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Ohio,225,11590,,7228,1010,6221,26274,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Oklahoma,26,4718,,2536,308,1988,9576,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Oregon,73,10594,,4845,570,3670,19752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Pennsylvania,202,10259,,6154,1091,5713,23419,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Puerto Rico,70,2966,,1208,137,799,5180,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Rhode Island,15,798,,464,78,467,1822,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,South Carolina,41,4768,,2802,396,2519,10526,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,South Dakota,11,924,,575,96,505,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Tennessee,82,9355,,5368,681,4551,20037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Texas,194,26074,,13389,1809,11484,52950,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Utah,26,12100,,3389,256,2250,18021,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Vermont,11,886,,507,85,500,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Virginia,129,9113,,5283,720,4933,20178,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Washington,147,17733,,7914,878,5739,32411,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,West Virginia,33,2805,,1425,156,1280,5699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Wisconsin,61,4717,,3156,463,2648,11045,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Wyoming,8,1039,,696,97,510,2350,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,Other*,1,252,,84,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-24,TOTAL,4227,359995,,184389,26210,157811,732632,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Alabama,46,5299,,3227,422,2909,11903,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Alaska,12,1488,,864,110,677,3151,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Arizona,87,10346,,4996,821,4637,20887,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Arkansas,27,3889,,1980,251,1642,7789,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,California,504,53110,,18150,2629,15321,89714,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Colorado,68,10281,,4506,596,3839,19290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Connecticut,88,2945,,1817,312,1693,6855,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Delaware,15,767,,524,73,459,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,District of Columbia,4,292,,121,15,118,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Florida,315,17622,,11632,2047,10070,41686,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Georgia,68,8710,,4949,653,4269,18649,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Hawaii,19,1802,,701,117,665,3304,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Idaho,22,6343,,2666,215,1725,10971,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Illinois,178,8191,,5073,804,4393,18639,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Indiana,111,7052,,4135,559,3247,15104,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Iowa,37,2769,,1630,313,1499,6248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Kansas,52,3204,,1886,235,1561,6938,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Kentucky,50,4498,,2673,342,2104,9667,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Louisiana,43,2481,,1672,260,1368,5824,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Maine,23,1834,,1244,178,1105,4384,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Maryland,79,4589,,2735,429,2660,10492,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Massachusetts,109,5766,,3395,532,3277,13079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Michigan,114,9368,,5327,790,4687,20286,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Minnesota,67,5052,,2924,479,2561,11083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Mississippi,13,1977,,1319,184,1268,4761,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Missouri,74,7185,,3856,481,3122,14718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Montana,22,2201,,1195,144,854,4416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Nebraska,17,1693,,1040,184,761,3695,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Nevada,30,4260,,1842,269,1592,7993,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,New Hampshire,41,2365,,1539,227,1532,5704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,New Jersey,147,5822,,3079,553,3050,12651,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,New Mexico,17,2968,,1447,226,1331,5989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,New York,259,11644,,6617,1053,6005,25578,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,North Carolina,105,10677,,6142,806,5405,23135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,North Dakota,9,648,,387,52,309,1405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Ohio,225,11589,,7234,1010,6221,26279,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Oklahoma,26,4719,,2536,308,1988,9577,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Oregon,73,10596,,4845,570,3670,19754,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Pennsylvania,202,10263,,6155,1091,5713,23424,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Puerto Rico,70,2968,,1208,137,799,5182,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Rhode Island,15,797,,464,78,467,1821,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,South Carolina,41,4771,,2802,396,2519,10529,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,South Dakota,11,924,,575,96,505,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Tennessee,82,9359,,5369,681,4552,20043,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Texas,194,26086,,13390,1809,11486,52965,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Utah,26,12099,,3390,256,2250,18021,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Vermont,11,887,,507,85,499,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Virgin Islands,,126,,64,8,47,245,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Virginia,129,9116,,5285,719,4933,20182,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Washington,147,17738,,7912,878,5739,32414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,West Virginia,33,2807,,1426,156,1280,5702,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Wisconsin,61,4717,,3156,463,2648,11045,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Wyoming,8,1040,,696,97,510,2351,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,Other*,1,252,,84,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-25,TOTAL,4228,360080,,184431,26211,157826,732776,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Alabama,46,5298,,3226,421,2904,11895,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Alaska,12,1486,,863,110,677,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Arizona,87,10344,,4994,819,4635,20879,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Arkansas,27,3885,,1977,251,1641,7781,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,California,502,53095,,18132,2624,15313,89666,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Colorado,67,10280,,4504,596,3840,19287,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Connecticut,88,2946,,1816,311,1693,6854,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Delaware,15,766,,524,73,459,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,District of Columbia,4,292,,121,15,118,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Florida,314,17624,,11627,2043,10068,41676,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Georgia,68,8711,,4943,653,4262,18637,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Hawaii,19,1800,,701,117,665,3302,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Idaho,22,6346,,2666,215,1724,10973,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Illinois,178,8190,,5071,799,4392,18630,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Indiana,110,7053,,4131,558,3246,15098,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Iowa,37,2771,,1629,313,1498,6248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Kansas,52,3203,,1888,234,1559,6936,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Kentucky,50,4497,,2672,342,2104,9665,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Louisiana,43,2479,,1668,259,1364,5813,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Maine,23,1834,,1243,177,1104,4381,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Maryland,79,4587,,2732,427,2657,10482,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Massachusetts,108,5768,,3391,531,3273,13071,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Michigan,114,9361,,5327,787,4684,20273,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Minnesota,67,5052,,2922,478,2560,11079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Mississippi,13,1970,,1315,184,1266,4748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Missouri,73,7184,,3853,480,3125,14715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Montana,22,2200,,1195,145,853,4415,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Nebraska,17,1691,,1040,183,762,3693,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Nevada,30,4263,,1842,267,1592,7994,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,New Hampshire,41,2366,,1537,227,1530,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,New Jersey,147,5816,,3077,552,3047,12639,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,New Mexico,17,2970,,1445,226,1328,5986,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,New York,259,11643,,6612,1049,6001,25564,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,North Carolina,105,10682,,6141,802,5404,23134,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,North Dakota,9,646,,388,52,309,1404,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Ohio,225,11591,,7230,1005,6219,26270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Oklahoma,26,4720,,2534,306,1986,9572,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Oregon,73,10594,,4842,568,3666,19743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Pennsylvania,201,10267,,6157,1087,5709,23421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Puerto Rico,70,2974,,1208,137,799,5188,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Rhode Island,15,797,,465,78,467,1822,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,South Carolina,41,4771,,2803,395,2517,10527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,South Dakota,11,925,,575,96,506,2113,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Tennessee,82,9356,,5366,680,4548,20032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Texas,195,26098,,13382,1802,11480,52957,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Utah,26,12093,,3389,256,2248,18012,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Vermont,11,887,,507,85,497,1987,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Virginia,129,9115,,5284,718,4929,20175,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Washington,147,17740,,7906,876,5737,32406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,West Virginia,33,2807,,1425,156,1280,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Wisconsin,61,4713,,3154,462,2645,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Wyoming,8,1040,,697,97,510,2352,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,Other*,1,253,,84,4,193,535,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-27,TOTAL,4221,360054,,184327,26144,157732,732478,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Alabama,46,5296,,3225,421,2905,11893,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Alaska,12,1486,,863,110,677,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Arizona,87,10343,,4995,819,4635,20879,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Arkansas,27,3884,,1978,251,1641,7781,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,California,502,53067,,18143,2622,15314,89648,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Colorado,67,10279,,4503,596,3841,19286,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Connecticut,88,2946,,1816,311,1693,6854,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Delaware,15,766,,524,73,459,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,District of Columbia,4,292,,121,15,118,550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Florida,314,17617,,11629,2042,10071,41673,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Georgia,68,8704,,4944,653,4265,18634,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Hawaii,19,1798,,703,117,665,3302,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Idaho,22,6346,,2666,215,1724,10973,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Illinois,178,8189,,5072,798,4391,18628,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Indiana,110,7052,,4130,558,3247,15097,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Iowa,37,2770,,1629,313,1499,6248,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Kansas,52,3202,,1889,234,1559,6936,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Kentucky,49,4495,,2673,342,2104,9663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Louisiana,43,2478,,1669,259,1364,5813,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Maine,23,1833,,1243,177,1105,4381,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Maryland,78,4584,,2734,427,2656,10479,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Massachusetts,108,5765,,3393,530,3275,13071,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Michigan,113,9358,,5328,787,4686,20272,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Minnesota,67,5049,,2920,478,2560,11074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Mississippi,13,1970,,1315,184,1266,4748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Missouri,73,7183,,3853,480,3124,14713,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Montana,22,2194,,1196,145,853,4410,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Nebraska,17,1689,,1042,183,762,3693,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Nevada,29,4264,,1839,267,1593,7992,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,New Hampshire,41,2366,,1537,227,1530,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,New Jersey,147,5813,,3079,552,3047,12638,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,New Mexico,17,2968,,1447,226,1328,5986,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,New York,259,11638,,6615,1049,6000,25561,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,North Carolina,105,10678,,6139,802,5406,23130,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,North Dakota,9,646,,388,52,309,1404,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Ohio,225,11588,,7231,1005,6219,26268,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Oklahoma,26,4718,,2536,306,1985,9571,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Oregon,73,10591,,4843,568,3666,19741,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Pennsylvania,201,10267,,6157,1087,5709,23421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Puerto Rico,70,2974,,1208,137,799,5188,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Rhode Island,15,797,,465,78,467,1822,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,South Carolina,41,4767,,2806,395,2518,10527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,South Dakota,11,924,,576,96,506,2113,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Tennessee,82,9352,,5367,679,4550,20030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Texas,195,26083,,13387,1802,11489,52956,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Utah,26,12086,,3393,256,2248,18009,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Vermont,11,887,,506,85,497,1986,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Virginia,129,9110,,5286,718,4932,20175,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Washington,147,17732,,7907,876,5738,32400,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,West Virginia,33,2806,,1426,156,1280,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Wisconsin,61,4713,,3154,462,2645,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Wyoming,8,1037,,700,97,510,2352,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-29,TOTAL,4217,359907,,184377,26138,157762,732401,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Alabama,46,5299,,3225,421,2906,11897,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Alaska,12,1485,,864,110,677,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Arizona,87,10345,,4996,819,4638,20885,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Arkansas,27,3887,,1979,251,1642,7786,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,California,502,53093,,18148,2622,15315,89680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Colorado,67,10290,,4502,596,3838,19293,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Connecticut,88,2947,,1816,311,1693,6855,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Delaware,15,767,,524,73,460,1839,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,District of Columbia,4,293,,121,15,118,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Florida,314,17621,,11634,2043,10071,41683,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Georgia,68,8708,,4945,651,4267,18639,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Hawaii,19,1800,,703,117,666,3305,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Idaho,22,6348,,2669,215,1724,10978,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Illinois,178,8197,,5073,798,4391,18637,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Indiana,110,7055,,4130,558,3247,15100,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Iowa,37,2773,,1629,313,1499,6251,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Kansas,52,3202,,1889,234,1560,6937,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Kentucky,49,4497,,2675,342,2104,9667,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Louisiana,43,2480,,1669,259,1364,5815,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Maine,23,1834,,1243,177,1105,4382,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Maryland,78,4589,,2733,427,2655,10482,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Massachusetts,108,5771,,3393,531,3275,13078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Michigan,113,9366,,5328,787,4686,20280,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Minnesota,67,5050,,2921,478,2561,11077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Mississippi,13,1970,,1317,184,1266,4750,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Missouri,73,7190,,3854,481,3125,14723,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Montana,22,2194,,1196,145,854,4411,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Nebraska,17,1690,,1042,183,762,3694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Nevada,29,4267,,1844,267,1594,8001,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,New Hampshire,41,2364,,1537,227,1531,5700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,New Jersey,147,5816,,3077,552,3049,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,New Mexico,17,2970,,1448,226,1326,5987,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,New York,259,11645,,6618,1049,6001,25572,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,North Carolina,105,10683,,6139,802,5406,23135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,North Dakota,9,646,,388,52,309,1404,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Ohio,225,11596,,7230,1006,6219,26276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Oklahoma,26,4724,,2540,306,1985,9581,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Oregon,73,10594,,4844,568,3668,19747,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Pennsylvania,201,10272,,6158,1086,5710,23427,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Puerto Rico,70,2978,,1209,137,798,5192,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Rhode Island,15,797,,463,78,467,1820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,South Carolina,41,4770,,2802,395,2518,10526,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,South Dakota,11,922,,576,96,505,2110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Tennessee,82,9360,,5370,679,4550,20041,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Texas,195,26097,,13385,1802,11488,52967,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Utah,26,12086,,3394,256,2251,18013,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Vermont,11,889,,506,85,497,1988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Virginia,129,9119,,5288,718,4932,20186,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Washington,147,17742,,7907,876,5738,32410,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,West Virginia,33,2804,,1427,156,1280,5700,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Wisconsin,61,4713,,3154,462,2646,11036,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Wyoming,8,1040,,699,97,510,2354,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-06-30,TOTAL,4217,360102,,184410,26139,157779,732647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Alabama,46,5301,,3227,421,2905,11900,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Alaska,12,1485,,864,110,677,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Arizona,87,10344,,4995,819,4637,20882,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Arkansas,27,3888,,1978,251,1642,7786,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,California,502,53128,,18168,2622,15315,89735,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Colorado,67,10296,,4504,596,3838,19301,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Connecticut,88,2948,,1816,311,1693,6856,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Delaware,15,767,,524,73,460,1839,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,District of Columbia,4,293,,121,15,118,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Florida,314,17628,,11631,2042,10070,41685,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Georgia,68,8714,,4946,651,4267,18646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Guam,1,89,,43,8,92,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Hawaii,19,1802,,703,117,666,3307,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Idaho,22,6351,,2669,215,1724,10981,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Illinois,178,8197,,5074,798,4391,18638,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Indiana,110,7056,,4131,558,3247,15102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Iowa,37,2774,,1629,313,1499,6252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Kansas,52,3205,,1889,234,1560,6940,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Kentucky,49,4499,,2675,342,2104,9669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Louisiana,43,2480,,1671,259,1364,5817,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Maine,23,1834,,1242,177,1105,4381,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Maryland,78,4590,,2732,427,2655,10482,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Massachusetts,108,5772,,3393,531,3275,13079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Michigan,113,9368,,5331,787,4686,20285,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Minnesota,67,5053,,2919,478,2563,11080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Mississippi,13,1969,,1318,184,1266,4750,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Missouri,73,7189,,3854,481,3125,14722,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Montana,22,2195,,1197,145,855,4414,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Nebraska,17,1693,,1042,183,762,3697,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Nevada,29,4269,,1843,267,1594,8002,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,New Hampshire,41,2366,,1537,227,1531,5702,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,New Jersey,147,5817,,3077,553,3049,12643,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,New Mexico,17,2969,,1449,226,1326,5987,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,New York,259,11645,,6621,1048,6003,25576,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,North Carolina,105,10685,,6138,802,5405,23135,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,North Dakota,9,649,,388,52,309,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Ohio,225,11601,,7232,1006,6218,26282,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Oklahoma,26,4727,,2541,306,1983,9583,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Oregon,73,10594,,4845,568,3667,19747,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Pennsylvania,201,10273,,6157,1086,5707,23424,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Puerto Rico,70,2979,,1209,137,798,5193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Rhode Island,15,797,,462,78,467,1819,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,South Carolina,41,4773,,2804,395,2518,10531,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,South Dakota,11,923,,576,96,505,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Tennessee,82,9363,,5371,678,4550,20044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Texas,195,26108,,13388,1802,11486,52979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Utah,26,12088,,3395,256,2251,18016,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Vermont,11,889,,506,85,497,1988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Virginia,129,9124,,5288,718,4932,20191,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Washington,147,17744,,7908,876,5738,32413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,West Virginia,33,2804,,1427,156,1281,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Wisconsin,61,4713,,3154,462,2647,11037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Wyoming,8,1041,,699,97,510,2355,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-01,TOTAL,4217,360228,,184447,26137,157773,732802,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Alabama,46,5302,,3228,421,2904,11901,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Alaska,12,1485,,863,110,678,3148,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Arizona,87,10347,,4997,819,4638,20888,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Arkansas,27,3890,,1978,251,1642,7788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,California,502,53134,,18169,2621,15319,89745,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Colorado,67,10300,,4505,595,3839,19306,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Connecticut,88,2950,,1816,311,1693,6858,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Delaware,15,767,,524,73,460,1839,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,District of Columbia,4,293,,121,15,118,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Florida,314,17629,,11632,2042,10073,41690,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Georgia,68,8714,,4947,652,4268,18649,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Guam,1,89,,43,8,92,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Hawaii,19,1803,,703,117,665,3307,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Idaho,22,6351,,2670,215,1725,10983,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Illinois,177,8195,,5074,798,4390,18634,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Indiana,110,7058,,4131,558,3248,15105,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Iowa,37,2774,,1629,313,1499,6252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Kansas,52,3203,,1888,234,1560,6937,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Kentucky,49,4501,,2675,342,2104,9671,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Louisiana,43,2478,,1673,259,1365,5818,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Maine,23,1834,,1242,177,1105,4381,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Maryland,78,4591,,2734,427,2655,10485,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Massachusetts,108,5772,,3391,531,3276,13078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Michigan,113,9372,,5332,788,4685,20290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Minnesota,67,5062,,2918,478,2563,11088,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Mississippi,13,1969,,1320,184,1266,4752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Missouri,73,7194,,3853,481,3123,14724,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Montana,22,2195,,1196,145,855,4413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Nebraska,17,1693,,1042,183,762,3697,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Nevada,29,4271,,1845,267,1594,8006,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,New Hampshire,41,2367,,1538,227,1531,5704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,New Jersey,147,5820,,3076,552,3048,12643,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,New Mexico,16,2969,,1449,225,1326,5985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,New York,259,11647,,6619,1048,6005,25578,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,North Carolina,105,10689,,6136,802,5405,23137,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,North Dakota,9,649,,388,52,309,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Ohio,225,11601,,7235,1006,6220,26287,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Oklahoma,26,4726,,2543,306,1983,9584,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Oregon,73,10597,,4845,567,3666,19748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Pennsylvania,201,10280,,6160,1086,5707,23434,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Puerto Rico,70,2979,,1209,137,798,5193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Rhode Island,15,797,,462,78,467,1819,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,South Carolina,41,4773,,2803,395,2517,10529,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,South Dakota,11,923,,576,96,505,2111,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Tennessee,82,9365,,5371,678,4550,20046,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Texas,195,26118,,13391,1802,11488,52994,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Utah,26,12094,,3395,256,2252,18023,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Vermont,11,889,,506,85,497,1988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Virginia,129,9125,,5286,718,4933,20191,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Washington,147,17753,,7910,876,5737,32423,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,West Virginia,33,2804,,1427,156,1281,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Wisconsin,61,4715,,3154,462,2648,11040,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Wyoming,8,1043,,699,97,510,2357,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-02,TOTAL,4215,360318,,184463,26134,157787,732917,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Alabama,45,5302,,3227,422,2904,11900,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Alaska,12,1486,,863,110,678,3149,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Arizona,87,10347,,4999,819,4636,20888,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Arkansas,27,3878,,1976,251,1642,7774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,California,502,53129,,18166,2619,15314,89730,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Colorado,67,10301,,4505,594,3839,19306,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Connecticut,88,2951,,1816,311,1692,6858,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Delaware,15,766,,524,73,461,1839,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,District of Columbia,4,293,,121,15,118,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Florida,314,17628,,11628,2040,10071,41681,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Georgia,68,8716,,4947,652,4268,18651,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Guam,1,89,,43,8,92,233,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Hawaii,19,1803,,703,117,665,3307,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Idaho,22,6350,,2672,215,1725,10984,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Illinois,177,8196,,5071,798,4390,18632,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Indiana,110,7058,,4129,557,3248,15102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Iowa,37,2775,,1628,312,1499,6251,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Kansas,52,3204,,1888,234,1559,6937,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Kentucky,49,4501,,2675,341,2104,9670,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Louisiana,43,2474,,1673,259,1364,5813,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Maine,23,1833,,1242,177,1104,4379,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Maryland,78,4591,,2732,427,2655,10483,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Massachusetts,108,5776,,3390,531,3276,13081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Michigan,113,9377,,5332,788,4686,20296,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Minnesota,67,5061,,2918,478,2561,11085,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Mississippi,13,1968,,1320,184,1265,4750,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Missouri,73,7195,,3852,481,3124,14725,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Montana,22,2196,,1195,145,855,4413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Nebraska,17,1692,,1042,183,762,3696,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Nevada,29,4271,,1845,267,1596,8008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,New Hampshire,41,2367,,1538,227,1531,5704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,New Jersey,147,5821,,3074,552,3048,12642,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,New Mexico,16,2969,,1449,225,1325,5984,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,New York,258,11651,,6619,1048,6006,25582,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,North Carolina,105,10688,,6135,802,5404,23134,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,North Dakota,9,649,,388,52,309,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Ohio,225,11601,,7237,1006,6221,26290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Oklahoma,26,4722,,2542,306,1984,9580,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Oregon,73,10591,,4844,566,3665,19739,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Pennsylvania,201,10281,,6159,1086,5705,23432,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Puerto Rico,70,2979,,1209,137,798,5193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Rhode Island,15,798,,462,78,467,1820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,South Carolina,41,4775,,2801,395,2517,10529,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,South Dakota,11,924,,576,96,505,2112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Tennessee,82,9367,,5369,678,4550,20046,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Texas,195,26114,,13384,1802,11483,52978,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Utah,26,12092,,3395,256,2252,18021,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Vermont,11,890,,506,85,497,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Virginia,129,9125,,5281,717,4932,20184,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Washington,147,17748,,7908,877,5731,32411,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,West Virginia,33,2805,,1426,156,1281,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Wisconsin,61,4719,,3152,463,2647,11042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Wyoming,8,1044,,699,97,510,2358,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-04,TOTAL,4213,360306,,184421,26127,157761,732828,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Alabama,45,5299,,3229,422,2904,11899,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Alaska,12,1483,,864,110,678,3147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Arizona,87,10341,,4997,819,4637,20881,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Arkansas,27,3872,,1974,251,1643,7767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,California,502,53120,,18165,2617,15318,89722,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Colorado,67,10298,,4504,594,3839,19302,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Connecticut,88,2950,,1816,311,1692,6857,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Delaware,15,766,,523,73,461,1838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,District of Columbia,4,293,,119,15,120,551,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Florida,314,17620,,11632,2040,10071,41677,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Georgia,68,8715,,4948,651,4268,18650,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Hawaii,19,1803,,703,117,665,3307,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Idaho,22,6350,,2671,215,1725,10983,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Illinois,177,8194,,5071,798,4391,18631,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Indiana,110,7057,,4129,557,3249,15102,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Iowa,37,2775,,1627,312,1499,6250,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Kansas,52,3204,,1887,234,1560,6937,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Kentucky,49,4501,,2675,341,2104,9670,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Louisiana,43,2473,,1674,259,1364,5813,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Maine,23,1830,,1242,177,1104,4376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Maryland,78,4591,,2732,427,2655,10483,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Massachusetts,108,5775,,3388,531,3277,13079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Michigan,113,9368,,5331,788,4686,20286,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Minnesota,67,5061,,2918,478,2561,11085,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Mississippi,13,1967,,1320,184,1265,4749,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Missouri,73,7188,,3853,481,3124,14719,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Montana,22,2196,,1195,145,855,4413,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Nebraska,17,1689,,1044,183,762,3695,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Nevada,29,4270,,1846,267,1596,8008,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,New Hampshire,41,2366,,1538,227,1531,5703,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,New Jersey,147,5820,,3074,552,3048,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,New Mexico,16,2968,,1450,225,1325,5984,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,New York,257,11644,,6619,1048,6009,25577,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,North Carolina,105,10682,,6136,802,5405,23130,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,North Dakota,9,649,,387,52,309,1406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Ohio,225,11598,,7239,1006,6221,26289,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Oklahoma,26,4721,,2542,306,1984,9579,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Oregon,73,10586,,4843,566,3667,19735,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Pennsylvania,201,10276,,6156,1086,5706,23425,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Puerto Rico,70,2979,,1209,137,798,5193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Rhode Island,15,798,,462,78,467,1820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,South Carolina,41,4775,,2801,395,2516,10528,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,South Dakota,11,924,,576,96,505,2112,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Tennessee,82,9366,,5368,678,4551,20045,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Texas,194,26103,,13383,1801,11482,52963,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Utah,26,12089,,3396,256,2252,18019,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Vermont,11,890,,506,85,497,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Virginia,129,9123,,5279,717,4932,20180,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Washington,147,17748,,7907,877,5732,32411,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,West Virginia,33,2804,,1427,156,1281,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Wisconsin,61,4719,,3152,463,2647,11042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Wyoming,8,1043,,699,97,510,2357,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-06,TOTAL,4211,360187,,184415,26123,157780,732716,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Alabama,45,5299,,3229,422,2905,11900,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Alaska,12,1486,,864,110,678,3150,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Arizona,87,10348,,4998,820,4636,20889,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Arkansas,27,3872,,1974,251,1645,7769,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,California,502,53144,,18170,2618,15314,89748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Colorado,67,10297,,4500,594,3841,19299,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Connecticut,88,2950,,1816,311,1692,6857,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Delaware,15,765,,522,73,460,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,District of Columbia,4,294,,119,15,120,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Florida,314,17632,,11633,2041,10071,41691,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Georgia,67,8721,,4949,652,4268,18657,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Hawaii,19,1803,,702,117,665,3306,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Idaho,22,6353,,2672,215,1726,10988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Illinois,177,8196,,5072,798,4390,18633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Indiana,110,7060,,4130,557,3251,15108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Iowa,37,2780,,1627,312,1499,6255,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Kansas,52,3206,,1886,234,1561,6939,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Kentucky,49,4502,,2675,341,2104,9671,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Louisiana,43,2475,,1674,259,1364,5815,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Maine,23,1831,,1244,177,1101,4376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Maryland,78,4596,,2735,427,2654,10490,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Massachusetts,108,5778,,3389,531,3277,13083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Michigan,113,9377,,5331,789,4686,20296,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Minnesota,67,5063,,2919,478,2561,11088,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Mississippi,13,1968,,1321,184,1266,4752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Missouri,73,7188,,3852,480,3125,14718,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Montana,22,2196,,1195,145,854,4412,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Nebraska,17,1691,,1044,183,762,3697,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Nevada,29,4276,,1847,267,1596,8015,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,New Hampshire,41,2369,,1539,226,1531,5706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,New Jersey,147,5819,,3076,552,3048,12642,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,New Mexico,16,2967,,1450,226,1325,5984,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,New York,257,11649,,6619,1047,6009,25581,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,North Carolina,105,10687,,6133,802,5406,23133,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,North Dakota,9,649,,388,52,309,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Ohio,225,11596,,7238,1006,6222,26287,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Oklahoma,26,4726,,2541,306,1986,9585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Oregon,73,10595,,4842,566,3667,19743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Pennsylvania,201,10280,,6153,1086,5706,23426,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Puerto Rico,70,2979,,1209,137,798,5193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Rhode Island,15,798,,462,78,467,1820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,South Carolina,41,4779,,2802,395,2517,10534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,South Dakota,11,926,,576,96,506,2115,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Tennessee,82,9368,,5371,679,4551,20051,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Texas,194,26116,,13380,1800,11484,52974,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Utah,26,12098,,3396,256,2252,18028,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Vermont,11,890,,507,85,497,1990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Virginia,129,9125,,5285,718,4933,20190,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Washington,147,17754,,7910,877,5733,32421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,West Virginia,33,2807,,1428,156,1280,5704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Wisconsin,61,4720,,3152,463,2646,11042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Wyoming,8,1043,,699,97,510,2357,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-07,TOTAL,4210,360354,,184434,26127,157787,732912,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Alabama,45,5299,,3229,422,2905,11900,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Alaska,12,1486,,863,110,678,3149,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Arizona,87,10350,,4999,820,4636,20892,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Arkansas,27,3871,,1973,251,1645,7767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,California,502,53151,,18168,2619,15319,89759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Colorado,67,10297,,4501,593,3841,19299,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Connecticut,88,2950,,1815,311,1692,6856,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Delaware,15,767,,522,73,460,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,District of Columbia,4,294,,119,15,120,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Florida,314,17634,,11635,2042,10071,41696,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Georgia,67,8722,,4950,653,4268,18660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Hawaii,19,1803,,701,117,665,3305,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Idaho,22,6357,,2673,215,1726,10993,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Illinois,177,8198,,5071,798,4389,18633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Indiana,110,7061,,4130,557,3250,15108,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Iowa,37,2780,,1627,312,1499,6255,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Kansas,52,3207,,1886,234,1561,6940,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Kentucky,49,4501,,2674,341,2104,9669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Louisiana,43,2474,,1674,259,1364,5814,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Maine,23,1832,,1244,177,1101,4377,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Maryland,78,4595,,2735,427,2655,10490,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Massachusetts,108,5779,,3389,531,3277,13084,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Michigan,113,9377,,5330,789,4686,20295,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Minnesota,67,5062,,2919,478,2561,11087,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Mississippi,13,1970,,1321,184,1266,4754,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Missouri,73,7189,,3850,480,3125,14717,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Montana,22,2196,,1194,145,854,4411,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Nebraska,17,1691,,1044,183,762,3697,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Nevada,29,4276,,1847,267,1596,8015,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,New Hampshire,41,2369,,1540,226,1530,5706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,New Jersey,148,5818,,3074,552,3048,12640,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,New Mexico,16,2968,,1450,226,1325,5985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,New York,257,11652,,6619,1048,6009,25585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,North Carolina,105,10688,,6133,802,5406,23134,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,North Dakota,9,650,,388,52,309,1408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Ohio,224,11595,,7236,1006,6224,26285,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Oklahoma,26,4725,,2544,306,1986,9587,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Oregon,73,10592,,4843,566,3668,19742,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Pennsylvania,201,10283,,6153,1086,5707,23430,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Puerto Rico,70,2979,,1209,137,798,5193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Rhode Island,15,798,,462,78,467,1820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,South Carolina,41,4780,,2802,395,2517,10535,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,South Dakota,11,926,,576,96,507,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Tennessee,82,9367,,5373,679,4548,20049,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Texas,194,26127,,13380,1799,11485,52985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Utah,26,12103,,3396,256,2251,18032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Vermont,11,890,,507,85,497,1990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Virginia,129,9128,,5286,718,4935,20196,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Washington,147,17763,,7909,877,5733,32429,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,West Virginia,33,2808,,1427,156,1280,5704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Wisconsin,61,4724,,3151,463,2646,11045,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Wyoming,8,1048,,699,97,510,2362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-08,TOTAL,4210,360417,,184429,26129,157794,732979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Alabama,45,5297,,3230,422,2904,11898,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Alaska,12,1486,,863,110,678,3149,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Arizona,87,10351,,4999,819,4634,20890,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Arkansas,27,3872,,1973,251,1645,7768,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,California,502,53161,,18171,2619,15318,89771,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Colorado,67,10299,,4502,593,3840,19301,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Connecticut,88,2953,,1814,311,1692,6858,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Delaware,15,767,,522,73,460,1837,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,District of Columbia,4,294,,119,15,120,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Florida,314,17632,,11634,2042,10070,41692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Georgia,67,8722,,4950,653,4269,18661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Hawaii,19,1803,,701,117,665,3305,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Idaho,22,6357,,2674,214,1726,10993,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Illinois,177,8198,,5072,798,4390,18635,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Indiana,110,7060,,4129,557,3250,15106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Iowa,36,2780,,1627,312,1499,6254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Kansas,52,3208,,1887,234,1561,6942,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Kentucky,49,4501,,2674,341,2103,9668,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Louisiana,43,2475,,1674,259,1364,5815,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Maine,23,1831,,1244,177,1101,4376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Maryland,78,4595,,2735,427,2655,10490,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Massachusetts,108,5780,,3387,531,3277,13083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Michigan,113,9376,,5328,788,4688,20293,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Minnesota,67,5065,,2920,478,2561,11091,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Mississippi,13,1968,,1321,184,1266,4752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Missouri,73,7190,,3850,480,3124,14717,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Montana,22,2197,,1194,145,852,4410,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Nebraska,17,1691,,1044,183,762,3697,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Nevada,29,4276,,1847,267,1596,8015,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,New Hampshire,41,2369,,1539,226,1530,5705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,New Jersey,148,5820,,3073,552,3048,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,New Mexico,16,2968,,1449,225,1325,5983,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,New York,257,11648,,6622,1048,6010,25585,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,North Carolina,105,10687,,6130,802,5408,23132,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,North Dakota,9,650,,388,52,309,1408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Ohio,224,11596,,7236,1006,6224,26286,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Oklahoma,26,4726,,2544,306,1987,9589,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Oregon,73,10596,,4843,566,3668,19746,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Pennsylvania,201,10284,,6154,1086,5707,23432,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Puerto Rico,70,2979,,1209,137,798,5193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Rhode Island,15,798,,462,78,467,1820,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,South Carolina,41,4781,,2802,395,2518,10537,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,South Dakota,11,926,,576,96,507,2116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Tennessee,82,9366,,5371,679,4548,20046,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Texas,194,26130,,13380,1800,11487,52991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Utah,26,12102,,3396,256,2252,18032,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Vermont,11,890,,507,85,497,1990,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Virginia,129,9128,,5288,718,4935,20198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Washington,147,17763,,7909,878,5734,32431,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,West Virginia,33,2807,,1429,156,1280,5705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Wisconsin,61,4725,,3150,463,2646,11045,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Wyoming,8,1049,,700,97,510,2364,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-09,TOTAL,4209,360440,,184431,26127,157797,733004,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Alabama,45,5289,,3227,422,2904,11887,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Alaska,11,1486,,861,110,677,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Arizona,87,10330,,4993,818,4633,20861,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Arkansas,27,3871,,1971,251,1644,7764,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,California,502,53095,,18157,2617,15313,89684,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Colorado,67,10289,,4503,593,3838,19290,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Connecticut,88,2953,,1813,311,1692,6857,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Delaware,15,766,,522,73,459,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,District of Columbia,4,294,,118,15,121,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Florida,312,17599,,11631,2042,10066,41650,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Georgia,67,8712,,4946,652,4269,18646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Hawaii,19,1802,,701,117,666,3305,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Idaho,22,6353,,2673,214,1726,10988,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Illinois,177,8193,,5065,799,4386,18620,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Indiana,110,7058,,4126,557,3249,15100,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Iowa,36,2778,,1627,312,1499,6252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Kansas,52,3205,,1886,234,1561,6938,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Kentucky,49,4499,,2670,341,2103,9662,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Louisiana,43,2470,,1671,259,1364,5807,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Maine,23,1830,,1243,177,1101,4374,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Maryland,78,4589,,2734,426,2655,10482,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Massachusetts,108,5772,,3389,531,3274,13074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Michigan,113,9366,,5326,788,4686,20279,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Minnesota,67,5058,,2919,478,2559,11081,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Mississippi,13,1967,,1318,184,1266,4748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Missouri,73,7189,,3846,480,3124,14712,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Montana,22,2194,,1193,145,851,4405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Nebraska,17,1689,,1043,183,762,3694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Nevada,29,4258,,1846,267,1596,7996,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,New Hampshire,41,2370,,1539,226,1529,5705,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,New Jersey,148,5819,,3073,552,3047,12639,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,New Mexico,16,2965,,1448,224,1326,5979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,New York,257,11633,,6616,1047,6008,25561,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,North Carolina,105,10679,,6124,801,5407,23116,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,North Dakota,9,650,,388,52,309,1408,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Ohio,224,11584,,7227,1006,6224,26265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Oklahoma,26,4720,,2544,306,1984,9580,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Oregon,73,10591,,4840,565,3667,19736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Pennsylvania,201,10280,,6152,1085,5705,23423,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Puerto Rico,70,2979,,1208,138,798,5193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Rhode Island,15,798,,461,78,466,1818,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,South Carolina,41,4782,,2802,395,2516,10536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,South Dakota,11,927,,576,96,507,2117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Tennessee,82,9358,,5369,679,4546,20034,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Texas,194,26099,,13365,1798,11484,52940,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Utah,26,12094,,3397,256,2249,18022,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Vermont,11,889,,506,85,498,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Virginia,129,9112,,5288,718,4933,20180,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Washington,147,17740,,7904,878,5730,32399,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,West Virginia,33,2803,,1428,156,1281,5701,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Wisconsin,61,4723,,3150,463,2645,11042,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Wyoming,8,1050,,700,97,508,2363,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-11,TOTAL,4206,360066,,184312,26117,157743,732444,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Alabama,45,5288,,3225,421,2906,11885,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Alaska,11,1485,,862,110,677,3145,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Arizona,87,10330,,4992,818,4634,20861,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Arkansas,27,3870,,1971,251,1644,7763,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,California,502,53083,,18159,2617,15318,89679,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Colorado,67,10284,,4504,593,3841,19289,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Connecticut,88,2950,,1815,311,1692,6856,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Delaware,15,766,,522,73,459,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,District of Columbia,4,294,,117,15,122,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Florida,312,17580,,11635,2042,10071,41640,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Georgia,67,8705,,4948,652,4272,18644,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Hawaii,19,1802,,702,117,666,3306,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Idaho,22,6353,,2672,213,1727,10987,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Illinois,177,8190,,5064,799,4389,18619,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Indiana,110,7054,,4129,557,3249,15099,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Iowa,36,2777,,1627,313,1499,6252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Kansas,52,3202,,1888,234,1561,6937,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Kentucky,49,4499,,2670,341,2103,9662,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Louisiana,43,2468,,1673,259,1364,5807,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Maine,23,1829,,1242,177,1103,4374,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Maryland,78,4588,,2733,425,2656,10480,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Massachusetts,108,5770,,3389,531,3276,13074,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Michigan,113,9361,,5326,788,4689,20277,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Minnesota,67,5053,,2921,478,2559,11078,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Mississippi,13,1965,,1319,184,1266,4747,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Missouri,73,7186,,3847,480,3126,14712,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Montana,22,2194,,1192,145,851,4404,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Nebraska,17,1688,,1042,182,762,3691,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Nevada,29,4257,,1846,267,1596,7995,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,New Hampshire,41,2369,,1540,226,1528,5704,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,New Jersey,148,5814,,3073,552,3049,12636,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,New Mexico,16,2965,,1447,224,1327,5979,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,New York,257,11628,,6614,1047,6011,25557,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,North Carolina,105,10673,,6128,801,5407,23114,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,North Dakota,9,649,,388,52,309,1407,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Ohio,224,11579,,7229,1006,6225,26263,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Oklahoma,26,4717,,2547,306,1984,9580,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Oregon,73,10587,,4844,565,3667,19736,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Pennsylvania,201,10273,,6155,1084,5708,23421,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Puerto Rico,70,2978,,1207,138,800,5193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Rhode Island,15,798,,461,78,466,1818,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,South Carolina,41,4782,,2802,395,2516,10536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,South Dakota,11,927,,576,96,507,2117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Tennessee,82,9347,,5376,678,4547,20030,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Texas,194,26085,,13371,1798,11486,52934,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Utah,26,12092,,3396,256,2250,18020,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Vermont,11,888,,506,85,499,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Virginia,129,9107,,5292,718,4933,20179,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Washington,147,17732,,7905,878,5731,32393,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,West Virginia,33,2801,,1428,156,1281,5699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Wisconsin,61,4718,,3152,463,2645,11039,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Wyoming,8,1050,,700,97,508,2363,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,Other*,1,253,,83,4,193,534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-13,TOTAL,4206,359897,,184358,26112,157794,732367,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Alabama,45,5292,,3225,420,2906,11888,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Alaska,11,1486,,862,110,678,3147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Arizona,87,10324,,4994,816,4627,20848,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Arkansas,27,3870,,1969,251,1646,7763,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,California,502,53094,,18163,2615,15320,89694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Colorado,67,10289,,4508,593,3841,19298,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Connecticut,88,2950,,1815,310,1692,6855,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Delaware,15,765,,523,73,459,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,District of Columbia,4,295,,117,14,122,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Florida,312,17582,,11634,2043,10069,41640,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Georgia,67,8710,,4945,652,4271,18645,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Hawaii,19,1815,,702,117,666,3319,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Idaho,22,6357,,2673,213,1726,10991,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Illinois,177,8189,,5063,799,4389,18617,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Indiana,110,7055,,4130,557,3249,15101,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Iowa,36,2779,,1629,313,1499,6256,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Kansas,52,3204,,1889,235,1560,6940,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Kentucky,49,4498,,2669,341,2103,9660,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Louisiana,43,2462,,1675,258,1364,5802,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Maine,23,1830,,1243,177,1103,4376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Maryland,78,4589,,2734,426,2655,10482,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Massachusetts,108,5773,,3391,531,3276,13079,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Michigan,112,9365,,5325,788,4689,20279,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Minnesota,67,5051,,2923,478,2561,11080,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Mississippi,13,1966,,1319,184,1266,4748,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Missouri,74,7187,,3850,479,3127,14717,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Montana,22,2194,,1191,145,853,4405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Nebraska,17,1687,,1043,182,762,3691,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Nevada,29,4261,,1847,267,1596,8000,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,New Hampshire,41,2371,,1540,226,1528,5706,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,New Jersey,147,5809,,3074,552,3047,12629,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,New Mexico,16,2972,,1446,224,1327,5985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,New York,257,11633,,6610,1046,6009,25555,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,North Carolina,106,10682,,6130,801,5405,23124,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,North Dakota,9,649,,388,52,308,1406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Ohio,224,11587,,7228,1006,6224,26269,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Oklahoma,26,4722,,2547,306,1981,9582,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Oregon,73,10592,,4845,565,3666,19741,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Pennsylvania,201,10272,,6155,1083,5705,23416,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Puerto Rico,70,2981,,1207,138,800,5196,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Rhode Island,15,797,,461,78,466,1817,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,South Carolina,41,4782,,2801,394,2516,10534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,South Dakota,11,927,,576,96,507,2117,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Tennessee,82,9352,,5377,679,4547,20037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Texas,194,26095,,13369,1798,11479,52935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Utah,26,12093,,3396,256,2250,18021,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Vermont,11,888,,506,85,499,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Virginia,129,9112,,5294,718,4935,20188,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Washington,147,17727,,7903,878,5731,32386,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,West Virginia,33,2802,,1427,156,1281,5699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Wisconsin,61,4717,,3151,463,2643,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Wyoming,8,1051,,698,97,508,2362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,Other*,1,253,,84,4,194,536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-14,TOTAL,4206,359999,,184370,26104,157770,732449,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Alabama,45,5297,,3225,420,2906,11893,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Alaska,11,1485,,862,110,679,3147,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Arizona,87,10325,,4997,816,4626,20851,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Arkansas,27,3873,,1969,251,1646,7766,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,California,502,53098,,18160,2615,15319,89694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Colorado,67,10290,,4507,594,3843,19301,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Connecticut,88,2949,,1815,310,1692,6854,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Delaware,15,765,,523,73,459,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,District of Columbia,4,295,,117,14,122,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Florida,312,17580,,11636,2044,10069,41641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Georgia,67,8709,,4944,652,4274,18646,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Hawaii,19,1815,,703,117,666,3320,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Idaho,22,6358,,2674,213,1726,10993,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Illinois,177,8194,,5068,799,4390,18628,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Indiana,110,7056,,4130,557,3250,15103,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Iowa,36,2781,,1629,313,1499,6258,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Kansas,52,3205,,1889,235,1560,6941,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Kentucky,49,4500,,2670,341,2103,9663,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Louisiana,43,2460,,1676,258,1364,5801,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Maine,23,1830,,1243,177,1103,4376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Maryland,78,4593,,2734,426,2655,10486,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Massachusetts,108,5777,,3390,531,3277,13083,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Michigan,112,9366,,5326,788,4690,20282,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Minnesota,67,5057,,2925,478,2564,11091,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Mississippi,13,1967,,1319,184,1266,4749,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Missouri,74,7189,,3850,479,3127,14719,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Montana,22,2194,,1191,145,853,4405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Nebraska,17,1687,,1043,182,762,3691,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Nevada,29,4259,,1847,267,1595,7997,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,New Hampshire,41,2371,,1541,226,1529,5708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,New Jersey,147,5809,,3075,551,3050,12632,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,New Mexico,16,2972,,1447,224,1326,5985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,New York,257,11636,,6610,1047,6009,25559,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,North Carolina,106,10685,,6131,801,5404,23127,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,North Dakota,9,648,,388,52,308,1405,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Ohio,224,11586,,7228,1006,6223,26267,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Oklahoma,26,4722,,2546,306,1980,9580,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Oregon,73,10596,,4846,565,3667,19747,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Pennsylvania,201,10275,,6156,1083,5705,23420,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Puerto Rico,70,2981,,1207,138,800,5196,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Rhode Island,15,797,,461,78,466,1817,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,South Carolina,41,4781,,2803,394,2515,10534,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,South Dakota,11,929,,577,96,507,2120,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Tennessee,82,9354,,5377,679,4545,20037,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Texas,194,26099,,13375,1798,11476,52942,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Utah,26,12092,,3397,256,2250,18021,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Vermont,11,888,,506,85,499,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Virginia,129,9110,,5294,718,4936,20187,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Washington,147,17722,,7906,878,5732,32385,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,West Virginia,33,2802,,1427,156,1281,5699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Wisconsin,61,4718,,3150,463,2643,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Wyoming,8,1051,,698,97,508,2362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,Other*,1,253,,84,4,194,536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-15,TOTAL,4206,360045,,184398,26106,157777,732532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,45,5297,,3225,420,2906,11893,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1485,,862,109,679,3146,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,87,10324,,4997,815,4626,20849,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,27,3873,,1970,251,1646,7767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,502,53101,,18157,2615,15319,89694,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10288,,4508,593,3842,19298,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,88,2948,,1815,310,1692,6853,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,15,765,,523,73,459,1835,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,294,,118,14,122,552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,312,17582,,11635,2044,10069,41642,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,67,8710,,4943,652,4275,18647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,88,,43,8,92,232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,19,1817,,702,117,666,3321,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,22,6359,,2675,213,1726,10995,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,177,8194,,5069,799,4391,18630,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,110,7057,,4130,558,3251,15106,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2782,,1629,313,1499,6259,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3205,,1889,235,1560,6941,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,49,4499,,2670,341,2102,9661,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,43,2458,,1678,258,1362,5799,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1830,,1243,177,1103,4376,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4594,,2734,426,2655,10487,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,108,5777,,3390,531,3276,13082,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,112,9367,,5329,788,4689,20285,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,67,5063,,2925,477,2563,11095,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1968,,1320,184,1267,4752,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,7191,,3850,479,3128,14722,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,22,2194,,1191,145,852,4404,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1688,,1043,182,762,3692,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4262,,1848,267,1595,8000,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,41,2371,,1541,226,1529,5708,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,147,5808,,3075,550,3053,12633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2973,,1446,224,1326,5985,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,257,11638,,6611,1046,6008,25560,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,106,10687,,6131,802,5404,23130,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,648,,387,52,310,1406,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,224,11588,,7227,1006,6222,26267,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,26,4723,,2546,306,1980,9581,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10596,,4843,565,3666,19743,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,201,10274,,6156,1083,5705,23419,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2983,,1207,138,800,5198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,797,,461,78,466,1817,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,41,4782,,2803,394,2515,10535,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,11,931,,577,96,507,2122,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9353,,5377,679,4544,20035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,194,26100,,13378,1798,11476,52946,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,26,12090,,3398,256,2252,18022,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,888,,506,85,499,1989,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,126,,63,8,47,244,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,129,9115,,5294,718,4937,20193,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,147,17725,,7904,877,5733,32386,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,33,2802,,1427,155,1282,5699,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,61,4716,,3151,463,2644,11035,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1051,,697,97,508,2361,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,253,,84,4,194,536,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4205,360078,,184401,26100,157781,732565,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alabama,42,5156,,3114,414,2840,11566,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Alaska,11,1429,,826,106,672,3044,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arizona,85,10038,,4841,798,4492,20254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Arkansas,26,3758,,1905,245,1616,7550,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,California,497,51732,,17632,2561,14903,87325,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Colorado,67,10009,,4378,581,3740,18775,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Connecticut,85,2834,,1774,297,1643,6633,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Delaware,14,744,,498,69,442,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,District of Columbia,4,279,,121,14,114,532,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Florida,305,17013,,11273,1983,9801,40375,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Georgia,66,8443,,4782,635,4167,18093,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Guam,1,85,,41,8,90,225,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Hawaii,20,1785,,679,115,653,3252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Idaho,21,6139,,2588,207,1670,10625,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Illinois,172,7944,,4939,777,4278,18110,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Indiana,107,6835,,4020,548,3159,14669,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Iowa,36,2684,,1591,308,1458,6077,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kansas,52,3091,,1837,230,1505,6715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Kentucky,47,4366,,2593,335,2024,9365,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Louisiana,41,2382,,1622,253,1328,5626,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maine,23,1774,,1197,172,1066,4232,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Maryland,78,4442,,2671,417,2590,10198,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Massachusetts,106,5542,,3287,513,3193,12641,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Michigan,109,9087,,5170,771,4545,19682,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Minnesota,63,4878,,2828,471,2475,10715,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Mississippi,13,1919,,1269,179,1238,4618,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Missouri,74,6931,,3732,466,3049,14252,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Montana,21,2105,,1159,144,825,4254,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nebraska,17,1626,,992,177,740,3552,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Nevada,28,4128,,1791,264,1548,7759,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Hampshire,42,2301,,1501,221,1474,5539,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Jersey,146,5607,,3007,539,2971,12270,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New Mexico,16,2908,,1416,215,1283,5838,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,New York,253,11135,,6398,1016,5845,24647,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Carolina,103,10346,,5907,783,5255,22394,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,North Dakota,9,630,,373,49,301,1362,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Ohio,219,11237,,6987,991,6038,25472,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oklahoma,23,4576,,2469,299,1936,9303,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Oregon,73,10291,,4685,553,3568,19170,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Pennsylvania,200,10004,,5940,1054,5576,22774,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Puerto Rico,70,2863,,1198,136,762,5029,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Rhode Island,15,772,,449,74,457,1767,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Carolina,39,4599,,2706,384,2453,10181,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,South Dakota,10,884,,567,98,499,2058,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Tennessee,82,9068,,5208,661,4417,19436,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Texas,185,25212,,12951,1775,11142,51265,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Utah,27,11707,,3270,251,2185,17440,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Vermont,11,868,,485,83,488,1935,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virgin Islands,,122,,64,8,46,240,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Virginia,126,8849,,5123,704,4804,19606,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Washington,146,17258,,7678,858,5600,31540,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,West Virginia,32,2754,,1374,153,1245,5558,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wisconsin,57,4539,,3064,446,2574,10680,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Wyoming,8,1002,,673,96,497,2276,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,Other*,1,252,,78,4,192,527,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-07-16,TOTAL,4124,348962,,178721,25509,153472,710788,,,,,,,,ARRL FCC License Counts,http://www.arrl.org/fcc-license-counts +2026-03-25,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Armed Forces Europe,1,83,,30,3,46,163,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Alaska,18,1678,,953,140,719,3575,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Alabama,68,6073,,3520,518,3117,13543,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Arkansas,38,4551,,2171,305,1751,8954,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Arizona,112,12018,,5512,985,4921,23797,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,California,638,62034,,20426,3301,16375,104206,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Colorado,91,11570,,4889,691,4018,21474,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Connecticut,117,3358,,2023,373,1786,7824,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,District of Columbia,4,311,,137,20,132,616,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Delaware,20,884,,564,88,473,2069,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Florida,423,20354,,13002,2485,10713,47566,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Georgia,105,9900,,5429,811,4490,21115,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Guam,1,109,,49,8,101,280,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Hawaii,26,2148,,810,143,702,3960,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Iowa,54,3264,,1811,383,1587,7215,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Idaho,28,7137,,2866,252,1799,12172,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Illinois,253,9422,,5641,976,4643,21277,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Indiana,164,7946,,4538,698,3416,17056,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Kansas,69,3675,,2083,285,1653,7898,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Kentucky,72,5077,,2881,393,2211,10784,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Louisiana,59,2868,,1860,317,1438,6686,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Massachusetts,148,6400,,3786,643,3467,14708,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Maryland,99,5269,,3009,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Maine,37,2099,,1375,207,1174,4986,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Michigan,171,10784,,5863,950,4960,23069,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Minnesota,104,5734,,3227,586,2668,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Missouri,92,8257,,4249,615,3328,16810,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Northern Mariana Islands,,138,,37,,120,313,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Mississippi,21,2313,,1442,221,1348,5470,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Montana,28,2480,,1296,173,901,4938,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,North Carolina,144,11950,,6681,988,5686,25782,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,North Dakota,10,793,,436,62,327,1675,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Nebraska,26,1907,,1123,220,804,4156,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,New Hampshire,51,2698,,1676,255,1585,6370,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,New Jersey,188,6613,,3412,695,3245,14419,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,New Mexico,24,3491,,1610,264,1402,6911,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Nevada,38,4854,,2013,313,1690,9019,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,New York,385,13316,,7342,1310,6344,29169,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Ohio,310,13339,,8003,1245,6574,29967,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Oklahoma,43,5480,,2799,371,2124,10965,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Oregon,98,12139,,5330,684,3865,22443,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Pennsylvania,269,11707,,6800,1282,6012,26501,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Puerto Rico,102,3257,,1303,171,800,5767,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Rhode Island,21,923,,521,90,490,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,South Carolina,54,5349,,3040,468,2626,11696,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,South Dakota,16,1023,,641,116,542,2371,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Tennessee,109,10483,,5802,811,4784,22258,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Texas,284,29491,,14706,2220,12165,59572,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Utah,33,13842,,3636,304,2339,20267,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Virginia,171,10332,,5799,898,5169,22661,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Virgin Islands,,135,,70,10,52,289,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Vermont,13,1037,,565,102,532,2304,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Washington,189,20261,,8724,1100,6065,36834,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Wisconsin,91,5339,,3445,559,2762,12409,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,West Virginia,40,3309,,1582,200,1363,6567,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,Wyoming,9,1153,,744,107,530,2579,,,,,,,,fccULSloader,w1cdn.net +2026-03-25,TOTAL,5779,412237,,203306,31949,166784,832173,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Armed Forces Europe,1,83,,30,3,46,163,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Alaska,18,1678,,953,140,719,3575,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Alabama,68,6073,,3520,518,3117,13543,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Arkansas,38,4551,,2171,305,1751,8954,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Arizona,112,12018,,5512,985,4921,23797,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,California,638,62034,,20426,3301,16375,104206,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Colorado,91,11570,,4889,691,4018,21474,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Connecticut,117,3358,,2023,373,1786,7824,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,District of Columbia,4,311,,137,20,132,616,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Delaware,20,884,,564,88,473,2069,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Florida,423,20354,,13002,2485,10713,47566,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Georgia,105,9900,,5429,811,4490,21115,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Guam,1,109,,49,8,101,280,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Hawaii,26,2148,,810,143,702,3960,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Iowa,54,3264,,1811,383,1587,7215,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Idaho,28,7137,,2866,252,1799,12172,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Illinois,253,9422,,5641,976,4643,21277,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Indiana,164,7946,,4538,698,3416,17056,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Kansas,69,3675,,2083,285,1653,7898,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Kentucky,72,5077,,2881,393,2211,10784,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Louisiana,59,2868,,1860,317,1438,6686,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Massachusetts,148,6400,,3786,643,3467,14708,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Maryland,99,5269,,3009,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Maine,37,2099,,1375,207,1174,4986,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Michigan,171,10784,,5863,950,4960,23069,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Minnesota,104,5734,,3227,586,2668,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Missouri,92,8257,,4249,615,3328,16810,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Northern Mariana Islands,,138,,37,,120,313,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Mississippi,21,2313,,1442,221,1348,5470,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Montana,28,2480,,1296,173,901,4938,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,North Carolina,144,11950,,6681,988,5686,25782,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,North Dakota,10,793,,436,62,327,1675,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Nebraska,26,1907,,1123,220,804,4156,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,New Hampshire,51,2698,,1676,255,1585,6370,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,New Jersey,188,6613,,3412,695,3245,14419,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,New Mexico,24,3491,,1610,264,1402,6911,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Nevada,38,4854,,2013,313,1690,9019,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,New York,385,13316,,7342,1310,6344,29169,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Ohio,310,13339,,8003,1245,6574,29967,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Oklahoma,43,5480,,2799,371,2124,10965,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Oregon,98,12139,,5330,684,3865,22443,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Pennsylvania,269,11707,,6800,1282,6012,26501,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Puerto Rico,102,3257,,1303,171,800,5767,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Rhode Island,21,923,,521,90,490,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,South Carolina,54,5349,,3040,468,2626,11696,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,South Dakota,16,1023,,641,116,542,2371,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Tennessee,109,10483,,5802,811,4784,22258,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Texas,284,29491,,14706,2220,12165,59572,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Utah,33,13842,,3636,304,2339,20267,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Virginia,171,10332,,5799,898,5169,22661,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Virgin Islands,,135,,70,10,52,289,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Vermont,13,1037,,565,102,532,2304,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Washington,189,20261,,8724,1100,6065,36834,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Wisconsin,91,5339,,3445,559,2762,12409,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,West Virginia,40,3309,,1582,200,1363,6567,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,Wyoming,9,1153,,744,107,530,2579,,,,,,,,fccULSloader,w1cdn.net +2026-03-26,TOTAL,5779,412237,,203306,31949,166784,832173,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Armed Forces Europe,1,83,,30,3,46,163,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Alaska,18,1678,,953,140,719,3575,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Alabama,68,6073,,3520,518,3117,13543,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Arkansas,38,4551,,2171,305,1751,8954,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Arizona,112,12018,,5512,985,4921,23797,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,California,638,62034,,20426,3301,16375,104206,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Colorado,91,11570,,4889,691,4018,21474,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Connecticut,117,3358,,2023,373,1786,7824,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,District of Columbia,4,311,,137,20,132,616,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Delaware,20,884,,564,88,473,2069,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Florida,423,20354,,13002,2485,10713,47566,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Georgia,105,9900,,5429,811,4490,21115,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Guam,1,109,,49,8,101,280,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Hawaii,26,2148,,810,143,702,3960,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Iowa,54,3264,,1811,383,1587,7215,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Idaho,28,7137,,2866,252,1799,12172,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Illinois,253,9422,,5641,976,4643,21277,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Indiana,164,7946,,4538,698,3416,17056,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Kansas,69,3675,,2083,285,1653,7898,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Kentucky,72,5077,,2881,393,2211,10784,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Louisiana,59,2868,,1860,317,1438,6686,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Massachusetts,148,6400,,3786,643,3467,14708,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Maryland,99,5269,,3009,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Maine,37,2099,,1375,207,1174,4986,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Michigan,171,10784,,5863,950,4960,23069,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Minnesota,104,5734,,3227,586,2668,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Missouri,92,8257,,4249,615,3328,16810,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Northern Mariana Islands,,138,,37,,120,313,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Mississippi,21,2313,,1442,221,1348,5470,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Montana,28,2480,,1296,173,901,4938,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,North Carolina,144,11950,,6681,988,5686,25782,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,North Dakota,10,793,,436,62,327,1675,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Nebraska,26,1907,,1123,220,804,4156,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,New Hampshire,51,2698,,1676,255,1585,6370,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,New Jersey,188,6613,,3412,695,3245,14419,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,New Mexico,24,3491,,1610,264,1402,6911,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Nevada,38,4854,,2013,313,1690,9019,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,New York,385,13316,,7342,1310,6344,29169,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Ohio,310,13339,,8003,1245,6574,29967,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Oklahoma,43,5480,,2799,371,2124,10965,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Oregon,98,12139,,5330,684,3865,22443,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Pennsylvania,269,11707,,6800,1282,6012,26501,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Puerto Rico,102,3257,,1303,171,800,5767,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Rhode Island,21,923,,521,90,490,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,South Carolina,54,5349,,3040,468,2626,11696,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,South Dakota,16,1023,,641,116,542,2371,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Tennessee,109,10483,,5802,811,4784,22258,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Texas,284,29491,,14706,2220,12165,59572,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Utah,33,13842,,3636,304,2339,20267,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Virginia,171,10332,,5799,898,5169,22661,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Virgin Islands,,135,,70,10,52,289,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Vermont,13,1037,,565,102,532,2304,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Washington,189,20261,,8724,1100,6065,36834,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Wisconsin,91,5339,,3445,559,2762,12409,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,West Virginia,40,3309,,1582,200,1363,6567,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,Wyoming,9,1153,,744,107,530,2579,,,,,,,,fccULSloader,w1cdn.net +2026-03-27,TOTAL,5779,412237,,203306,31949,166784,832173,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Alaska,18,1677,,953,138,717,3570,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Alabama,68,6079,,3523,516,3118,13551,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Arkansas,38,4550,,2173,304,1748,8951,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Arizona,112,12007,,5509,983,4915,23775,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,California,635,61988,,20400,3288,16376,104119,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Colorado,91,11566,,4885,689,4020,21466,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Connecticut,117,3362,,2018,371,1789,7823,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,District of Columbia,4,312,,136,19,131,614,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Delaware,20,882,,561,88,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Florida,422,20353,,13005,2475,10707,47551,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Georgia,105,9894,,5425,809,4488,21101,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Guam,1,107,,48,8,101,277,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Hawaii,26,2141,,807,142,703,3950,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Iowa,54,3251,,1816,381,1587,7205,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Idaho,28,7135,,2863,252,1800,12168,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Illinois,253,9418,,5637,974,4640,21264,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Indiana,162,7941,,4537,694,3414,17042,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Kansas,69,3677,,2077,285,1652,7892,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Kentucky,72,5061,,2877,391,2211,10762,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Louisiana,59,2864,,1863,317,1436,6683,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Massachusetts,148,6403,,3785,642,3468,14710,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Maryland,99,5267,,3011,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Maine,37,2097,,1373,207,1171,4980,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Michigan,171,10765,,5860,945,4958,23039,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Minnesota,102,5734,,3229,584,2670,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Missouri,91,8244,,4245,613,3330,16792,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Northern Mariana Islands,,137,,37,,120,312,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Mississippi,20,2306,,1446,221,1347,5465,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Montana,28,2471,,1296,172,900,4927,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,North Carolina,142,11930,,6689,985,5687,25767,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,North Dakota,10,791,,437,62,327,1674,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Nebraska,26,1907,,1124,220,804,4157,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,New Hampshire,51,2699,,1676,255,1586,6372,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,New Jersey,187,6616,,3405,691,3248,14413,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,New Mexico,24,3494,,1609,263,1402,6912,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Nevada,38,4851,,2010,313,1689,9012,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,New York,384,13325,,7343,1308,6344,29177,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Ohio,310,13321,,8005,1243,6571,29946,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Oklahoma,43,5471,,2798,370,2126,10956,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Oregon,98,12162,,5324,681,3865,22457,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Pennsylvania,269,11703,,6793,1280,6012,26488,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Puerto Rico,102,3260,,1299,170,802,5768,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Rhode Island,21,923,,522,90,489,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,South Carolina,54,5359,,3035,467,2628,11703,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,South Dakota,16,1027,,640,116,541,2373,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Tennessee,109,10479,,5805,804,4786,22252,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Texas,283,29477,,14686,2210,12166,59527,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Utah,33,13809,,3632,302,2341,20229,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Virginia,171,10331,,5798,897,5168,22657,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Virgin Islands,,136,,70,10,52,290,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Vermont,13,1035,,565,100,532,2300,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Washington,188,20250,,8718,1097,6055,36803,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Wisconsin,91,5337,,3446,559,2761,12407,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,West Virginia,40,3307,,1577,200,1362,6559,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,Wyoming,9,1148,,744,107,530,2573,,,,,,,,fccULSloader,w1cdn.net +2026-03-30,TOTAL,5763,412002,,203200,31845,166761,831688,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Alaska,18,1677,,953,138,717,3570,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Alabama,68,6079,,3523,516,3118,13551,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Arkansas,38,4550,,2173,304,1748,8951,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Arizona,112,12007,,5509,983,4915,23775,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,California,635,61988,,20400,3288,16376,104119,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Colorado,91,11566,,4885,689,4020,21466,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Connecticut,117,3362,,2018,371,1789,7823,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,District of Columbia,4,312,,136,19,131,614,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Delaware,20,882,,561,88,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Florida,422,20353,,13005,2475,10707,47551,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Georgia,105,9894,,5425,809,4488,21101,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Guam,1,107,,48,8,101,277,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Hawaii,26,2141,,807,142,703,3950,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Iowa,54,3251,,1816,381,1587,7205,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Idaho,28,7135,,2863,252,1800,12168,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Illinois,253,9418,,5637,974,4640,21264,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Indiana,162,7941,,4537,694,3414,17042,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Kansas,69,3677,,2077,285,1652,7892,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Kentucky,72,5061,,2877,391,2211,10762,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Louisiana,59,2864,,1863,317,1436,6683,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Massachusetts,148,6403,,3785,642,3468,14710,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Maryland,99,5267,,3011,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Maine,37,2097,,1373,207,1171,4980,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Michigan,171,10765,,5860,945,4958,23039,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Minnesota,102,5734,,3229,584,2670,12498,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Missouri,91,8244,,4245,613,3330,16792,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Northern Mariana Islands,,137,,37,,120,312,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Mississippi,20,2306,,1446,221,1347,5465,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Montana,28,2471,,1296,172,900,4927,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,North Carolina,142,11930,,6689,985,5687,25767,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,North Dakota,10,791,,437,62,327,1674,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Nebraska,26,1907,,1124,220,804,4157,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,New Hampshire,51,2699,,1676,255,1586,6372,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,New Jersey,187,6616,,3405,691,3248,14413,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,New Mexico,24,3494,,1609,263,1402,6912,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Nevada,38,4851,,2010,313,1689,9012,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,New York,384,13325,,7343,1308,6344,29177,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Ohio,310,13321,,8005,1243,6571,29946,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Oklahoma,43,5471,,2798,370,2126,10956,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Oregon,98,12162,,5324,681,3865,22457,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Pennsylvania,269,11703,,6793,1280,6012,26488,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Puerto Rico,102,3260,,1299,170,802,5768,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Rhode Island,21,923,,522,90,489,2110,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,South Carolina,54,5359,,3035,467,2628,11703,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,South Dakota,16,1027,,640,116,541,2373,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Tennessee,109,10479,,5805,804,4786,22252,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Texas,283,29477,,14686,2210,12166,59527,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Utah,33,13809,,3632,302,2341,20229,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Virginia,171,10331,,5798,897,5168,22657,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Virgin Islands,,136,,70,10,52,290,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Vermont,13,1035,,565,100,532,2300,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Washington,188,20250,,8718,1097,6055,36803,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Wisconsin,91,5337,,3446,559,2761,12407,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,West Virginia,40,3307,,1577,200,1362,6559,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,Wyoming,9,1148,,744,107,530,2573,,,,,,,,fccULSloader,w1cdn.net +2026-03-31,TOTAL,5763,412002,,203200,31845,166761,831688,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Alaska,18,1677,,953,138,717,3570,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Alabama,68,6079,,3523,516,3118,13551,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Arkansas,38,4550,,2173,304,1748,8951,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Arizona,112,12007,,5509,983,4915,23775,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,California,635,61988,,20400,3288,16376,104119,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Colorado,91,11566,,4885,689,4020,21466,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Connecticut,117,3362,,2018,371,1789,7823,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,District of Columbia,4,312,,136,19,131,614,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Delaware,20,882,,561,88,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Florida,422,20353,,13005,2475,10707,47551,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Georgia,105,9894,,5425,809,4488,21101,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Guam,1,107,,48,8,101,277,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Hawaii,26,2141,,807,142,703,3950,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Iowa,54,3251,,1816,381,1587,7205,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Idaho,28,7135,,2863,252,1800,12168,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Illinois,253,9418,,5637,974,4640,21264,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Indiana,162,7941,,4537,694,3414,17042,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Kansas,69,3677,,2077,285,1652,7892,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Kentucky,72,5061,,2877,391,2211,10762,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Louisiana,59,2864,,1863,317,1436,6683,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Massachusetts,148,6403,,3785,642,3468,14710,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Maryland,99,5267,,3011,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Maine,37,2097,,1373,207,1171,4980,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Michigan,171,10765,,5860,945,4958,23039,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Minnesota,102,5734,,3229,584,2670,12498,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Missouri,91,8244,,4245,613,3330,16792,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Northern Mariana Islands,,137,,37,,120,312,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Mississippi,20,2306,,1446,221,1347,5465,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Montana,28,2471,,1296,172,900,4927,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,North Carolina,142,11930,,6689,985,5687,25767,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,North Dakota,10,791,,437,62,327,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Nebraska,26,1907,,1124,220,804,4157,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,New Hampshire,51,2699,,1676,255,1586,6372,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,New Jersey,187,6616,,3405,691,3248,14413,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,New Mexico,24,3494,,1609,263,1402,6912,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Nevada,38,4851,,2010,313,1689,9012,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,New York,384,13325,,7343,1308,6344,29177,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Ohio,310,13321,,8005,1243,6571,29946,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Oklahoma,43,5471,,2798,370,2126,10956,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Oregon,98,12162,,5324,681,3865,22457,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Pennsylvania,269,11703,,6793,1280,6012,26488,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Puerto Rico,102,3260,,1299,170,802,5768,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Rhode Island,21,923,,522,90,489,2110,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,South Carolina,54,5359,,3035,467,2628,11703,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,South Dakota,16,1027,,640,116,541,2373,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Tennessee,109,10479,,5805,804,4786,22252,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Texas,283,29477,,14686,2210,12166,59527,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Utah,33,13809,,3632,302,2341,20229,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Virginia,171,10331,,5798,897,5168,22657,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Virgin Islands,,136,,70,10,52,290,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Vermont,13,1035,,565,100,532,2300,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Washington,188,20250,,8718,1097,6055,36803,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Wisconsin,91,5337,,3446,559,2761,12407,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,West Virginia,40,3307,,1577,200,1362,6559,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,Wyoming,9,1148,,744,107,530,2573,,,,,,,,fccULSloader,w1cdn.net +2026-04-01,TOTAL,5763,412002,,203200,31845,166761,831688,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Alaska,18,1677,,953,138,717,3570,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Alabama,68,6079,,3523,516,3118,13551,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Arkansas,38,4550,,2173,304,1748,8951,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Arizona,112,12007,,5509,983,4915,23775,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,California,635,61988,,20400,3288,16376,104119,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Colorado,91,11566,,4885,689,4020,21466,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Connecticut,117,3362,,2018,371,1789,7823,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,District of Columbia,4,312,,136,19,131,614,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Delaware,20,882,,561,88,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Florida,422,20353,,13005,2475,10707,47551,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Georgia,105,9894,,5425,809,4488,21101,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Guam,1,107,,48,8,101,277,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Hawaii,26,2141,,807,142,703,3950,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Iowa,54,3251,,1816,381,1587,7205,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Idaho,28,7135,,2863,252,1800,12168,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Illinois,253,9418,,5637,974,4640,21264,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Indiana,162,7941,,4537,694,3414,17042,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Kansas,69,3677,,2077,285,1652,7892,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Kentucky,72,5061,,2877,391,2211,10762,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Louisiana,59,2864,,1863,317,1436,6683,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Massachusetts,148,6403,,3785,642,3468,14710,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Maryland,99,5267,,3011,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Maine,37,2097,,1373,207,1171,4980,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Michigan,171,10765,,5860,945,4958,23039,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Minnesota,102,5734,,3229,584,2670,12498,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Missouri,91,8244,,4245,613,3330,16792,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Northern Mariana Islands,,137,,37,,120,312,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Mississippi,20,2306,,1446,221,1347,5465,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Montana,28,2471,,1296,172,900,4927,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,North Carolina,142,11930,,6689,985,5687,25767,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,North Dakota,10,791,,437,62,327,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Nebraska,26,1907,,1124,220,804,4157,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,New Hampshire,51,2699,,1676,255,1586,6372,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,New Jersey,187,6616,,3405,691,3248,14413,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,New Mexico,24,3494,,1609,263,1402,6912,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Nevada,38,4851,,2010,313,1689,9012,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,New York,384,13325,,7343,1308,6344,29177,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Ohio,310,13321,,8005,1243,6571,29946,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Oklahoma,43,5471,,2798,370,2126,10956,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Oregon,98,12162,,5324,681,3865,22457,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Pennsylvania,269,11703,,6793,1280,6012,26488,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Puerto Rico,102,3260,,1299,170,802,5768,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Rhode Island,21,923,,522,90,489,2110,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,South Carolina,54,5359,,3035,467,2628,11703,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,South Dakota,16,1027,,640,116,541,2373,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Tennessee,109,10479,,5805,804,4786,22252,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Texas,283,29477,,14686,2210,12166,59527,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Utah,33,13809,,3632,302,2341,20229,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Virginia,171,10331,,5798,897,5168,22657,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Virgin Islands,,136,,70,10,52,290,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Vermont,13,1035,,565,100,532,2300,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Washington,188,20250,,8718,1097,6055,36803,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Wisconsin,91,5337,,3446,559,2761,12407,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,West Virginia,40,3307,,1577,200,1362,6559,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,Wyoming,9,1148,,744,107,530,2573,,,,,,,,fccULSloader,w1cdn.net +2026-04-02,TOTAL,5763,412002,,203200,31845,166761,831688,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Alaska,18,1677,,953,138,717,3570,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Alabama,68,6079,,3523,516,3118,13551,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Arkansas,38,4550,,2173,304,1748,8951,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Arizona,112,12007,,5509,983,4915,23775,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,California,635,61988,,20400,3288,16376,104119,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Colorado,91,11566,,4885,689,4020,21466,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Connecticut,117,3362,,2018,371,1789,7823,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,District of Columbia,4,312,,136,19,131,614,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Delaware,20,882,,561,88,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Florida,422,20353,,13005,2475,10707,47551,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Georgia,105,9894,,5425,809,4488,21101,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Guam,1,107,,48,8,101,277,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Hawaii,26,2141,,807,142,703,3950,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Iowa,54,3251,,1816,381,1587,7205,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Idaho,28,7135,,2863,252,1800,12168,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Illinois,253,9418,,5637,974,4640,21264,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Indiana,162,7941,,4537,694,3414,17042,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Kansas,69,3677,,2077,285,1652,7892,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Kentucky,72,5061,,2877,391,2211,10762,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Louisiana,59,2864,,1863,317,1436,6683,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Massachusetts,148,6403,,3785,642,3468,14710,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Maryland,99,5267,,3011,530,2812,11898,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Maine,37,2097,,1373,207,1171,4980,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Michigan,171,10765,,5860,945,4958,23039,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Minnesota,102,5734,,3229,584,2670,12498,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Missouri,91,8244,,4245,613,3330,16792,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Northern Mariana Islands,,137,,37,,120,312,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Mississippi,20,2306,,1446,221,1347,5465,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Montana,28,2471,,1296,172,900,4927,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,North Carolina,142,11930,,6689,985,5687,25767,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,North Dakota,10,791,,437,62,327,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Nebraska,26,1907,,1124,220,804,4157,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,New Hampshire,51,2699,,1676,255,1586,6372,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,New Jersey,187,6616,,3405,691,3248,14413,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,New Mexico,24,3494,,1609,263,1402,6912,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Nevada,38,4851,,2010,313,1689,9012,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,New York,384,13325,,7343,1308,6344,29177,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Ohio,310,13321,,8005,1243,6571,29946,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Oklahoma,43,5471,,2798,370,2126,10956,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Oregon,98,12162,,5324,681,3865,22457,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Pennsylvania,269,11703,,6793,1280,6012,26488,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Puerto Rico,102,3260,,1299,170,802,5768,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Rhode Island,21,923,,522,90,489,2110,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,South Carolina,54,5359,,3035,467,2628,11703,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,South Dakota,16,1027,,640,116,541,2373,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Tennessee,109,10479,,5805,804,4786,22252,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Texas,283,29477,,14686,2210,12166,59527,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Utah,33,13809,,3632,302,2341,20229,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Virginia,171,10331,,5798,897,5168,22657,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Virgin Islands,,136,,70,10,52,290,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Vermont,13,1035,,565,100,532,2300,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Washington,188,20250,,8718,1097,6055,36803,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Wisconsin,91,5337,,3446,559,2761,12407,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,West Virginia,40,3307,,1577,200,1362,6559,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,Wyoming,9,1148,,744,107,530,2573,,,,,,,,fccULSloader,w1cdn.net +2026-04-03,TOTAL,5763,412002,,203200,31845,166761,831688,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Alaska,18,1684,,954,138,715,3576,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Alabama,68,6083,,3521,514,3114,13547,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Arkansas,38,4546,,2171,301,1746,8940,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Arizona,111,11992,,5500,979,4911,23742,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,California,633,61921,,20378,3272,16362,103997,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Colorado,90,11547,,4883,687,4023,21445,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Connecticut,117,3353,,2016,371,1787,7811,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,District of Columbia,4,310,,137,19,132,614,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Delaware,20,881,,563,88,472,2064,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Florida,417,20334,,12995,2469,10694,47498,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Georgia,103,9885,,5426,804,4487,21085,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Guam,1,106,,47,8,100,274,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Hawaii,26,2138,,808,141,703,3948,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Iowa,53,3244,,1815,380,1584,7192,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Idaho,28,7137,,2864,251,1800,12170,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Illinois,254,9410,,5633,971,4645,21255,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Indiana,162,7932,,4535,689,3412,17023,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Kansas,69,3672,,2077,284,1650,7884,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Kentucky,72,5056,,2877,389,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Louisiana,59,2859,,1859,316,1435,6672,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Massachusetts,148,6402,,3791,641,3466,14712,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Maryland,98,5273,,3006,528,2810,11894,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Maine,37,2087,,1371,205,1165,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Michigan,171,10753,,5865,942,4954,23024,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Minnesota,102,5726,,3228,580,2669,12484,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Missouri,91,8237,,4249,611,3331,16788,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Mississippi,20,2314,,1444,221,1345,5469,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Montana,28,2465,,1297,171,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,North Carolina,143,11918,,6691,979,5670,25735,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Nebraska,26,1909,,1125,219,805,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,New Hampshire,50,2696,,1675,255,1585,6366,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,New Jersey,187,6619,,3411,690,3242,14415,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,New Mexico,24,3480,,1608,263,1399,6894,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Nevada,38,4847,,2012,312,1689,9009,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,New York,384,13310,,7330,1306,6339,29142,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Ohio,307,13302,,7997,1239,6567,29908,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Oklahoma,43,5461,,2797,370,2123,10942,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Oregon,96,12155,,5321,677,3862,22438,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Pennsylvania,267,11682,,6788,1277,6006,26450,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Puerto Rico,102,3266,,1298,169,801,5771,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Rhode Island,20,922,,522,90,489,2108,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,South Carolina,53,5354,,3034,466,2630,11697,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,South Dakota,16,1026,,639,116,540,2370,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Tennessee,109,10477,,5802,804,4781,22241,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Texas,280,29490,,14673,2198,12168,59512,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Utah,33,13792,,3628,302,2339,20206,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Virginia,170,10320,,5799,893,5166,22639,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Washington,187,20241,,8718,1093,6054,36788,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Wisconsin,91,5326,,3448,557,2767,12402,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,West Virginia,40,3304,,1576,198,1361,6552,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,Wyoming,9,1149,,743,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-06,TOTAL,5737,411651,,203112,31728,166647,830986,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Alaska,18,1684,,954,138,715,3576,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Alabama,68,6083,,3521,514,3114,13547,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Arkansas,38,4546,,2171,301,1746,8940,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Arizona,111,11992,,5500,979,4911,23742,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,California,633,61921,,20378,3272,16362,103997,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Colorado,90,11547,,4883,687,4023,21445,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Connecticut,117,3353,,2016,371,1787,7811,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,District of Columbia,4,310,,137,19,132,614,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Delaware,20,881,,563,88,472,2064,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Florida,417,20334,,12995,2469,10694,47498,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Georgia,103,9885,,5426,804,4487,21085,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Guam,1,106,,47,8,100,274,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Hawaii,26,2138,,808,141,703,3948,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Iowa,53,3244,,1815,380,1584,7192,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Idaho,28,7137,,2864,251,1800,12170,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Illinois,254,9410,,5633,971,4645,21255,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Indiana,162,7932,,4535,689,3412,17023,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Kansas,69,3672,,2077,284,1650,7884,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Kentucky,72,5056,,2877,389,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Louisiana,59,2859,,1859,316,1435,6672,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Massachusetts,148,6402,,3791,641,3466,14712,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Maryland,98,5273,,3006,528,2810,11894,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Maine,37,2087,,1371,205,1165,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Michigan,171,10753,,5865,942,4954,23024,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Minnesota,102,5726,,3228,580,2669,12484,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Missouri,91,8237,,4249,611,3331,16788,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Mississippi,20,2314,,1444,221,1345,5469,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Montana,28,2465,,1297,171,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,North Carolina,143,11918,,6691,979,5670,25735,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Nebraska,26,1909,,1125,219,805,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,New Hampshire,50,2696,,1675,255,1585,6366,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,New Jersey,187,6619,,3411,690,3242,14415,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,New Mexico,24,3480,,1608,263,1399,6894,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Nevada,38,4847,,2012,312,1689,9009,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,New York,384,13310,,7330,1306,6339,29142,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Ohio,307,13302,,7997,1239,6567,29908,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Oklahoma,43,5461,,2797,370,2123,10942,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Oregon,96,12155,,5321,677,3862,22438,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Pennsylvania,267,11682,,6788,1277,6006,26450,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Puerto Rico,102,3266,,1298,169,801,5771,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Rhode Island,20,922,,522,90,489,2108,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,South Carolina,53,5354,,3034,466,2630,11697,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,South Dakota,16,1026,,639,116,540,2370,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Tennessee,109,10477,,5802,804,4781,22241,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Texas,280,29490,,14673,2198,12168,59512,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Utah,33,13792,,3628,302,2339,20206,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Virginia,170,10320,,5799,893,5166,22639,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Washington,187,20241,,8718,1093,6054,36788,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Wisconsin,91,5326,,3448,557,2767,12402,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,West Virginia,40,3304,,1576,198,1361,6552,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,Wyoming,9,1149,,743,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-07,TOTAL,5737,411651,,203112,31728,166647,830986,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Alaska,18,1684,,954,138,715,3576,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Alabama,68,6083,,3521,514,3114,13547,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Arkansas,38,4546,,2171,301,1746,8940,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Arizona,111,11992,,5500,979,4911,23742,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,California,633,61921,,20378,3272,16362,103997,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Colorado,90,11547,,4883,687,4023,21445,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Connecticut,117,3353,,2016,371,1787,7811,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,District of Columbia,4,310,,137,19,132,614,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Delaware,20,881,,563,88,472,2064,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Florida,417,20334,,12995,2469,10694,47498,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Georgia,103,9885,,5426,804,4487,21085,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Guam,1,106,,47,8,100,274,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Hawaii,26,2138,,808,141,703,3948,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Iowa,53,3244,,1815,380,1584,7192,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Idaho,28,7137,,2864,251,1800,12170,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Illinois,254,9410,,5633,971,4645,21255,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Indiana,162,7932,,4535,689,3412,17023,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Kansas,69,3672,,2077,284,1650,7884,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Kentucky,72,5056,,2877,389,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Louisiana,59,2859,,1859,316,1435,6672,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Massachusetts,148,6402,,3791,641,3466,14712,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Maryland,98,5273,,3006,528,2810,11894,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Maine,37,2087,,1371,205,1165,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Michigan,171,10753,,5865,942,4954,23024,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Minnesota,102,5726,,3228,580,2669,12484,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Missouri,91,8237,,4249,611,3331,16788,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Mississippi,20,2314,,1444,221,1345,5469,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Montana,28,2465,,1297,171,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,North Carolina,143,11918,,6691,979,5670,25735,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Nebraska,26,1909,,1125,219,805,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,New Hampshire,50,2696,,1675,255,1585,6366,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,New Jersey,187,6619,,3411,690,3242,14415,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,New Mexico,24,3480,,1608,263,1399,6894,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Nevada,38,4847,,2012,312,1689,9009,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,New York,384,13310,,7330,1306,6339,29142,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Ohio,307,13302,,7997,1239,6567,29908,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Oklahoma,43,5461,,2797,370,2123,10942,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Oregon,96,12155,,5321,677,3862,22438,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Pennsylvania,267,11682,,6788,1277,6006,26450,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Puerto Rico,102,3266,,1298,169,801,5771,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Rhode Island,20,922,,522,90,489,2108,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,South Carolina,53,5354,,3034,466,2630,11697,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,South Dakota,16,1026,,639,116,540,2370,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Tennessee,109,10477,,5802,804,4781,22241,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Texas,280,29490,,14673,2198,12168,59512,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Utah,33,13792,,3628,302,2339,20206,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Virginia,170,10320,,5799,893,5166,22639,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Washington,187,20241,,8718,1093,6054,36788,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Wisconsin,91,5326,,3448,557,2767,12402,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,West Virginia,40,3304,,1576,198,1361,6552,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,Wyoming,9,1149,,743,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-08,TOTAL,5737,411651,,203112,31728,166647,830986,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Alaska,18,1684,,954,138,715,3576,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Alabama,68,6083,,3521,514,3114,13547,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Arkansas,38,4546,,2171,301,1746,8940,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Arizona,111,11992,,5500,979,4911,23742,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,California,633,61921,,20378,3272,16362,103997,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Colorado,90,11547,,4883,687,4023,21445,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Connecticut,117,3353,,2016,371,1787,7811,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,District of Columbia,4,310,,137,19,132,614,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Delaware,20,881,,563,88,472,2064,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Florida,417,20334,,12995,2469,10694,47498,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Georgia,103,9885,,5426,804,4487,21085,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Guam,1,106,,47,8,100,274,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Hawaii,26,2138,,808,141,703,3948,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Iowa,53,3244,,1815,380,1584,7192,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Idaho,28,7137,,2864,251,1800,12170,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Illinois,254,9410,,5633,971,4645,21255,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Indiana,162,7932,,4535,689,3412,17023,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Kansas,69,3672,,2077,284,1650,7884,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Kentucky,72,5056,,2877,389,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Louisiana,59,2859,,1859,316,1435,6672,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Massachusetts,148,6402,,3791,641,3466,14712,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Maryland,98,5273,,3006,528,2810,11894,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Maine,37,2087,,1371,205,1165,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Michigan,171,10753,,5865,942,4954,23024,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Minnesota,102,5726,,3228,580,2669,12484,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Missouri,91,8237,,4249,611,3331,16788,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Mississippi,20,2314,,1444,221,1345,5469,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Montana,28,2465,,1297,171,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,North Carolina,143,11918,,6691,979,5670,25735,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Nebraska,26,1909,,1125,219,805,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,New Hampshire,50,2696,,1675,255,1585,6366,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,New Jersey,187,6619,,3411,690,3242,14415,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,New Mexico,24,3480,,1608,263,1399,6894,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Nevada,38,4847,,2012,312,1689,9009,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,New York,384,13310,,7330,1306,6339,29142,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Ohio,307,13302,,7997,1239,6567,29908,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Oklahoma,43,5461,,2797,370,2123,10942,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Oregon,96,12155,,5321,677,3862,22438,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Pennsylvania,267,11682,,6788,1277,6006,26450,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Puerto Rico,102,3266,,1298,169,801,5771,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Rhode Island,20,922,,522,90,489,2108,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,South Carolina,53,5354,,3034,466,2630,11697,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,South Dakota,16,1026,,639,116,540,2370,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Tennessee,109,10477,,5802,804,4781,22241,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Texas,280,29490,,14673,2198,12168,59512,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Utah,33,13792,,3628,302,2339,20206,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Virginia,170,10320,,5799,893,5166,22639,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Washington,187,20241,,8718,1093,6054,36788,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Wisconsin,91,5326,,3448,557,2767,12402,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,West Virginia,40,3304,,1576,198,1361,6552,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,Wyoming,9,1149,,743,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-09,TOTAL,5737,411651,,203112,31728,166647,830986,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Armed Forces Europe,1,83,,31,3,46,164,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Alaska,18,1684,,954,138,715,3576,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Alabama,68,6083,,3521,514,3114,13547,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Arkansas,38,4546,,2171,301,1746,8940,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,American Samoa,,2,,3,1,10,19,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Arizona,111,11992,,5500,979,4911,23742,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,California,633,61921,,20378,3272,16362,103997,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Colorado,90,11547,,4883,687,4023,21445,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Connecticut,117,3353,,2016,371,1787,7811,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,District of Columbia,4,310,,137,19,132,614,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Delaware,20,881,,563,88,472,2064,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Florida,417,20334,,12995,2469,10694,47498,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Georgia,103,9885,,5426,804,4487,21085,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Guam,1,106,,47,8,100,274,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Hawaii,26,2138,,808,141,703,3948,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Iowa,53,3244,,1815,380,1584,7192,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Idaho,28,7137,,2864,251,1800,12170,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Illinois,254,9410,,5633,971,4645,21255,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Indiana,162,7932,,4535,689,3412,17023,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Kansas,69,3672,,2077,284,1650,7884,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Kentucky,72,5056,,2877,389,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Louisiana,59,2859,,1859,316,1435,6672,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Massachusetts,148,6402,,3791,641,3466,14712,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Maryland,98,5273,,3006,528,2810,11894,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Maine,37,2087,,1371,205,1165,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Michigan,171,10753,,5865,942,4954,23024,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Minnesota,102,5726,,3228,580,2669,12484,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Missouri,91,8237,,4249,611,3331,16788,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Mississippi,20,2314,,1444,221,1345,5469,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Montana,28,2465,,1297,171,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,North Carolina,143,11918,,6691,979,5670,25735,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Nebraska,26,1909,,1125,219,805,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,New Hampshire,50,2696,,1675,255,1585,6366,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,New Jersey,187,6619,,3411,690,3242,14415,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,New Mexico,24,3480,,1608,263,1399,6894,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Nevada,38,4847,,2012,312,1689,9009,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,New York,384,13310,,7330,1306,6339,29142,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Ohio,307,13302,,7997,1239,6567,29908,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Oklahoma,43,5461,,2797,370,2123,10942,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Oregon,96,12155,,5321,677,3862,22438,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Pennsylvania,267,11682,,6788,1277,6006,26450,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Puerto Rico,102,3266,,1298,169,801,5771,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Rhode Island,20,922,,522,90,489,2108,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,South Carolina,53,5354,,3034,466,2630,11697,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,South Dakota,16,1026,,639,116,540,2370,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Tennessee,109,10477,,5802,804,4781,22241,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Texas,280,29490,,14673,2198,12168,59512,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Utah,33,13792,,3628,302,2339,20206,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Virginia,170,10320,,5799,893,5166,22639,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Washington,187,20241,,8718,1093,6054,36788,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Wisconsin,91,5326,,3448,557,2767,12402,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,West Virginia,40,3304,,1576,198,1361,6552,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,Wyoming,9,1149,,743,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-10,TOTAL,5737,411651,,203112,31728,166647,830986,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Armed Forces Europe,1,83,,31,3,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Alaska,18,1686,,953,138,711,3573,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Alabama,68,6072,,3521,513,3111,13532,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Arkansas,38,4546,,2172,302,1747,8943,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Arizona,111,11984,,5489,979,4916,23728,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,California,633,61873,,20360,3261,16358,103916,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Colorado,90,11548,,4879,687,4024,21442,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Connecticut,117,3352,,2007,371,1788,7802,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Delaware,20,878,,564,87,472,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Florida,416,20335,,12999,2464,10691,47491,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Georgia,103,9887,,5426,801,4485,21082,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Hawaii,26,2137,,808,140,704,3947,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Iowa,52,3243,,1815,380,1582,7189,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Idaho,28,7140,,2861,250,1803,12172,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Illinois,254,9422,,5632,968,4642,21260,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Indiana,160,7920,,4536,686,3407,17002,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Kansas,68,3661,,2083,283,1649,7876,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Kentucky,72,5058,,2876,388,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Louisiana,59,2857,,1859,316,1435,6670,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Massachusetts,148,6406,,3787,641,3465,14711,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Maryland,98,5267,,3006,525,2806,11881,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Maine,37,2086,,1370,205,1166,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Michigan,170,10742,,5867,941,4956,23015,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Minnesota,101,5725,,3225,580,2671,12481,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Missouri,91,8238,,4246,610,3329,16783,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Mississippi,20,2315,,1445,220,1345,5470,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Montana,28,2467,,1297,171,900,4923,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,North Carolina,143,11925,,6701,977,5675,25756,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Nebraska,25,1909,,1125,219,806,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,New Hampshire,50,2694,,1673,255,1585,6362,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,New Jersey,187,6618,,3408,690,3244,14411,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,New Mexico,24,3477,,1613,263,1396,6893,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Nevada,38,4849,,2010,312,1691,9011,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,New York,381,13295,,7322,1306,6333,29110,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Ohio,305,13292,,8002,1236,6568,29900,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Oklahoma,43,5459,,2799,370,2126,10945,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Oregon,96,12108,,5323,676,3867,22397,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Pennsylvania,266,11667,,6792,1275,6003,26433,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Puerto Rico,102,3267,,1296,169,802,5772,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Rhode Island,20,919,,521,90,489,2104,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,South Carolina,53,5351,,3034,465,2632,11695,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,South Dakota,16,1025,,638,116,541,2369,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Tennessee,109,10469,,5801,803,4782,22232,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Texas,280,29487,,14673,2197,12165,59505,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Utah,33,13783,,3629,302,2339,20198,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Virginia,169,10301,,5793,892,5172,22618,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Washington,187,20246,,8716,1092,6053,36789,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Wisconsin,90,5330,,3449,557,2765,12404,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,West Virginia,40,3305,,1575,197,1359,6549,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,Wyoming,9,1147,,745,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-13,TOTAL,5721,411440,,203072,31678,166639,830660,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Armed Forces Europe,1,83,,31,3,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Alaska,18,1686,,953,138,711,3573,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Alabama,68,6072,,3521,513,3111,13532,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Arkansas,38,4546,,2172,302,1747,8943,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Arizona,111,11984,,5489,979,4916,23728,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,California,633,61873,,20360,3261,16358,103916,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Colorado,90,11548,,4879,687,4024,21442,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Connecticut,117,3352,,2007,371,1788,7802,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Delaware,20,878,,564,87,472,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Florida,416,20335,,12999,2464,10691,47491,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Georgia,103,9887,,5426,801,4485,21082,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Hawaii,26,2137,,808,140,704,3947,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Iowa,52,3243,,1815,380,1582,7189,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Idaho,28,7140,,2861,250,1803,12172,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Illinois,254,9422,,5632,968,4642,21260,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Indiana,160,7920,,4536,686,3407,17002,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Kansas,68,3661,,2083,283,1649,7876,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Kentucky,72,5058,,2876,388,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Louisiana,59,2857,,1859,316,1435,6670,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Massachusetts,148,6406,,3787,641,3465,14711,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Maryland,98,5267,,3006,525,2806,11881,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Maine,37,2086,,1370,205,1166,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Michigan,170,10742,,5867,941,4956,23015,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Minnesota,101,5725,,3225,580,2671,12481,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Missouri,91,8238,,4246,610,3329,16783,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Mississippi,20,2315,,1445,220,1345,5470,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Montana,28,2467,,1297,171,900,4923,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,North Carolina,143,11925,,6701,977,5675,25756,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Nebraska,25,1909,,1125,219,806,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,New Hampshire,50,2694,,1673,255,1585,6362,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,New Jersey,187,6618,,3408,690,3244,14411,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,New Mexico,24,3477,,1613,263,1396,6893,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Nevada,38,4849,,2010,312,1691,9011,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,New York,381,13295,,7322,1306,6333,29110,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Ohio,305,13292,,8002,1236,6568,29900,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Oklahoma,43,5459,,2799,370,2126,10945,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Oregon,96,12108,,5323,676,3867,22397,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Pennsylvania,266,11667,,6792,1275,6003,26433,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Puerto Rico,102,3267,,1296,169,802,5772,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Rhode Island,20,919,,521,90,489,2104,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,South Carolina,53,5351,,3034,465,2632,11695,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,South Dakota,16,1025,,638,116,541,2369,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Tennessee,109,10469,,5801,803,4782,22232,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Texas,280,29487,,14673,2197,12165,59505,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Utah,33,13783,,3629,302,2339,20198,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Virginia,169,10301,,5793,892,5172,22618,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Washington,187,20246,,8716,1092,6053,36789,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Wisconsin,90,5330,,3449,557,2765,12404,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,West Virginia,40,3305,,1575,197,1359,6549,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,Wyoming,9,1147,,745,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-14,TOTAL,5721,411440,,203072,31678,166639,830660,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Armed Forces Europe,1,83,,31,3,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Alaska,18,1686,,953,138,711,3573,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Alabama,68,6072,,3521,513,3111,13532,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Arkansas,38,4546,,2172,302,1747,8943,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Arizona,111,11984,,5489,979,4916,23728,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,California,633,61873,,20360,3261,16358,103916,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Colorado,90,11548,,4879,687,4024,21442,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Connecticut,117,3352,,2007,371,1788,7802,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Delaware,20,878,,564,87,472,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Florida,416,20335,,12999,2464,10691,47491,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Georgia,103,9887,,5426,801,4485,21082,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Hawaii,26,2137,,808,140,704,3947,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Iowa,52,3243,,1815,380,1582,7189,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Idaho,28,7140,,2861,250,1803,12172,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Illinois,254,9422,,5632,968,4642,21260,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Indiana,160,7920,,4536,686,3407,17002,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Kansas,68,3661,,2083,283,1649,7876,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Kentucky,72,5058,,2876,388,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Louisiana,59,2857,,1859,316,1435,6670,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Massachusetts,148,6406,,3787,641,3465,14711,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Maryland,98,5267,,3006,525,2806,11881,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Maine,37,2086,,1370,205,1166,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Michigan,170,10742,,5867,941,4956,23015,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Minnesota,101,5725,,3225,580,2671,12481,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Missouri,91,8238,,4246,610,3329,16783,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Mississippi,20,2315,,1445,220,1345,5470,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Montana,28,2467,,1297,171,900,4923,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,North Carolina,143,11925,,6701,977,5675,25756,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Nebraska,25,1909,,1125,219,806,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,New Hampshire,50,2694,,1673,255,1585,6362,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,New Jersey,187,6618,,3408,690,3244,14411,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,New Mexico,24,3477,,1613,263,1396,6893,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Nevada,38,4849,,2010,312,1691,9011,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,New York,381,13295,,7322,1306,6333,29110,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Ohio,305,13292,,8002,1236,6568,29900,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Oklahoma,43,5459,,2799,370,2126,10945,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Oregon,96,12108,,5323,676,3867,22397,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Pennsylvania,266,11667,,6792,1275,6003,26433,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Puerto Rico,102,3267,,1296,169,802,5772,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Rhode Island,20,919,,521,90,489,2104,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,South Carolina,53,5351,,3034,465,2632,11695,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,South Dakota,16,1025,,638,116,541,2369,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Tennessee,109,10469,,5801,803,4782,22232,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Texas,280,29487,,14673,2197,12165,59505,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Utah,33,13783,,3629,302,2339,20198,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Virginia,169,10301,,5793,892,5172,22618,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Washington,187,20246,,8716,1092,6053,36789,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Wisconsin,90,5330,,3449,557,2765,12404,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,West Virginia,40,3305,,1575,197,1359,6549,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,Wyoming,9,1147,,745,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-15,TOTAL,5721,411440,,203072,31678,166639,830660,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Armed Forces Europe,1,83,,31,3,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Alaska,18,1686,,953,138,711,3573,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Alabama,68,6072,,3521,513,3111,13532,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Arkansas,38,4546,,2172,302,1747,8943,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Arizona,111,11984,,5489,979,4916,23728,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,California,633,61873,,20360,3261,16358,103916,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Colorado,90,11548,,4879,687,4024,21442,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Connecticut,117,3352,,2007,371,1788,7802,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Delaware,20,878,,564,87,472,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Florida,416,20335,,12999,2464,10691,47491,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Georgia,103,9887,,5426,801,4485,21082,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Hawaii,26,2137,,808,140,704,3947,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Iowa,52,3243,,1815,380,1582,7189,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Idaho,28,7140,,2861,250,1803,12172,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Illinois,254,9422,,5632,968,4642,21260,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Indiana,160,7920,,4536,686,3407,17002,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Kansas,68,3661,,2083,283,1649,7876,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Kentucky,72,5058,,2876,388,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Louisiana,59,2857,,1859,316,1435,6670,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Massachusetts,148,6406,,3787,641,3465,14711,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Maryland,98,5267,,3006,525,2806,11881,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Maine,37,2086,,1370,205,1166,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Michigan,170,10742,,5867,941,4956,23015,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Minnesota,101,5725,,3225,580,2671,12481,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Missouri,91,8238,,4246,610,3329,16783,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Mississippi,20,2315,,1445,220,1345,5470,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Montana,28,2467,,1297,171,900,4923,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,North Carolina,143,11925,,6701,977,5675,25756,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Nebraska,25,1909,,1125,219,806,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,New Hampshire,50,2694,,1673,255,1585,6362,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,New Jersey,187,6618,,3408,690,3244,14411,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,New Mexico,24,3477,,1613,263,1396,6893,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Nevada,38,4849,,2010,312,1691,9011,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,New York,381,13295,,7322,1306,6333,29110,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Ohio,305,13292,,8002,1236,6568,29900,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Oklahoma,43,5459,,2799,370,2126,10945,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Oregon,96,12108,,5323,676,3867,22397,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Pennsylvania,266,11667,,6792,1275,6003,26433,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Puerto Rico,102,3267,,1296,169,802,5772,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Rhode Island,20,919,,521,90,489,2104,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,South Carolina,53,5351,,3034,465,2632,11695,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,South Dakota,16,1025,,638,116,541,2369,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Tennessee,109,10469,,5801,803,4782,22232,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Texas,280,29487,,14673,2197,12165,59505,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Utah,33,13783,,3629,302,2339,20198,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Virginia,169,10301,,5793,892,5172,22618,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Washington,187,20246,,8716,1092,6053,36789,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Wisconsin,90,5330,,3449,557,2765,12404,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,West Virginia,40,3305,,1575,197,1359,6549,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,Wyoming,9,1147,,745,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-16,TOTAL,5721,411440,,203072,31678,166639,830660,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Armed Forces Europe,1,83,,31,3,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Alaska,18,1686,,953,138,711,3573,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Alabama,68,6072,,3521,513,3111,13532,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Arkansas,38,4546,,2172,302,1747,8943,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Arizona,111,11984,,5489,979,4916,23728,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,California,633,61873,,20360,3261,16358,103916,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Colorado,90,11548,,4879,687,4024,21442,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Connecticut,117,3352,,2007,371,1788,7802,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Delaware,20,878,,564,87,472,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Florida,416,20335,,12999,2464,10691,47491,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Georgia,103,9887,,5426,801,4485,21082,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Hawaii,26,2137,,808,140,704,3947,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Iowa,52,3243,,1815,380,1582,7189,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Idaho,28,7140,,2861,250,1803,12172,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Illinois,254,9422,,5632,968,4642,21260,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Indiana,160,7920,,4536,686,3407,17002,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Kansas,68,3661,,2083,283,1649,7876,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Kentucky,72,5058,,2876,388,2209,10753,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Louisiana,59,2857,,1859,316,1435,6670,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Massachusetts,148,6406,,3787,641,3465,14711,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Maryland,98,5267,,3006,525,2806,11881,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Maine,37,2086,,1370,205,1166,4960,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Michigan,170,10742,,5867,941,4956,23015,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Minnesota,101,5725,,3225,580,2671,12481,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Missouri,91,8238,,4246,610,3329,16783,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Northern Mariana Islands,,136,,37,,120,311,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Mississippi,20,2315,,1445,220,1345,5470,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Montana,28,2467,,1297,171,900,4923,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,North Carolina,143,11925,,6701,977,5675,25756,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,North Dakota,10,788,,439,62,327,1673,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Nebraska,25,1909,,1125,219,806,4160,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,New Hampshire,50,2694,,1673,255,1585,6362,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,New Jersey,187,6618,,3408,690,3244,14411,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,New Mexico,24,3477,,1613,263,1396,6893,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Nevada,38,4849,,2010,312,1691,9011,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,New York,381,13295,,7322,1306,6333,29110,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Ohio,305,13292,,8002,1236,6568,29900,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Oklahoma,43,5459,,2799,370,2126,10945,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Oregon,96,12108,,5323,676,3867,22397,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Pennsylvania,266,11667,,6792,1275,6003,26433,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Puerto Rico,102,3267,,1296,169,802,5772,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Rhode Island,20,919,,521,90,489,2104,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,South Carolina,53,5351,,3034,465,2632,11695,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,South Dakota,16,1025,,638,116,541,2369,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Tennessee,109,10469,,5801,803,4782,22232,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Texas,280,29487,,14673,2197,12165,59505,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Utah,33,13783,,3629,302,2339,20198,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Virginia,169,10301,,5793,892,5172,22618,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Virgin Islands,,136,,70,10,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Vermont,13,1033,,566,100,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Washington,187,20246,,8716,1092,6053,36789,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Wisconsin,90,5330,,3449,557,2765,12404,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,West Virginia,40,3305,,1575,197,1359,6549,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,Wyoming,9,1147,,745,106,530,2572,,,,,,,,fccULSloader,w1cdn.net +2026-04-17,TOTAL,5721,411440,,203072,31678,166639,830660,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Alaska,18,1684,,954,137,710,3570,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Alabama,67,6070,,3522,510,3106,13521,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Arkansas,38,4539,,2172,301,1745,8933,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Arizona,111,11981,,5487,976,4922,23726,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,California,632,61808,,20350,3253,16350,103823,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Colorado,90,11550,,4870,687,4022,21433,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Connecticut,117,3353,,2009,370,1787,7803,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,District of Columbia,4,306,,137,19,131,609,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Delaware,20,877,,564,87,474,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Florida,414,20317,,12980,2459,10685,47441,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Georgia,103,9901,,5431,802,4490,21107,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Hawaii,26,2132,,808,139,703,3940,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Iowa,52,3245,,1817,379,1580,7190,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Idaho,28,7154,,2864,250,1800,12186,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Illinois,253,9412,,5630,968,4642,21246,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Indiana,159,7913,,4537,684,3407,16993,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Kansas,68,3666,,2081,283,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Kentucky,72,5057,,2877,388,2208,10751,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Louisiana,59,2852,,1860,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Massachusetts,148,6401,,3786,640,3466,14705,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Maryland,98,5258,,3003,524,2809,11871,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Maine,37,2083,,1368,205,1167,4956,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Michigan,168,10735,,5867,939,4956,23004,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Minnesota,101,5734,,3220,579,2669,12482,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Missouri,91,8241,,4247,609,3328,16785,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Northern Mariana Islands,,134,,36,,120,308,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Mississippi,19,2305,,1446,219,1345,5459,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Montana,28,2470,,1295,171,900,4924,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,North Carolina,143,11915,,6697,973,5678,25741,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Nebraska,24,1916,,1124,219,805,4164,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,New Hampshire,49,2686,,1671,255,1587,6353,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,New Jersey,187,6593,,3405,690,3244,14382,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,New Mexico,24,3469,,1612,263,1400,6888,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Nevada,38,4847,,2008,311,1690,9005,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,New York,380,13298,,7316,1303,6331,29101,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Ohio,305,13268,,7998,1233,6571,29872,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Oklahoma,43,5457,,2804,368,2124,10944,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Oregon,96,12097,,5316,676,3865,22376,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Pennsylvania,265,11648,,6783,1270,6001,26396,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Puerto Rico,102,3273,,1295,169,805,5780,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Rhode Island,20,915,,522,89,489,2099,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,South Carolina,53,5356,,3029,466,2634,11698,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,South Dakota,16,1024,,635,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Tennessee,109,10459,,5791,803,4786,22216,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Texas,277,29454,,14675,2194,12167,59470,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Utah,33,13794,,3632,302,2338,20211,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Virginia,168,10305,,5788,889,5176,22617,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Virgin Islands,,137,,70,9,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Vermont,13,1033,,566,99,531,2297,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Washington,187,20261,,8704,1090,6057,36794,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Wisconsin,90,5319,,3446,556,2763,12387,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,West Virginia,40,3304,,1573,196,1359,6545,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,Wyoming,9,1146,,744,106,531,2571,,,,,,,,fccULSloader,w1cdn.net +2026-04-20,TOTAL,5704,411208,,202965,31613,166641,830231,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Alaska,18,1684,,954,137,710,3570,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Alabama,67,6070,,3522,510,3106,13521,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Arkansas,38,4539,,2172,301,1745,8933,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Arizona,111,11981,,5487,976,4922,23726,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,California,632,61808,,20350,3253,16350,103823,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Colorado,90,11550,,4870,687,4022,21433,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Connecticut,117,3353,,2009,370,1787,7803,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,District of Columbia,4,306,,137,19,131,609,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Delaware,20,877,,564,87,474,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Florida,414,20317,,12980,2459,10685,47441,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Georgia,103,9901,,5431,802,4490,21107,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Hawaii,26,2132,,808,139,703,3940,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Iowa,52,3245,,1817,379,1580,7190,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Idaho,28,7154,,2864,250,1800,12186,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Illinois,253,9412,,5630,968,4642,21246,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Indiana,159,7913,,4537,684,3407,16993,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Kansas,68,3666,,2081,283,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Kentucky,72,5057,,2877,388,2208,10751,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Louisiana,59,2852,,1860,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Massachusetts,148,6401,,3786,640,3466,14705,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Maryland,98,5258,,3003,524,2809,11871,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Maine,37,2083,,1368,205,1167,4956,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Michigan,168,10735,,5867,939,4956,23004,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Minnesota,101,5734,,3220,579,2669,12482,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Missouri,91,8241,,4247,609,3328,16785,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Northern Mariana Islands,,134,,36,,120,308,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Mississippi,19,2305,,1446,219,1345,5459,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Montana,28,2470,,1295,171,900,4924,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,North Carolina,143,11915,,6697,973,5678,25741,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Nebraska,24,1916,,1124,219,805,4164,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,New Hampshire,49,2686,,1671,255,1587,6353,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,New Jersey,187,6593,,3405,690,3244,14382,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,New Mexico,24,3469,,1612,263,1400,6888,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Nevada,38,4847,,2008,311,1690,9005,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,New York,380,13298,,7316,1303,6331,29101,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Ohio,305,13268,,7998,1233,6571,29872,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Oklahoma,43,5457,,2804,368,2124,10944,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Oregon,96,12097,,5316,676,3865,22376,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Pennsylvania,265,11648,,6783,1270,6001,26396,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Puerto Rico,102,3273,,1295,169,805,5780,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Rhode Island,20,915,,522,89,489,2099,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,South Carolina,53,5356,,3029,466,2634,11698,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,South Dakota,16,1024,,635,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Tennessee,109,10459,,5791,803,4786,22216,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Texas,277,29454,,14675,2194,12167,59470,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Utah,33,13794,,3632,302,2338,20211,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Virginia,168,10305,,5788,889,5176,22617,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Virgin Islands,,137,,70,9,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Vermont,13,1033,,566,99,531,2297,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Washington,187,20261,,8704,1090,6057,36794,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Wisconsin,90,5319,,3446,556,2763,12387,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,West Virginia,40,3304,,1573,196,1359,6545,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,Wyoming,9,1146,,744,106,531,2571,,,,,,,,fccULSloader,w1cdn.net +2026-04-21,TOTAL,5704,411208,,202965,31613,166641,830231,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Alaska,18,1684,,954,137,710,3570,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Alabama,67,6070,,3522,510,3106,13521,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Arkansas,38,4539,,2172,301,1745,8933,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Arizona,111,11981,,5487,976,4922,23726,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,California,632,61808,,20350,3253,16350,103823,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Colorado,90,11550,,4870,687,4022,21433,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Connecticut,117,3353,,2009,370,1787,7803,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,District of Columbia,4,306,,137,19,131,609,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Delaware,20,877,,564,87,474,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Florida,414,20317,,12980,2459,10685,47441,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Georgia,103,9901,,5431,802,4490,21107,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Hawaii,26,2132,,808,139,703,3940,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Iowa,52,3245,,1817,379,1580,7190,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Idaho,28,7154,,2864,250,1800,12186,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Illinois,253,9412,,5630,968,4642,21246,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Indiana,159,7913,,4537,684,3407,16993,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Kansas,68,3666,,2081,283,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Kentucky,72,5057,,2877,388,2208,10751,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Louisiana,59,2852,,1860,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Massachusetts,148,6401,,3786,640,3466,14705,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Maryland,98,5258,,3003,524,2809,11871,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Maine,37,2083,,1368,205,1167,4956,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Michigan,168,10735,,5867,939,4956,23004,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Minnesota,101,5734,,3220,579,2669,12482,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Missouri,91,8241,,4247,609,3328,16785,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Northern Mariana Islands,,134,,36,,120,308,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Mississippi,19,2305,,1446,219,1345,5459,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Montana,28,2470,,1295,171,900,4924,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,North Carolina,143,11915,,6697,973,5678,25741,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Nebraska,24,1916,,1124,219,805,4164,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,New Hampshire,49,2686,,1671,255,1587,6353,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,New Jersey,187,6593,,3405,690,3244,14382,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,New Mexico,24,3469,,1612,263,1400,6888,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Nevada,38,4847,,2008,311,1690,9005,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,New York,380,13298,,7316,1303,6331,29101,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Ohio,305,13268,,7998,1233,6571,29872,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Oklahoma,43,5457,,2804,368,2124,10944,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Oregon,96,12097,,5316,676,3865,22376,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Pennsylvania,265,11648,,6783,1270,6001,26396,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Puerto Rico,102,3273,,1295,169,805,5780,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Rhode Island,20,915,,522,89,489,2099,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,South Carolina,53,5356,,3029,466,2634,11698,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,South Dakota,16,1024,,635,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Tennessee,109,10459,,5791,803,4786,22216,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Texas,277,29454,,14675,2194,12167,59470,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Utah,33,13794,,3632,302,2338,20211,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Virginia,168,10305,,5788,889,5176,22617,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Virgin Islands,,137,,70,9,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Vermont,13,1033,,566,99,531,2297,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Washington,187,20261,,8704,1090,6057,36794,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Wisconsin,90,5319,,3446,556,2763,12387,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,West Virginia,40,3304,,1573,196,1359,6545,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,Wyoming,9,1146,,744,106,531,2571,,,,,,,,fccULSloader,w1cdn.net +2026-04-22,TOTAL,5704,411208,,202965,31613,166641,830231,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Alaska,18,1684,,954,137,710,3570,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Alabama,67,6070,,3522,510,3106,13521,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Arkansas,38,4539,,2172,301,1745,8933,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Arizona,111,11981,,5487,976,4922,23726,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,California,632,61808,,20350,3253,16350,103823,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Colorado,90,11550,,4870,687,4022,21433,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Connecticut,117,3353,,2009,370,1787,7803,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,District of Columbia,4,306,,137,19,131,609,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Delaware,20,877,,564,87,474,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Florida,414,20317,,12980,2459,10685,47441,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Georgia,103,9901,,5431,802,4490,21107,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Hawaii,26,2132,,808,139,703,3940,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Iowa,52,3245,,1817,379,1580,7190,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Idaho,28,7154,,2864,250,1800,12186,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Illinois,253,9412,,5630,968,4642,21246,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Indiana,159,7913,,4537,684,3407,16993,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Kansas,68,3666,,2081,283,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Kentucky,72,5057,,2877,388,2208,10751,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Louisiana,59,2852,,1860,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Massachusetts,148,6401,,3786,640,3466,14705,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Maryland,98,5258,,3003,524,2809,11871,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Maine,37,2083,,1368,205,1167,4956,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Michigan,168,10735,,5867,939,4956,23004,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Minnesota,101,5734,,3220,579,2669,12482,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Missouri,91,8241,,4247,609,3328,16785,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Northern Mariana Islands,,134,,36,,120,308,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Mississippi,19,2305,,1446,219,1345,5459,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Montana,28,2470,,1295,171,900,4924,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,North Carolina,143,11915,,6697,973,5678,25741,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Nebraska,24,1916,,1124,219,805,4164,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,New Hampshire,49,2686,,1671,255,1587,6353,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,New Jersey,187,6593,,3405,690,3244,14382,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,New Mexico,24,3469,,1612,263,1400,6888,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Nevada,38,4847,,2008,311,1690,9005,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,New York,380,13298,,7316,1303,6331,29101,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Ohio,305,13268,,7998,1233,6571,29872,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Oklahoma,43,5457,,2804,368,2124,10944,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Oregon,96,12097,,5316,676,3865,22376,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Pennsylvania,265,11648,,6783,1270,6001,26396,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Puerto Rico,102,3273,,1295,169,805,5780,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Rhode Island,20,915,,522,89,489,2099,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,South Carolina,53,5356,,3029,466,2634,11698,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,South Dakota,16,1024,,635,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Tennessee,109,10459,,5791,803,4786,22216,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Texas,277,29454,,14675,2194,12167,59470,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Utah,33,13794,,3632,302,2338,20211,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Virginia,168,10305,,5788,889,5176,22617,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Virgin Islands,,137,,70,9,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Vermont,13,1033,,566,99,531,2297,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Washington,187,20261,,8704,1090,6057,36794,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Wisconsin,90,5319,,3446,556,2763,12387,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,West Virginia,40,3304,,1573,196,1359,6545,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,Wyoming,9,1146,,744,106,531,2571,,,,,,,,fccULSloader,w1cdn.net +2026-04-23,TOTAL,5704,411208,,202965,31613,166641,830231,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Alaska,18,1684,,954,137,710,3570,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Alabama,67,6070,,3522,510,3106,13521,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Arkansas,38,4539,,2172,301,1745,8933,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Arizona,111,11981,,5487,976,4922,23726,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,California,632,61808,,20350,3253,16350,103823,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Colorado,90,11550,,4870,687,4022,21433,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Connecticut,117,3353,,2009,370,1787,7803,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,District of Columbia,4,306,,137,19,131,609,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Delaware,20,877,,564,87,474,2061,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Florida,414,20317,,12980,2459,10685,47441,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Georgia,103,9901,,5431,802,4490,21107,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Hawaii,26,2132,,808,139,703,3940,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Iowa,52,3245,,1817,379,1580,7190,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Idaho,28,7154,,2864,250,1800,12186,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Illinois,253,9412,,5630,968,4642,21246,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Indiana,159,7913,,4537,684,3407,16993,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Kansas,68,3666,,2081,283,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Kentucky,72,5057,,2877,388,2208,10751,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Louisiana,59,2852,,1860,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Massachusetts,148,6401,,3786,640,3466,14705,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Maryland,98,5258,,3003,524,2809,11871,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Maine,37,2083,,1368,205,1167,4956,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Michigan,168,10735,,5867,939,4956,23004,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Minnesota,101,5734,,3220,579,2669,12482,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Missouri,91,8241,,4247,609,3328,16785,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Northern Mariana Islands,,134,,36,,120,308,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Mississippi,19,2305,,1446,219,1345,5459,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Montana,28,2470,,1295,171,900,4924,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,North Carolina,143,11915,,6697,973,5678,25741,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Nebraska,24,1916,,1124,219,805,4164,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,New Hampshire,49,2686,,1671,255,1587,6353,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,New Jersey,187,6593,,3405,690,3244,14382,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,New Mexico,24,3469,,1612,263,1400,6888,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Nevada,38,4847,,2008,311,1690,9005,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,New York,380,13298,,7316,1303,6331,29101,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Ohio,305,13268,,7998,1233,6571,29872,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Oklahoma,43,5457,,2804,368,2124,10944,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Oregon,96,12097,,5316,676,3865,22376,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Pennsylvania,265,11648,,6783,1270,6001,26396,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Puerto Rico,102,3273,,1295,169,805,5780,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Rhode Island,20,915,,522,89,489,2099,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,South Carolina,53,5356,,3029,466,2634,11698,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,South Dakota,16,1024,,635,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Tennessee,109,10459,,5791,803,4786,22216,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Texas,277,29454,,14675,2194,12167,59470,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Utah,33,13794,,3632,302,2338,20211,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Virginia,168,10305,,5788,889,5176,22617,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Virgin Islands,,137,,70,9,51,289,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Vermont,13,1033,,566,99,531,2297,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Washington,187,20261,,8704,1090,6057,36794,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Wisconsin,90,5319,,3446,556,2763,12387,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,West Virginia,40,3304,,1573,196,1359,6545,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,Wyoming,9,1146,,744,106,531,2571,,,,,,,,fccULSloader,w1cdn.net +2026-04-24,TOTAL,5704,411208,,202965,31613,166641,830231,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Alaska,18,1682,,952,136,709,3564,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Alabama,67,6071,,3527,509,3104,13524,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Arkansas,38,4533,,2170,302,1744,8925,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Arizona,111,11977,,5490,974,4921,23722,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,California,632,61752,,20332,3245,16350,103740,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Colorado,90,11556,,4869,687,4021,21436,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Connecticut,117,3348,,2010,369,1787,7798,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Delaware,20,878,,563,86,474,2060,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Florida,413,20307,,12966,2459,10688,47419,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Georgia,103,9908,,5431,802,4493,21118,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Hawaii,26,2123,,803,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Iowa,52,3242,,1820,379,1582,7193,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Idaho,28,7145,,2862,249,1802,12176,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Illinois,251,9421,,5626,966,4641,21245,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Indiana,158,7905,,4538,681,3410,16987,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Kansas,67,3668,,2083,283,1650,7882,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Kentucky,72,5050,,2876,388,2210,10745,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Louisiana,59,2845,,1864,315,1433,6660,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Massachusetts,147,6402,,3780,640,3466,14699,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Maryland,98,5251,,3005,524,2807,11863,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Maine,37,2082,,1368,205,1166,4954,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Michigan,167,10729,,5860,938,4957,22990,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Minnesota,100,5720,,3217,578,2675,12468,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Missouri,91,8246,,4247,607,3327,16787,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Mississippi,19,2303,,1446,219,1347,5459,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Montana,28,2469,,1294,170,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,North Carolina,143,11920,,6692,972,5684,25746,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Nebraska,24,1920,,1124,218,805,4167,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,New Hampshire,49,2670,,1670,255,1589,6338,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,New Jersey,187,6583,,3402,688,3246,14369,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,New Mexico,24,3465,,1609,263,1404,6885,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Nevada,38,4845,,2014,311,1688,9007,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,New York,380,13290,,7316,1301,6334,29093,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Ohio,305,13276,,7998,1233,6573,29882,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Oklahoma,43,5460,,2801,365,2120,10936,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Oregon,96,12076,,5314,675,3861,22348,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Pennsylvania,263,11646,,6782,1268,6001,26389,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Puerto Rico,102,3277,,1294,169,805,5784,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Rhode Island,20,908,,520,89,488,2089,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,South Carolina,53,5356,,3033,465,2633,11700,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,South Dakota,16,1023,,636,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Tennessee,109,10462,,5797,803,4784,22223,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Texas,276,29458,,14681,2191,12169,59478,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Utah,33,13796,,3632,302,2340,20215,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Virginia,168,10293,,5789,885,5175,22601,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Vermont,13,1034,,566,99,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Washington,186,20221,,8703,1089,6062,36756,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Wisconsin,90,5316,,3444,557,2766,12387,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,West Virginia,40,3299,,1574,196,1358,6540,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,Wyoming,9,1145,,744,106,531,2570,,,,,,,,fccULSloader,w1cdn.net +2026-04-27,TOTAL,5692,410984,,202920,31569,166667,829932,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Alaska,18,1682,,952,136,709,3564,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Alabama,67,6071,,3527,509,3104,13524,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Arkansas,38,4533,,2170,302,1744,8925,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Arizona,111,11977,,5490,974,4921,23722,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,California,632,61752,,20332,3245,16350,103740,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Colorado,90,11556,,4869,687,4021,21436,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Connecticut,117,3348,,2010,369,1787,7798,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Delaware,20,878,,563,86,474,2060,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Florida,413,20307,,12966,2459,10688,47419,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Georgia,103,9908,,5431,802,4493,21118,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Hawaii,26,2123,,803,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Iowa,52,3242,,1820,379,1582,7193,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Idaho,28,7145,,2862,249,1802,12176,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Illinois,251,9421,,5626,966,4641,21245,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Indiana,158,7905,,4538,681,3410,16987,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Kansas,67,3668,,2083,283,1650,7882,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Kentucky,72,5050,,2876,388,2210,10745,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Louisiana,59,2845,,1864,315,1433,6660,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Massachusetts,147,6402,,3780,640,3466,14699,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Maryland,98,5251,,3005,524,2807,11863,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Maine,37,2082,,1368,205,1166,4954,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Michigan,167,10729,,5860,938,4957,22990,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Minnesota,100,5720,,3217,578,2675,12468,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Missouri,91,8246,,4247,607,3327,16787,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Mississippi,19,2303,,1446,219,1347,5459,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Montana,28,2469,,1294,170,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,North Carolina,143,11920,,6692,972,5684,25746,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Nebraska,24,1920,,1124,218,805,4167,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,New Hampshire,49,2670,,1670,255,1589,6338,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,New Jersey,187,6583,,3402,688,3246,14369,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,New Mexico,24,3465,,1609,263,1404,6885,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Nevada,38,4845,,2014,311,1688,9007,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,New York,380,13290,,7316,1301,6334,29093,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Ohio,305,13276,,7998,1233,6573,29882,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Oklahoma,43,5460,,2801,365,2120,10936,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Oregon,96,12076,,5314,675,3861,22348,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Pennsylvania,263,11646,,6782,1268,6001,26389,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Puerto Rico,102,3277,,1294,169,805,5784,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Rhode Island,20,908,,520,89,488,2089,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,South Carolina,53,5356,,3033,465,2633,11700,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,South Dakota,16,1023,,636,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Tennessee,109,10462,,5797,803,4784,22223,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Texas,276,29458,,14681,2191,12169,59478,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Utah,33,13796,,3632,302,2340,20215,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Virginia,168,10293,,5789,885,5175,22601,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Vermont,13,1034,,566,99,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Washington,186,20221,,8703,1089,6062,36756,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Wisconsin,90,5316,,3444,557,2766,12387,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,West Virginia,40,3299,,1574,196,1358,6540,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,Wyoming,9,1145,,744,106,531,2570,,,,,,,,fccULSloader,w1cdn.net +2026-04-28,TOTAL,5692,410984,,202920,31569,166667,829932,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Alaska,18,1682,,952,136,709,3564,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Alabama,67,6071,,3527,509,3104,13524,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Arkansas,38,4533,,2170,302,1744,8925,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Arizona,111,11977,,5490,974,4921,23722,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,California,632,61752,,20332,3245,16350,103740,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Colorado,90,11556,,4869,687,4021,21436,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Connecticut,117,3348,,2010,369,1787,7798,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Delaware,20,878,,563,86,474,2060,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Florida,413,20307,,12966,2459,10688,47419,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Georgia,103,9908,,5431,802,4493,21118,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Hawaii,26,2123,,803,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Iowa,52,3242,,1820,379,1582,7193,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Idaho,28,7145,,2862,249,1802,12176,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Illinois,251,9421,,5626,966,4641,21245,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Indiana,158,7905,,4538,681,3410,16987,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Kansas,67,3668,,2083,283,1650,7882,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Kentucky,72,5050,,2876,388,2210,10745,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Louisiana,59,2845,,1864,315,1433,6660,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Massachusetts,147,6402,,3780,640,3466,14699,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Maryland,98,5251,,3005,524,2807,11863,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Maine,37,2082,,1368,205,1166,4954,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Michigan,167,10729,,5860,938,4957,22990,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Minnesota,100,5720,,3217,578,2675,12468,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Missouri,91,8246,,4247,607,3327,16787,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Mississippi,19,2303,,1446,219,1347,5459,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Montana,28,2469,,1294,170,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,North Carolina,143,11920,,6692,972,5684,25746,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Nebraska,24,1920,,1124,218,805,4167,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,New Hampshire,49,2670,,1670,255,1589,6338,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,New Jersey,187,6583,,3402,688,3246,14369,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,New Mexico,24,3465,,1609,263,1404,6885,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Nevada,38,4845,,2014,311,1688,9007,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,New York,380,13290,,7316,1301,6334,29093,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Ohio,305,13276,,7998,1233,6573,29882,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Oklahoma,43,5460,,2801,365,2120,10936,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Oregon,96,12076,,5314,675,3861,22348,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Pennsylvania,263,11646,,6782,1268,6001,26389,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Puerto Rico,102,3277,,1294,169,805,5784,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Rhode Island,20,908,,520,89,488,2089,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,South Carolina,53,5356,,3033,465,2633,11700,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,South Dakota,16,1023,,636,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Tennessee,109,10462,,5797,803,4784,22223,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Texas,276,29458,,14681,2191,12169,59478,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Utah,33,13796,,3632,302,2340,20215,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Virginia,168,10293,,5789,885,5175,22601,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Vermont,13,1034,,566,99,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Washington,186,20221,,8703,1089,6062,36756,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Wisconsin,90,5316,,3444,557,2766,12387,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,West Virginia,40,3299,,1574,196,1358,6540,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,Wyoming,9,1145,,744,106,531,2570,,,,,,,,fccULSloader,w1cdn.net +2026-04-29,TOTAL,5692,410984,,202920,31569,166667,829932,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Alaska,18,1682,,952,136,709,3564,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Alabama,67,6071,,3527,509,3104,13524,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Arkansas,38,4533,,2170,302,1744,8925,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Arizona,111,11977,,5490,974,4921,23722,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,California,632,61752,,20332,3245,16350,103740,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Colorado,90,11556,,4869,687,4021,21436,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Connecticut,117,3348,,2010,369,1787,7798,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Delaware,20,878,,563,86,474,2060,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Florida,413,20307,,12966,2459,10688,47419,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Georgia,103,9908,,5431,802,4493,21118,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Hawaii,26,2123,,803,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Iowa,52,3242,,1820,379,1582,7193,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Idaho,28,7145,,2862,249,1802,12176,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Illinois,251,9421,,5626,966,4641,21245,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Indiana,158,7905,,4538,681,3410,16987,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Kansas,67,3668,,2083,283,1650,7882,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Kentucky,72,5050,,2876,388,2210,10745,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Louisiana,59,2845,,1864,315,1433,6660,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Massachusetts,147,6402,,3780,640,3466,14699,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Maryland,98,5251,,3005,524,2807,11863,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Maine,37,2082,,1368,205,1166,4954,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Michigan,167,10729,,5860,938,4957,22990,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Minnesota,100,5720,,3217,578,2675,12468,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Missouri,91,8246,,4247,607,3327,16787,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Mississippi,19,2303,,1446,219,1347,5459,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Montana,28,2469,,1294,170,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,North Carolina,143,11920,,6692,972,5684,25746,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Nebraska,24,1920,,1124,218,805,4167,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,New Hampshire,49,2670,,1670,255,1589,6338,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,New Jersey,187,6583,,3402,688,3246,14369,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,New Mexico,24,3465,,1609,263,1404,6885,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Nevada,38,4845,,2014,311,1688,9007,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,New York,380,13290,,7316,1301,6334,29093,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Ohio,305,13276,,7998,1233,6573,29882,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Oklahoma,43,5460,,2801,365,2120,10936,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Oregon,96,12076,,5314,675,3861,22348,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Pennsylvania,263,11646,,6782,1268,6001,26389,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Puerto Rico,102,3277,,1294,169,805,5784,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Rhode Island,20,908,,520,89,488,2089,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,South Carolina,53,5356,,3033,465,2633,11700,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,South Dakota,16,1023,,636,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Tennessee,109,10462,,5797,803,4784,22223,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Texas,276,29458,,14681,2191,12169,59478,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Utah,33,13796,,3632,302,2340,20215,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Virginia,168,10293,,5789,885,5175,22601,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Vermont,13,1034,,566,99,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Washington,186,20221,,8703,1089,6062,36756,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Wisconsin,90,5316,,3444,557,2766,12387,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,West Virginia,40,3299,,1574,196,1358,6540,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,Wyoming,9,1145,,744,106,531,2570,,,,,,,,fccULSloader,w1cdn.net +2026-04-30,TOTAL,5692,410984,,202920,31569,166667,829932,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Armed Forces Europe,1,83,,31,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Alaska,18,1682,,952,136,709,3564,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Alabama,67,6071,,3527,509,3104,13524,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Armed Forces Pacific,,77,,20,2,26,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Arkansas,38,4533,,2170,302,1744,8925,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Arizona,111,11977,,5490,974,4921,23722,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,California,632,61752,,20332,3245,16350,103740,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Colorado,90,11556,,4869,687,4021,21436,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Connecticut,117,3348,,2010,369,1787,7798,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,District of Columbia,4,309,,137,19,131,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Delaware,20,878,,563,86,474,2060,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Florida,413,20307,,12966,2459,10688,47419,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Georgia,103,9908,,5431,802,4493,21118,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Guam,1,105,,47,8,100,273,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Hawaii,26,2123,,803,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Iowa,52,3242,,1820,379,1582,7193,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Idaho,28,7145,,2862,249,1802,12176,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Illinois,251,9421,,5626,966,4641,21245,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Indiana,158,7905,,4538,681,3410,16987,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Kansas,67,3668,,2083,283,1650,7882,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Kentucky,72,5050,,2876,388,2210,10745,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Louisiana,59,2845,,1864,315,1433,6660,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Massachusetts,147,6402,,3780,640,3466,14699,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Maryland,98,5251,,3005,524,2807,11863,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Maine,37,2082,,1368,205,1166,4954,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Michigan,167,10729,,5860,938,4957,22990,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Minnesota,100,5720,,3217,578,2675,12468,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Missouri,91,8246,,4247,607,3327,16787,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Mississippi,19,2303,,1446,219,1347,5459,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Montana,28,2469,,1294,170,900,4921,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,North Carolina,143,11920,,6692,972,5684,25746,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,North Dakota,10,786,,441,62,328,1674,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Nebraska,24,1920,,1124,218,805,4167,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,New Hampshire,49,2670,,1670,255,1589,6338,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,New Jersey,187,6583,,3402,688,3246,14369,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,New Mexico,24,3465,,1609,263,1404,6885,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Nevada,38,4845,,2014,311,1688,9007,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,New York,380,13290,,7316,1301,6334,29093,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Ohio,305,13276,,7998,1233,6573,29882,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Oklahoma,43,5460,,2801,365,2120,10936,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Oregon,96,12076,,5314,675,3861,22348,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Pennsylvania,263,11646,,6782,1268,6001,26389,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Puerto Rico,102,3277,,1294,169,805,5784,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Rhode Island,20,908,,520,89,488,2089,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,South Carolina,53,5356,,3033,465,2633,11700,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,South Dakota,16,1023,,636,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Tennessee,109,10462,,5797,803,4784,22223,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Texas,276,29458,,14681,2191,12169,59478,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Utah,33,13796,,3632,302,2340,20215,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Virginia,168,10293,,5789,885,5175,22601,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Vermont,13,1034,,566,99,531,2298,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Washington,186,20221,,8703,1089,6062,36756,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Wisconsin,90,5316,,3444,557,2766,12387,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,West Virginia,40,3299,,1574,196,1358,6540,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,Wyoming,9,1145,,744,106,531,2570,,,,,,,,fccULSloader,w1cdn.net +2026-05-01,TOTAL,5692,410984,,202920,31569,166667,829932,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Armed Forces Europe,1,82,,32,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Alaska,18,1681,,952,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Alabama,67,6066,,3527,508,3101,13514,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Arkansas,38,4528,,2170,301,1742,8917,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Arizona,111,11964,,5491,973,4917,23705,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,California,632,61651,,20324,3243,16340,103618,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Colorado,90,11536,,4872,687,4018,21415,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Connecticut,117,3350,,2007,368,1786,7795,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,District of Columbia,4,309,,136,19,132,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Delaware,20,876,,570,86,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Florida,413,20309,,12974,2450,10692,47424,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Georgia,103,9878,,5427,800,4494,21084,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Hawaii,26,2122,,804,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Iowa,52,3239,,1821,379,1583,7191,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Idaho,28,7140,,2863,249,1806,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Illinois,251,9406,,5626,966,4644,21233,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Indiana,157,7899,,4542,681,3411,16985,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Kansas,66,3672,,2082,282,1649,7882,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Kentucky,72,5052,,2877,387,2211,10748,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Louisiana,58,2845,,1862,315,1434,6658,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Massachusetts,147,6407,,3777,640,3465,14699,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Maryland,98,5253,,3004,524,2804,11860,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Maine,37,2083,,1371,205,1169,4961,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Michigan,167,10716,,5857,938,4959,22977,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Minnesota,97,5715,,3217,578,2678,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Missouri,91,8260,,4251,605,3327,16803,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Mississippi,19,2301,,1446,219,1348,5458,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Montana,28,2478,,1294,170,898,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,North Carolina,143,11913,,6690,970,5690,25741,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,North Dakota,10,786,,440,62,329,1674,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Nebraska,24,1925,,1125,218,805,4173,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,New Hampshire,49,2666,,1669,255,1589,6333,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,New Jersey,187,6577,,3400,688,3247,14362,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,New Mexico,24,3456,,1608,263,1406,6877,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Nevada,38,4846,,2017,311,1687,9010,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,New York,378,13290,,7305,1299,6339,29084,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Ohio,305,13268,,7995,1232,6577,29874,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Oklahoma,43,5459,,2802,365,2117,10933,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Oregon,96,12072,,5310,674,3860,22338,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Pennsylvania,263,11641,,6786,1268,6005,26391,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Puerto Rico,102,3272,,1298,169,810,5788,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Rhode Island,20,908,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,South Carolina,53,5357,,3030,464,2633,11697,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,South Dakota,16,1022,,634,115,542,2362,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Tennessee,109,10463,,5800,803,4783,22227,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Texas,277,29446,,14676,2186,12168,59455,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Utah,33,13780,,3639,302,2342,20208,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Virginia,167,10270,,5793,883,5176,22580,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Vermont,13,1033,,566,99,532,2298,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Washington,186,20198,,8709,1088,6061,36736,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Wisconsin,90,5314,,3449,555,2770,12392,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,West Virginia,40,3286,,1573,196,1358,6526,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,Wyoming,9,1144,,744,106,531,2569,,,,,,,,fccULSloader,w1cdn.net +2026-05-04,TOTAL,5684,410663,,202931,31531,166691,829596,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Armed Forces Europe,1,82,,32,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Alaska,18,1681,,952,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Alabama,67,6066,,3527,508,3101,13514,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Arkansas,38,4528,,2170,301,1742,8917,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Arizona,111,11964,,5491,973,4917,23705,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,California,632,61651,,20324,3243,16340,103618,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Colorado,90,11536,,4872,687,4018,21415,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Connecticut,117,3350,,2007,368,1786,7795,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,District of Columbia,4,309,,136,19,132,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Delaware,20,876,,570,86,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Florida,413,20309,,12974,2450,10692,47424,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Georgia,103,9878,,5427,800,4494,21084,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Hawaii,26,2122,,804,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Iowa,52,3239,,1821,379,1583,7191,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Idaho,28,7140,,2863,249,1806,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Illinois,251,9406,,5626,966,4644,21233,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Indiana,157,7899,,4542,681,3411,16985,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Kansas,66,3672,,2082,282,1649,7882,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Kentucky,72,5052,,2877,387,2211,10748,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Louisiana,58,2845,,1862,315,1434,6658,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Massachusetts,147,6407,,3777,640,3465,14699,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Maryland,98,5253,,3004,524,2804,11860,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Maine,37,2083,,1371,205,1169,4961,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Michigan,167,10716,,5857,938,4959,22977,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Minnesota,97,5715,,3217,578,2678,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Missouri,91,8260,,4251,605,3327,16803,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Mississippi,19,2301,,1446,219,1348,5458,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Montana,28,2478,,1294,170,898,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,North Carolina,143,11913,,6690,970,5690,25741,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,North Dakota,10,786,,440,62,329,1674,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Nebraska,24,1925,,1125,218,805,4173,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,New Hampshire,49,2666,,1669,255,1589,6333,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,New Jersey,187,6577,,3400,688,3247,14362,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,New Mexico,24,3456,,1608,263,1406,6877,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Nevada,38,4846,,2017,311,1687,9010,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,New York,378,13290,,7305,1299,6339,29084,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Ohio,305,13268,,7995,1232,6577,29874,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Oklahoma,43,5459,,2802,365,2117,10933,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Oregon,96,12072,,5310,674,3860,22338,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Pennsylvania,263,11641,,6786,1268,6005,26391,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Puerto Rico,102,3272,,1298,169,810,5788,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Rhode Island,20,908,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,South Carolina,53,5357,,3030,464,2633,11697,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,South Dakota,16,1022,,634,115,542,2362,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Tennessee,109,10463,,5800,803,4783,22227,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Texas,277,29446,,14676,2186,12168,59455,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Utah,33,13780,,3639,302,2342,20208,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Virginia,167,10270,,5793,883,5176,22580,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Vermont,13,1033,,566,99,532,2298,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Washington,186,20198,,8709,1088,6061,36736,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Wisconsin,90,5314,,3449,555,2770,12392,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,West Virginia,40,3286,,1573,196,1358,6526,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,Wyoming,9,1144,,744,106,531,2569,,,,,,,,fccULSloader,w1cdn.net +2026-05-05,TOTAL,5684,410663,,202931,31531,166691,829596,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Armed Forces Europe,1,82,,32,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Alaska,18,1681,,952,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Alabama,67,6066,,3527,508,3101,13514,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Arkansas,38,4528,,2170,301,1742,8917,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Arizona,111,11964,,5491,973,4917,23705,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,California,632,61651,,20324,3243,16340,103618,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Colorado,90,11536,,4872,687,4018,21415,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Connecticut,117,3350,,2007,368,1786,7795,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,District of Columbia,4,309,,136,19,132,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Delaware,20,876,,570,86,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Florida,413,20309,,12974,2450,10692,47424,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Georgia,103,9878,,5427,800,4494,21084,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Hawaii,26,2122,,804,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Iowa,52,3239,,1821,379,1583,7191,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Idaho,28,7140,,2863,249,1806,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Illinois,251,9406,,5626,966,4644,21233,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Indiana,157,7899,,4542,681,3411,16985,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Kansas,66,3672,,2082,282,1649,7882,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Kentucky,72,5052,,2877,387,2211,10748,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Louisiana,58,2845,,1862,315,1434,6658,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Massachusetts,147,6407,,3777,640,3465,14699,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Maryland,98,5253,,3004,524,2804,11860,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Maine,37,2083,,1371,205,1169,4961,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Michigan,167,10716,,5857,938,4959,22977,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Minnesota,97,5715,,3217,578,2678,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Missouri,91,8260,,4251,605,3327,16803,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Mississippi,19,2301,,1446,219,1348,5458,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Montana,28,2478,,1294,170,898,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,North Carolina,143,11913,,6690,970,5690,25741,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,North Dakota,10,786,,440,62,329,1674,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Nebraska,24,1925,,1125,218,805,4173,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,New Hampshire,49,2666,,1669,255,1589,6333,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,New Jersey,187,6577,,3400,688,3247,14362,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,New Mexico,24,3456,,1608,263,1406,6877,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Nevada,38,4846,,2017,311,1687,9010,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,New York,378,13290,,7305,1299,6339,29084,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Ohio,305,13268,,7995,1232,6577,29874,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Oklahoma,43,5459,,2802,365,2117,10933,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Oregon,96,12072,,5310,674,3860,22338,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Pennsylvania,263,11641,,6786,1268,6005,26391,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Puerto Rico,102,3272,,1298,169,810,5788,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Rhode Island,20,908,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,South Carolina,53,5357,,3030,464,2633,11697,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,South Dakota,16,1022,,634,115,542,2362,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Tennessee,109,10463,,5800,803,4783,22227,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Texas,277,29446,,14676,2186,12168,59455,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Utah,33,13780,,3639,302,2342,20208,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Virginia,167,10270,,5793,883,5176,22580,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Vermont,13,1033,,566,99,532,2298,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Washington,186,20198,,8709,1088,6061,36736,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Wisconsin,90,5314,,3449,555,2770,12392,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,West Virginia,40,3286,,1573,196,1358,6526,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,Wyoming,9,1144,,744,106,531,2569,,,,,,,,fccULSloader,w1cdn.net +2026-05-06,TOTAL,5684,410663,,202931,31531,166691,829596,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Armed Forces Europe,1,82,,32,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Alaska,18,1681,,952,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Alabama,67,6066,,3527,508,3101,13514,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Arkansas,38,4528,,2170,301,1742,8917,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Arizona,111,11964,,5491,973,4917,23705,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,California,632,61651,,20324,3243,16340,103618,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Colorado,90,11536,,4872,687,4018,21415,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Connecticut,117,3350,,2007,368,1786,7795,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,District of Columbia,4,309,,136,19,132,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Delaware,20,876,,570,86,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Florida,413,20309,,12974,2450,10692,47424,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Georgia,103,9878,,5427,800,4494,21084,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Hawaii,26,2122,,804,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Iowa,52,3239,,1821,379,1583,7191,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Idaho,28,7140,,2863,249,1806,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Illinois,251,9406,,5626,966,4644,21233,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Indiana,157,7899,,4542,681,3411,16985,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Kansas,66,3672,,2082,282,1649,7882,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Kentucky,72,5052,,2877,387,2211,10748,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Louisiana,58,2845,,1862,315,1434,6658,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Massachusetts,147,6407,,3777,640,3465,14699,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Maryland,98,5253,,3004,524,2804,11860,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Maine,37,2083,,1371,205,1169,4961,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Michigan,167,10716,,5857,938,4959,22977,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Minnesota,97,5715,,3217,578,2678,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Missouri,91,8260,,4251,605,3327,16803,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Mississippi,19,2301,,1446,219,1348,5458,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Montana,28,2478,,1294,170,898,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,North Carolina,143,11913,,6690,970,5690,25741,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,North Dakota,10,786,,440,62,329,1674,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Nebraska,24,1925,,1125,218,805,4173,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,New Hampshire,49,2666,,1669,255,1589,6333,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,New Jersey,187,6577,,3400,688,3247,14362,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,New Mexico,24,3456,,1608,263,1406,6877,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Nevada,38,4846,,2017,311,1687,9010,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,New York,378,13290,,7305,1299,6339,29084,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Ohio,305,13268,,7995,1232,6577,29874,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Oklahoma,43,5459,,2802,365,2117,10933,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Oregon,96,12072,,5310,674,3860,22338,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Pennsylvania,263,11641,,6786,1268,6005,26391,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Puerto Rico,102,3272,,1298,169,810,5788,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Rhode Island,20,908,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,South Carolina,53,5357,,3030,464,2633,11697,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,South Dakota,16,1022,,634,115,542,2362,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Tennessee,109,10463,,5800,803,4783,22227,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Texas,277,29446,,14676,2186,12168,59455,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Utah,33,13780,,3639,302,2342,20208,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Virginia,167,10270,,5793,883,5176,22580,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Vermont,13,1033,,566,99,532,2298,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Washington,186,20198,,8709,1088,6061,36736,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Wisconsin,90,5314,,3449,555,2770,12392,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,West Virginia,40,3286,,1573,196,1358,6526,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,Wyoming,9,1144,,744,106,531,2569,,,,,,,,fccULSloader,w1cdn.net +2026-05-07,TOTAL,5684,410663,,202931,31531,166691,829596,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Armed Forces Europe,1,82,,32,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Alaska,18,1681,,952,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Alabama,67,6066,,3527,508,3101,13514,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Arkansas,38,4528,,2170,301,1742,8917,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Arizona,111,11964,,5491,973,4917,23705,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,California,632,61651,,20324,3243,16340,103618,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Colorado,90,11536,,4872,687,4018,21415,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Connecticut,117,3350,,2007,368,1786,7795,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,District of Columbia,4,309,,136,19,132,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Delaware,20,876,,570,86,474,2065,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Florida,413,20309,,12974,2450,10692,47424,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Georgia,103,9878,,5427,800,4494,21084,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Hawaii,26,2122,,804,139,702,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Iowa,52,3239,,1821,379,1583,7191,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Idaho,28,7140,,2863,249,1806,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Illinois,251,9406,,5626,966,4644,21233,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Indiana,157,7899,,4542,681,3411,16985,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Kansas,66,3672,,2082,282,1649,7882,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Kentucky,72,5052,,2877,387,2211,10748,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Louisiana,58,2845,,1862,315,1434,6658,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Massachusetts,147,6407,,3777,640,3465,14699,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Maryland,98,5253,,3004,524,2804,11860,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Maine,37,2083,,1371,205,1169,4961,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Michigan,167,10716,,5857,938,4959,22977,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Minnesota,97,5715,,3217,578,2678,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Missouri,91,8260,,4251,605,3327,16803,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Mississippi,19,2301,,1446,219,1348,5458,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Montana,28,2478,,1294,170,898,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,North Carolina,143,11913,,6690,970,5690,25741,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,North Dakota,10,786,,440,62,329,1674,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Nebraska,24,1925,,1125,218,805,4173,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,New Hampshire,49,2666,,1669,255,1589,6333,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,New Jersey,187,6577,,3400,688,3247,14362,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,New Mexico,24,3456,,1608,263,1406,6877,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Nevada,38,4846,,2017,311,1687,9010,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,New York,378,13290,,7305,1299,6339,29084,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Ohio,305,13268,,7995,1232,6577,29874,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Oklahoma,43,5459,,2802,365,2117,10933,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Oregon,96,12072,,5310,674,3860,22338,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Pennsylvania,263,11641,,6786,1268,6005,26391,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Puerto Rico,102,3272,,1298,169,810,5788,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Rhode Island,20,908,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,South Carolina,53,5357,,3030,464,2633,11697,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,South Dakota,16,1022,,634,115,542,2362,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Tennessee,109,10463,,5800,803,4783,22227,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Texas,277,29446,,14676,2186,12168,59455,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Utah,33,13780,,3639,302,2342,20208,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Virginia,167,10270,,5793,883,5176,22580,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Vermont,13,1033,,566,99,532,2298,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Washington,186,20198,,8709,1088,6061,36736,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Wisconsin,90,5314,,3449,555,2770,12392,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,West Virginia,40,3286,,1573,196,1358,6526,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,Wyoming,9,1144,,744,106,531,2569,,,,,,,,fccULSloader,w1cdn.net +2026-05-08,TOTAL,5684,410663,,202931,31531,166691,829596,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Alaska,18,1682,,951,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Alabama,67,6059,,3528,508,3101,13506,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Arkansas,38,4518,,2175,300,1742,8911,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Arizona,111,11978,,5491,972,4916,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,California,632,61596,,20322,3238,16342,103559,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Colorado,90,11527,,4877,686,4019,21411,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Connecticut,117,3350,,2002,368,1788,7792,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,District of Columbia,4,310,,136,19,132,613,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Delaware,20,877,,571,86,475,2068,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Florida,413,20296,,12985,2449,10689,47418,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Georgia,103,9883,,5430,800,4491,21089,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Hawaii,26,2125,,804,139,703,3930,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Iowa,52,3238,,1817,379,1586,7189,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Idaho,28,7140,,2863,248,1807,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Illinois,251,9403,,5626,963,4641,21224,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Indiana,157,7908,,4547,679,3409,16995,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Kansas,66,3672,,2079,282,1651,7881,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Kentucky,72,5051,,2880,387,2212,10751,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Louisiana,58,2846,,1863,315,1433,6659,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Massachusetts,147,6414,,3779,639,3466,14708,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Maryland,98,5251,,3004,524,2803,11857,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Maine,37,2084,,1375,205,1173,4970,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Michigan,167,10707,,5854,938,4961,22967,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Minnesota,97,5708,,3220,578,2682,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Missouri,91,8260,,4251,606,3328,16805,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Mississippi,19,2303,,1446,219,1346,5457,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Montana,28,2476,,1295,170,899,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,North Carolina,143,11917,,6685,968,5688,25736,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,North Dakota,10,783,,440,62,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Nebraska,24,1925,,1127,217,805,4174,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,New Hampshire,49,2665,,1667,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,New Jersey,187,6564,,3400,687,3247,14348,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,New Mexico,24,3450,,1605,263,1410,6872,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Nevada,38,4848,,2013,312,1689,9011,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,New York,377,13283,,7310,1296,6337,29075,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Ohio,305,13262,,7993,1229,6577,29863,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Oklahoma,43,5451,,2802,365,2118,10926,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Oregon,96,12070,,5313,674,3858,22337,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Pennsylvania,262,11615,,6789,1268,6002,26364,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Puerto Rico,102,3276,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Rhode Island,20,909,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,South Carolina,53,5354,,3030,464,2634,11695,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,South Dakota,16,1026,,633,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Tennessee,109,10456,,5803,804,4783,22225,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Texas,277,29446,,14671,2184,12167,59447,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Utah,33,13760,,3638,302,2344,20189,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Virginia,167,10270,,5799,881,5178,22586,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Vermont,13,1036,,566,99,532,2301,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Washington,186,20183,,8710,1087,6059,36719,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Wisconsin,90,5316,,3445,555,2773,12393,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,West Virginia,40,3276,,1571,196,1358,6515,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,Wyoming,9,1146,,745,106,531,2572,,,,,,,,fccULSloader,w1cdn.net +2026-05-11,TOTAL,5682,410483,,202954,31503,166703,829419,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Alaska,18,1682,,951,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Alabama,67,6059,,3528,508,3101,13506,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Arkansas,38,4518,,2175,300,1742,8911,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Arizona,111,11978,,5491,972,4916,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,California,632,61596,,20322,3238,16342,103559,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Colorado,90,11527,,4877,686,4019,21411,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Connecticut,117,3350,,2002,368,1788,7792,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,District of Columbia,4,310,,136,19,132,613,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Delaware,20,877,,571,86,475,2068,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Florida,413,20296,,12985,2449,10689,47418,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Georgia,103,9883,,5430,800,4491,21089,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Hawaii,26,2125,,804,139,703,3930,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Iowa,52,3238,,1817,379,1586,7189,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Idaho,28,7140,,2863,248,1807,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Illinois,251,9403,,5626,963,4641,21224,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Indiana,157,7908,,4547,679,3409,16995,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Kansas,66,3672,,2079,282,1651,7881,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Kentucky,72,5051,,2880,387,2212,10751,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Louisiana,58,2846,,1863,315,1433,6659,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Massachusetts,147,6414,,3779,639,3466,14708,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Maryland,98,5251,,3004,524,2803,11857,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Maine,37,2084,,1375,205,1173,4970,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Michigan,167,10707,,5854,938,4961,22967,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Minnesota,97,5708,,3220,578,2682,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Missouri,91,8260,,4251,606,3328,16805,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Mississippi,19,2303,,1446,219,1346,5457,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Montana,28,2476,,1295,170,899,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,North Carolina,143,11917,,6685,968,5688,25736,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,North Dakota,10,783,,440,62,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Nebraska,24,1925,,1127,217,805,4174,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,New Hampshire,49,2665,,1667,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,New Jersey,187,6564,,3400,687,3247,14348,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,New Mexico,24,3450,,1605,263,1410,6872,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Nevada,38,4848,,2013,312,1689,9011,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,New York,377,13283,,7310,1296,6337,29075,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Ohio,305,13262,,7993,1229,6577,29863,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Oklahoma,43,5451,,2802,365,2118,10926,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Oregon,96,12070,,5313,674,3858,22337,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Pennsylvania,262,11615,,6789,1268,6002,26364,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Puerto Rico,102,3276,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Rhode Island,20,909,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,South Carolina,53,5354,,3030,464,2634,11695,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,South Dakota,16,1026,,633,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Tennessee,109,10456,,5803,804,4783,22225,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Texas,277,29446,,14671,2184,12167,59447,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Utah,33,13760,,3638,302,2344,20189,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Virginia,167,10270,,5799,881,5178,22586,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Vermont,13,1036,,566,99,532,2301,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Washington,186,20183,,8710,1087,6059,36719,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Wisconsin,90,5316,,3445,555,2773,12393,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,West Virginia,40,3276,,1571,196,1358,6515,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,Wyoming,9,1146,,745,106,531,2572,,,,,,,,fccULSloader,w1cdn.net +2026-05-12,TOTAL,5682,410483,,202954,31503,166703,829419,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Alaska,18,1682,,951,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Alabama,67,6059,,3528,508,3101,13506,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Arkansas,38,4518,,2175,300,1742,8911,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Arizona,111,11978,,5491,972,4916,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,California,632,61596,,20322,3238,16342,103559,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Colorado,90,11527,,4877,686,4019,21411,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Connecticut,117,3350,,2002,368,1788,7792,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,District of Columbia,4,310,,136,19,132,613,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Delaware,20,877,,571,86,475,2068,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Florida,413,20296,,12985,2449,10689,47418,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Georgia,103,9883,,5430,800,4491,21089,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Hawaii,26,2125,,804,139,703,3930,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Iowa,52,3238,,1817,379,1586,7189,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Idaho,28,7140,,2863,248,1807,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Illinois,251,9403,,5626,963,4641,21224,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Indiana,157,7908,,4547,679,3409,16995,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Kansas,66,3672,,2079,282,1651,7881,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Kentucky,72,5051,,2880,387,2212,10751,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Louisiana,58,2846,,1863,315,1433,6659,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Massachusetts,147,6414,,3779,639,3466,14708,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Maryland,98,5251,,3004,524,2803,11857,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Maine,37,2084,,1375,205,1173,4970,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Michigan,167,10707,,5854,938,4961,22967,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Minnesota,97,5708,,3220,578,2682,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Missouri,91,8260,,4251,606,3328,16805,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Mississippi,19,2303,,1446,219,1346,5457,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Montana,28,2476,,1295,170,899,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,North Carolina,143,11917,,6685,968,5688,25736,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,North Dakota,10,783,,440,62,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Nebraska,24,1925,,1127,217,805,4174,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,New Hampshire,49,2665,,1667,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,New Jersey,187,6564,,3400,687,3247,14348,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,New Mexico,24,3450,,1605,263,1410,6872,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Nevada,38,4848,,2013,312,1689,9011,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,New York,377,13283,,7310,1296,6337,29075,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Ohio,305,13262,,7993,1229,6577,29863,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Oklahoma,43,5451,,2802,365,2118,10926,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Oregon,96,12070,,5313,674,3858,22337,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Pennsylvania,262,11615,,6789,1268,6002,26364,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Puerto Rico,102,3276,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Rhode Island,20,909,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,South Carolina,53,5354,,3030,464,2634,11695,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,South Dakota,16,1026,,633,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Tennessee,109,10456,,5803,804,4783,22225,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Texas,277,29446,,14671,2184,12167,59447,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Utah,33,13760,,3638,302,2344,20189,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Virginia,167,10270,,5799,881,5178,22586,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Vermont,13,1036,,566,99,532,2301,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Washington,186,20183,,8710,1087,6059,36719,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Wisconsin,90,5316,,3445,555,2773,12393,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,West Virginia,40,3276,,1571,196,1358,6515,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,Wyoming,9,1146,,745,106,531,2572,,,,,,,,fccULSloader,w1cdn.net +2026-05-13,TOTAL,5682,410483,,202954,31503,166703,829419,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Alaska,18,1682,,951,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Alabama,67,6059,,3528,508,3101,13506,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Arkansas,38,4518,,2175,300,1742,8911,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Arizona,111,11978,,5491,972,4916,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,California,632,61596,,20322,3238,16342,103559,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Colorado,90,11527,,4877,686,4019,21411,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Connecticut,117,3350,,2002,368,1788,7792,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,District of Columbia,4,310,,136,19,132,613,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Delaware,20,877,,571,86,475,2068,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Florida,413,20296,,12985,2449,10689,47418,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Georgia,103,9883,,5430,800,4491,21089,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Hawaii,26,2125,,804,139,703,3930,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Iowa,52,3238,,1817,379,1586,7189,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Idaho,28,7140,,2863,248,1807,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Illinois,251,9403,,5626,963,4641,21224,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Indiana,157,7908,,4547,679,3409,16995,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Kansas,66,3672,,2079,282,1651,7881,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Kentucky,72,5051,,2880,387,2212,10751,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Louisiana,58,2846,,1863,315,1433,6659,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Massachusetts,147,6414,,3779,639,3466,14708,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Maryland,98,5251,,3004,524,2803,11857,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Maine,37,2084,,1375,205,1173,4970,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Michigan,167,10707,,5854,938,4961,22967,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Minnesota,97,5708,,3220,578,2682,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Missouri,91,8260,,4251,606,3328,16805,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Mississippi,19,2303,,1446,219,1346,5457,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Montana,28,2476,,1295,170,899,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,North Carolina,143,11917,,6685,968,5688,25736,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,North Dakota,10,783,,440,62,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Nebraska,24,1925,,1127,217,805,4174,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,New Hampshire,49,2665,,1667,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,New Jersey,187,6564,,3400,687,3247,14348,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,New Mexico,24,3450,,1605,263,1410,6872,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Nevada,38,4848,,2013,312,1689,9011,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,New York,377,13283,,7310,1296,6337,29075,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Ohio,305,13262,,7993,1229,6577,29863,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Oklahoma,43,5451,,2802,365,2118,10926,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Oregon,96,12070,,5313,674,3858,22337,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Pennsylvania,262,11615,,6789,1268,6002,26364,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Puerto Rico,102,3276,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Rhode Island,20,909,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,South Carolina,53,5354,,3030,464,2634,11695,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,South Dakota,16,1026,,633,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Tennessee,109,10456,,5803,804,4783,22225,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Texas,277,29446,,14671,2184,12167,59447,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Utah,33,13760,,3638,302,2344,20189,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Virginia,167,10270,,5799,881,5178,22586,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Vermont,13,1036,,566,99,532,2301,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Washington,186,20183,,8710,1087,6059,36719,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Wisconsin,90,5316,,3445,555,2773,12393,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,West Virginia,40,3276,,1571,196,1358,6515,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,Wyoming,9,1146,,745,106,531,2572,,,,,,,,fccULSloader,w1cdn.net +2026-05-14,TOTAL,5682,410483,,202954,31503,166703,829419,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Alaska,18,1682,,951,136,709,3563,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Alabama,67,6059,,3528,508,3101,13506,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Arkansas,38,4518,,2175,300,1742,8911,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Arizona,111,11978,,5491,972,4916,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,California,632,61596,,20322,3238,16342,103559,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Colorado,90,11527,,4877,686,4019,21411,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Connecticut,117,3350,,2002,368,1788,7792,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,District of Columbia,4,310,,136,19,132,613,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Delaware,20,877,,571,86,475,2068,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Florida,413,20296,,12985,2449,10689,47418,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Georgia,103,9883,,5430,800,4491,21089,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Hawaii,26,2125,,804,139,703,3930,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Iowa,52,3238,,1817,379,1586,7189,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Idaho,28,7140,,2863,248,1807,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Illinois,251,9403,,5626,963,4641,21224,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Indiana,157,7908,,4547,679,3409,16995,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Kansas,66,3672,,2079,282,1651,7881,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Kentucky,72,5051,,2880,387,2212,10751,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Louisiana,58,2846,,1863,315,1433,6659,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Massachusetts,147,6414,,3779,639,3466,14708,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Maryland,98,5251,,3004,524,2803,11857,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Maine,37,2084,,1375,205,1173,4970,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Michigan,167,10707,,5854,938,4961,22967,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Minnesota,97,5708,,3220,578,2682,12463,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Missouri,91,8260,,4251,606,3328,16805,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Northern Mariana Islands,,133,,36,,120,307,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Mississippi,19,2303,,1446,219,1346,5457,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Montana,28,2476,,1295,170,899,4928,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,North Carolina,143,11917,,6685,968,5688,25736,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,North Dakota,10,783,,440,62,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Nebraska,24,1925,,1127,217,805,4174,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,New Hampshire,49,2665,,1667,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,New Jersey,187,6564,,3400,687,3247,14348,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,New Mexico,24,3450,,1605,263,1410,6872,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Nevada,38,4848,,2013,312,1689,9011,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,New York,377,13283,,7310,1296,6337,29075,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Ohio,305,13262,,7993,1229,6577,29863,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Oklahoma,43,5451,,2802,365,2118,10926,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Oregon,96,12070,,5313,674,3858,22337,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Pennsylvania,262,11615,,6789,1268,6002,26364,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Puerto Rico,102,3276,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Rhode Island,20,909,,520,89,487,2088,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,South Carolina,53,5354,,3030,464,2634,11695,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,South Dakota,16,1026,,633,115,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Tennessee,109,10456,,5803,804,4783,22225,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Texas,277,29446,,14671,2184,12167,59447,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Utah,33,13760,,3638,302,2344,20189,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Virginia,167,10270,,5799,881,5178,22586,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Virgin Islands,,134,,70,9,51,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Vermont,13,1036,,566,99,532,2301,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Washington,186,20183,,8710,1087,6059,36719,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Wisconsin,90,5316,,3445,555,2773,12393,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,West Virginia,40,3276,,1571,196,1358,6515,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,Wyoming,9,1146,,745,106,531,2572,,,,,,,,fccULSloader,w1cdn.net +2026-05-15,TOTAL,5682,410483,,202954,31503,166703,829419,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Alaska,18,1684,,955,136,708,3568,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Alabama,65,6050,,3529,507,3098,13492,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Arkansas,38,4516,,2173,297,1742,8904,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Arizona,111,11972,,5496,973,4917,23718,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,California,631,61556,,20322,3228,16328,103493,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Colorado,90,11541,,4879,685,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Connecticut,117,3346,,1998,367,1789,7784,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,District of Columbia,4,311,,135,19,130,611,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Delaware,20,879,,571,86,475,2069,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Florida,413,20291,,12984,2445,10694,47413,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Georgia,103,9853,,5433,796,4492,21059,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Hawaii,25,2125,,801,139,703,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Iowa,52,3232,,1815,377,1585,7178,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Idaho,28,7140,,2860,248,1809,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Illinois,250,9405,,5624,963,4641,21223,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Indiana,157,7910,,4548,678,3409,16996,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Kansas,65,3686,,2078,281,1654,7895,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Kentucky,72,5051,,2885,387,2215,10758,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Louisiana,57,2848,,1865,315,1434,6663,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Massachusetts,147,6412,,3777,638,3463,14700,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Maryland,97,5253,,3003,524,2805,11858,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Maine,37,2083,,1380,205,1168,4969,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Michigan,166,10700,,5849,939,4965,22960,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Minnesota,97,5703,,3221,577,2683,12459,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Missouri,91,8260,,4251,605,3323,16799,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Mississippi,19,2302,,1447,218,1345,5455,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Montana,27,2479,,1294,170,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,North Carolina,143,11907,,6689,967,5685,25726,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,North Dakota,10,782,,440,63,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Nebraska,24,1930,,1128,217,805,4180,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,New Hampshire,49,2666,,1667,255,1589,6331,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,New Jersey,187,6571,,3403,686,3244,14354,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,New Mexico,24,3451,,1602,262,1411,6870,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Nevada,39,4830,,2015,312,1689,8996,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,New York,374,13280,,7301,1295,6341,29063,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Ohio,305,13260,,7988,1228,6575,29852,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Oklahoma,43,5443,,2798,364,2119,10914,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Oregon,96,12067,,5312,671,3856,22327,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Pennsylvania,262,11607,,6784,1268,6000,26349,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Puerto Rico,100,3278,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Rhode Island,20,907,,519,89,486,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,South Carolina,53,5357,,3032,464,2634,11700,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,South Dakota,16,1030,,630,115,539,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Tennessee,108,10455,,5804,803,4781,22220,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Texas,277,29431,,14671,2181,12170,59431,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Utah,33,13762,,3641,302,2343,20193,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Virginia,167,10266,,5803,879,5177,22583,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Virgin Islands,,135,,70,9,51,287,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Vermont,13,1033,,567,99,530,2297,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Washington,186,20178,,8700,1084,6062,36704,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Wisconsin,90,5315,,3442,554,2773,12388,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,West Virginia,40,3268,,1572,196,1358,6508,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,Wyoming,9,1149,,747,106,531,2577,,,,,,,,fccULSloader,w1cdn.net +2026-05-18,TOTAL,5667,410342,,202936,31455,166685,829171,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Alaska,18,1684,,955,136,708,3568,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Alabama,65,6050,,3529,507,3098,13492,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Arkansas,38,4516,,2173,297,1742,8904,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Arizona,111,11972,,5496,973,4917,23718,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,California,631,61556,,20322,3228,16328,103493,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Colorado,90,11541,,4879,685,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Connecticut,117,3346,,1998,367,1789,7784,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,District of Columbia,4,311,,135,19,130,611,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Delaware,20,879,,571,86,475,2069,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Florida,413,20291,,12984,2445,10694,47413,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Georgia,103,9853,,5433,796,4492,21059,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Hawaii,25,2125,,801,139,703,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Iowa,52,3232,,1815,377,1585,7178,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Idaho,28,7140,,2860,248,1809,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Illinois,250,9405,,5624,963,4641,21223,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Indiana,157,7910,,4548,678,3409,16996,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Kansas,65,3686,,2078,281,1654,7895,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Kentucky,72,5051,,2885,387,2215,10758,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Louisiana,57,2848,,1865,315,1434,6663,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Massachusetts,147,6412,,3777,638,3463,14700,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Maryland,97,5253,,3003,524,2805,11858,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Maine,37,2083,,1380,205,1168,4969,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Michigan,166,10700,,5849,939,4965,22960,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Minnesota,97,5703,,3221,577,2683,12459,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Missouri,91,8260,,4251,605,3323,16799,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Mississippi,19,2302,,1447,218,1345,5455,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Montana,27,2479,,1294,170,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,North Carolina,143,11907,,6689,967,5685,25726,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,North Dakota,10,782,,440,63,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Nebraska,24,1930,,1128,217,805,4180,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,New Hampshire,49,2666,,1667,255,1589,6331,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,New Jersey,187,6571,,3403,686,3244,14354,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,New Mexico,24,3451,,1602,262,1411,6870,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Nevada,39,4830,,2015,312,1689,8996,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,New York,374,13280,,7301,1295,6341,29063,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Ohio,305,13260,,7988,1228,6575,29852,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Oklahoma,43,5443,,2798,364,2119,10914,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Oregon,96,12067,,5312,671,3856,22327,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Pennsylvania,262,11607,,6784,1268,6000,26349,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Puerto Rico,100,3278,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Rhode Island,20,907,,519,89,486,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,South Carolina,53,5357,,3032,464,2634,11700,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,South Dakota,16,1030,,630,115,539,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Tennessee,108,10455,,5804,803,4781,22220,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Texas,277,29431,,14671,2181,12170,59431,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Utah,33,13762,,3641,302,2343,20193,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Virginia,167,10266,,5803,879,5177,22583,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Virgin Islands,,135,,70,9,51,287,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Vermont,13,1033,,567,99,530,2297,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Washington,186,20178,,8700,1084,6062,36704,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Wisconsin,90,5315,,3442,554,2773,12388,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,West Virginia,40,3268,,1572,196,1358,6508,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,Wyoming,9,1149,,747,106,531,2577,,,,,,,,fccULSloader,w1cdn.net +2026-05-19,TOTAL,5667,410342,,202936,31455,166685,829171,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Alaska,18,1684,,955,136,708,3568,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Alabama,65,6050,,3529,507,3098,13492,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Arkansas,38,4516,,2173,297,1742,8904,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Arizona,111,11972,,5496,973,4917,23718,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,California,631,61556,,20322,3228,16328,103493,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Colorado,90,11541,,4879,685,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Connecticut,117,3346,,1998,367,1789,7784,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,District of Columbia,4,311,,135,19,130,611,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Delaware,20,879,,571,86,475,2069,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Florida,413,20291,,12984,2445,10694,47413,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Georgia,103,9853,,5433,796,4492,21059,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Hawaii,25,2125,,801,139,703,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Iowa,52,3232,,1815,377,1585,7178,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Idaho,28,7140,,2860,248,1809,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Illinois,250,9405,,5624,963,4641,21223,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Indiana,157,7910,,4548,678,3409,16996,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Kansas,65,3686,,2078,281,1654,7895,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Kentucky,72,5051,,2885,387,2215,10758,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Louisiana,57,2848,,1865,315,1434,6663,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Massachusetts,147,6412,,3777,638,3463,14700,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Maryland,97,5253,,3003,524,2805,11858,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Maine,37,2083,,1380,205,1168,4969,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Michigan,166,10700,,5849,939,4965,22960,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Minnesota,97,5703,,3221,577,2683,12459,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Missouri,91,8260,,4251,605,3323,16799,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Mississippi,19,2302,,1447,218,1345,5455,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Montana,27,2479,,1294,170,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,North Carolina,143,11907,,6689,967,5685,25726,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,North Dakota,10,782,,440,63,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Nebraska,24,1930,,1128,217,805,4180,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,New Hampshire,49,2666,,1667,255,1589,6331,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,New Jersey,187,6571,,3403,686,3244,14354,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,New Mexico,24,3451,,1602,262,1411,6870,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Nevada,39,4830,,2015,312,1689,8996,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,New York,374,13280,,7301,1295,6341,29063,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Ohio,305,13260,,7988,1228,6575,29852,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Oklahoma,43,5443,,2798,364,2119,10914,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Oregon,96,12067,,5312,671,3856,22327,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Pennsylvania,262,11607,,6784,1268,6000,26349,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Puerto Rico,100,3278,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Rhode Island,20,907,,519,89,486,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,South Carolina,53,5357,,3032,464,2634,11700,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,South Dakota,16,1030,,630,115,539,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Tennessee,108,10455,,5804,803,4781,22220,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Texas,277,29431,,14671,2181,12170,59431,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Utah,33,13762,,3641,302,2343,20193,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Virginia,167,10266,,5803,879,5177,22583,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Virgin Islands,,135,,70,9,51,287,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Vermont,13,1033,,567,99,530,2297,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Washington,186,20178,,8700,1084,6062,36704,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Wisconsin,90,5315,,3442,554,2773,12388,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,West Virginia,40,3268,,1572,196,1358,6508,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,Wyoming,9,1149,,747,106,531,2577,,,,,,,,fccULSloader,w1cdn.net +2026-05-20,TOTAL,5667,410342,,202936,31455,166685,829171,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Alaska,18,1684,,955,136,708,3568,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Alabama,65,6050,,3529,507,3098,13492,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Arkansas,38,4516,,2173,297,1742,8904,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Arizona,111,11972,,5496,973,4917,23718,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,California,631,61556,,20322,3228,16328,103493,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Colorado,90,11541,,4879,685,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Connecticut,117,3346,,1998,367,1789,7784,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,District of Columbia,4,311,,135,19,130,611,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Delaware,20,879,,571,86,475,2069,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Florida,413,20291,,12984,2445,10694,47413,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Georgia,103,9853,,5433,796,4492,21059,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Hawaii,25,2125,,801,139,703,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Iowa,52,3232,,1815,377,1585,7178,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Idaho,28,7140,,2860,248,1809,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Illinois,250,9405,,5624,963,4641,21223,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Indiana,157,7910,,4548,678,3409,16996,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Kansas,65,3686,,2078,281,1654,7895,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Kentucky,72,5051,,2885,387,2215,10758,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Louisiana,57,2848,,1865,315,1434,6663,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Massachusetts,147,6412,,3777,638,3463,14700,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Maryland,97,5253,,3003,524,2805,11858,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Maine,37,2083,,1380,205,1168,4969,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Michigan,166,10700,,5849,939,4965,22960,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Minnesota,97,5703,,3221,577,2683,12459,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Missouri,91,8260,,4251,605,3323,16799,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Mississippi,19,2302,,1447,218,1345,5455,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Montana,27,2479,,1294,170,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,North Carolina,143,11907,,6689,967,5685,25726,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,North Dakota,10,782,,440,63,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Nebraska,24,1930,,1128,217,805,4180,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,New Hampshire,49,2666,,1667,255,1589,6331,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,New Jersey,187,6571,,3403,686,3244,14354,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,New Mexico,24,3451,,1602,262,1411,6870,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Nevada,39,4830,,2015,312,1689,8996,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,New York,374,13280,,7301,1295,6341,29063,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Ohio,305,13260,,7988,1228,6575,29852,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Oklahoma,43,5443,,2798,364,2119,10914,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Oregon,96,12067,,5312,671,3856,22327,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Pennsylvania,262,11607,,6784,1268,6000,26349,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Puerto Rico,100,3278,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Rhode Island,20,907,,519,89,486,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,South Carolina,53,5357,,3032,464,2634,11700,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,South Dakota,16,1030,,630,115,539,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Tennessee,108,10455,,5804,803,4781,22220,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Texas,277,29431,,14671,2181,12170,59431,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Utah,33,13762,,3641,302,2343,20193,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Virginia,167,10266,,5803,879,5177,22583,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Virgin Islands,,135,,70,9,51,287,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Vermont,13,1033,,567,99,530,2297,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Washington,186,20178,,8700,1084,6062,36704,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Wisconsin,90,5315,,3442,554,2773,12388,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,West Virginia,40,3268,,1572,196,1358,6508,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,Wyoming,9,1149,,747,106,531,2577,,,,,,,,fccULSloader,w1cdn.net +2026-05-21,TOTAL,5667,410342,,202936,31455,166685,829171,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Alaska,18,1684,,955,136,708,3568,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Alabama,65,6050,,3529,507,3098,13492,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Armed Forces Pacific,,78,,20,2,25,126,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Arkansas,38,4516,,2173,297,1742,8904,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,American Samoa,,2,,3,1,11,20,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Arizona,111,11972,,5496,973,4917,23718,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,California,631,61556,,20322,3228,16328,103493,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Colorado,90,11541,,4879,685,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Connecticut,117,3346,,1998,367,1789,7784,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,District of Columbia,4,311,,135,19,130,611,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Delaware,20,879,,571,86,475,2069,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Florida,413,20291,,12984,2445,10694,47413,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Georgia,103,9853,,5433,796,4492,21059,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Hawaii,25,2125,,801,139,703,3926,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Iowa,52,3232,,1815,377,1585,7178,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Idaho,28,7140,,2860,248,1809,12177,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Illinois,250,9405,,5624,963,4641,21223,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Indiana,157,7910,,4548,678,3409,16996,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Kansas,65,3686,,2078,281,1654,7895,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Kentucky,72,5051,,2885,387,2215,10758,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Louisiana,57,2848,,1865,315,1434,6663,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Massachusetts,147,6412,,3777,638,3463,14700,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Maryland,97,5253,,3003,524,2805,11858,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Maine,37,2083,,1380,205,1168,4969,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Michigan,166,10700,,5849,939,4965,22960,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Minnesota,97,5703,,3221,577,2683,12459,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Missouri,91,8260,,4251,605,3323,16799,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Mississippi,19,2302,,1447,218,1345,5455,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Montana,27,2479,,1294,170,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,North Carolina,143,11907,,6689,967,5685,25726,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,North Dakota,10,782,,440,63,329,1671,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Nebraska,24,1930,,1128,217,805,4180,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,New Hampshire,49,2666,,1667,255,1589,6331,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,New Jersey,187,6571,,3403,686,3244,14354,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,New Mexico,24,3451,,1602,262,1411,6870,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Nevada,39,4830,,2015,312,1689,8996,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,New York,374,13280,,7301,1295,6341,29063,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Ohio,305,13260,,7988,1228,6575,29852,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Oklahoma,43,5443,,2798,364,2119,10914,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Oregon,96,12067,,5312,671,3856,22327,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Pennsylvania,262,11607,,6784,1268,6000,26349,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Puerto Rico,100,3278,,1298,169,810,5792,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Rhode Island,20,907,,519,89,486,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,South Carolina,53,5357,,3032,464,2634,11700,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,South Dakota,16,1030,,630,115,539,2363,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Tennessee,108,10455,,5804,803,4781,22220,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Texas,277,29431,,14671,2181,12170,59431,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Utah,33,13762,,3641,302,2343,20193,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Virginia,167,10266,,5803,879,5177,22583,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Virgin Islands,,135,,70,9,51,287,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Vermont,13,1033,,567,99,530,2297,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Washington,186,20178,,8700,1084,6062,36704,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Wisconsin,90,5315,,3442,554,2773,12388,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,West Virginia,40,3268,,1572,196,1358,6508,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,Wyoming,9,1149,,747,106,531,2577,,,,,,,,fccULSloader,w1cdn.net +2026-05-22,TOTAL,5667,410342,,202936,31455,166685,829171,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Alaska,17,1685,,952,136,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Alabama,65,6058,,3525,507,3097,13496,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Arkansas,38,4515,,2171,296,1744,8902,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Arizona,111,11972,,5500,971,4914,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,California,630,61488,,20327,3220,16325,103417,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Colorado,90,11535,,4885,685,4018,21424,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Connecticut,117,3350,,1998,366,1788,7786,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,District of Columbia,4,312,,135,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Delaware,20,876,,572,86,475,2067,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Florida,412,20282,,12969,2442,10695,47386,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Georgia,103,9856,,5434,794,4485,21054,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Hawaii,25,2128,,802,139,701,3928,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Iowa,52,3230,,1814,377,1583,7173,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Idaho,28,7136,,2859,248,1809,12172,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Illinois,250,9409,,5617,962,4643,21221,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Indiana,156,7900,,4547,677,3411,16984,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Kansas,65,3681,,2074,281,1653,7885,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Kentucky,72,5037,,2884,385,2218,10744,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Louisiana,57,2848,,1866,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Massachusetts,147,6411,,3779,638,3463,14701,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Maryland,97,5252,,3000,523,2808,11856,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Maine,37,2086,,1381,205,1166,4971,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Michigan,166,10683,,5847,937,4964,22938,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Minnesota,97,5699,,3224,576,2682,12456,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Missouri,91,8256,,4254,605,3321,16796,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Mississippi,19,2299,,1448,218,1345,5453,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Montana,27,2481,,1294,169,902,4933,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,North Carolina,142,11900,,6695,963,5687,25722,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,North Dakota,10,783,,441,63,329,1673,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Nebraska,23,1926,,1129,216,802,4172,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,New Hampshire,48,2667,,1666,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,New Jersey,187,6575,,3398,683,3246,14352,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,New Mexico,24,3449,,1601,262,1411,6867,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Nevada,39,4826,,2014,311,1687,8988,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,New York,374,13259,,7289,1288,6339,29020,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Ohio,305,13248,,7996,1220,6580,29846,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Oklahoma,43,5446,,2794,362,2119,10911,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Oregon,96,12051,,5313,671,3859,22315,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Pennsylvania,260,11602,,6780,1264,5997,26330,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Puerto Rico,99,3278,,1298,169,810,5791,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Rhode Island,20,908,,519,89,485,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,South Carolina,53,5354,,3042,463,2635,11707,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,South Dakota,16,1028,,630,114,539,2360,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Tennessee,108,10441,,5807,803,4777,22205,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Texas,273,29443,,14671,2174,12167,59427,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Utah,32,13773,,3643,303,2348,20211,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Virginia,167,10267,,5800,876,5176,22577,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Vermont,13,1031,,567,99,530,2295,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Washington,186,20178,,8698,1078,6060,36694,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Wisconsin,90,5315,,3440,554,2773,12386,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,West Virginia,40,3263,,1575,195,1358,6505,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,Wyoming,9,1151,,747,106,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-05-25,TOTAL,5652,410155,,202923,31380,166669,828861,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Alaska,17,1685,,952,136,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Alabama,65,6058,,3525,507,3097,13496,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Arkansas,38,4515,,2171,296,1744,8902,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Arizona,111,11972,,5500,971,4914,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,California,630,61488,,20327,3220,16325,103417,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Colorado,90,11535,,4885,685,4018,21424,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Connecticut,117,3350,,1998,366,1788,7786,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,District of Columbia,4,312,,135,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Delaware,20,876,,572,86,475,2067,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Florida,412,20282,,12969,2442,10695,47386,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Georgia,103,9856,,5434,794,4485,21054,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Hawaii,25,2128,,802,139,701,3928,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Iowa,52,3230,,1814,377,1583,7173,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Idaho,28,7136,,2859,248,1809,12172,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Illinois,250,9409,,5617,962,4643,21221,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Indiana,156,7900,,4547,677,3411,16984,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Kansas,65,3681,,2074,281,1653,7885,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Kentucky,72,5037,,2884,385,2218,10744,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Louisiana,57,2848,,1866,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Massachusetts,147,6411,,3779,638,3463,14701,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Maryland,97,5252,,3000,523,2808,11856,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Maine,37,2086,,1381,205,1166,4971,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Michigan,166,10683,,5847,937,4964,22938,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Minnesota,97,5699,,3224,576,2682,12456,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Missouri,91,8256,,4254,605,3321,16796,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Mississippi,19,2299,,1448,218,1345,5453,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Montana,27,2481,,1294,169,902,4933,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,North Carolina,142,11900,,6695,963,5687,25722,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,North Dakota,10,783,,441,63,329,1673,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Nebraska,23,1926,,1129,216,802,4172,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,New Hampshire,48,2667,,1666,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,New Jersey,187,6575,,3398,683,3246,14352,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,New Mexico,24,3449,,1601,262,1411,6867,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Nevada,39,4826,,2014,311,1687,8988,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,New York,374,13259,,7289,1288,6339,29020,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Ohio,305,13248,,7996,1220,6580,29846,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Oklahoma,43,5446,,2794,362,2119,10911,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Oregon,96,12051,,5313,671,3859,22315,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Pennsylvania,260,11602,,6780,1264,5997,26330,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Puerto Rico,99,3278,,1298,169,810,5791,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Rhode Island,20,908,,519,89,485,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,South Carolina,53,5354,,3042,463,2635,11707,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,South Dakota,16,1028,,630,114,539,2360,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Tennessee,108,10441,,5807,803,4777,22205,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Texas,273,29443,,14671,2174,12167,59427,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Utah,32,13773,,3643,303,2348,20211,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Virginia,167,10267,,5800,876,5176,22577,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Vermont,13,1031,,567,99,530,2295,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Washington,186,20178,,8698,1078,6060,36694,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Wisconsin,90,5315,,3440,554,2773,12386,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,West Virginia,40,3263,,1575,195,1358,6505,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,Wyoming,9,1151,,747,106,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-05-26,TOTAL,5652,410155,,202923,31380,166669,828861,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Alaska,17,1685,,952,136,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Alabama,65,6058,,3525,507,3097,13496,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Arkansas,38,4515,,2171,296,1744,8902,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Arizona,111,11972,,5500,971,4914,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,California,630,61488,,20327,3220,16325,103417,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Colorado,90,11535,,4885,685,4018,21424,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Connecticut,117,3350,,1998,366,1788,7786,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,District of Columbia,4,312,,135,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Delaware,20,876,,572,86,475,2067,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Florida,412,20282,,12969,2442,10695,47386,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Georgia,103,9856,,5434,794,4485,21054,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Hawaii,25,2128,,802,139,701,3928,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Iowa,52,3230,,1814,377,1583,7173,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Idaho,28,7136,,2859,248,1809,12172,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Illinois,250,9409,,5617,962,4643,21221,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Indiana,156,7900,,4547,677,3411,16984,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Kansas,65,3681,,2074,281,1653,7885,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Kentucky,72,5037,,2884,385,2218,10744,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Louisiana,57,2848,,1866,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Massachusetts,147,6411,,3779,638,3463,14701,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Maryland,97,5252,,3000,523,2808,11856,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Maine,37,2086,,1381,205,1166,4971,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Michigan,166,10683,,5847,937,4964,22938,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Minnesota,97,5699,,3224,576,2682,12456,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Missouri,91,8256,,4254,605,3321,16796,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Mississippi,19,2299,,1448,218,1345,5453,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Montana,27,2481,,1294,169,902,4933,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,North Carolina,142,11900,,6695,963,5687,25722,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,North Dakota,10,783,,441,63,329,1673,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Nebraska,23,1926,,1129,216,802,4172,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,New Hampshire,48,2667,,1666,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,New Jersey,187,6575,,3398,683,3246,14352,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,New Mexico,24,3449,,1601,262,1411,6867,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Nevada,39,4826,,2014,311,1687,8988,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,New York,374,13259,,7289,1288,6339,29020,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Ohio,305,13248,,7996,1220,6580,29846,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Oklahoma,43,5446,,2794,362,2119,10911,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Oregon,96,12051,,5313,671,3859,22315,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Pennsylvania,260,11602,,6780,1264,5997,26330,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Puerto Rico,99,3278,,1298,169,810,5791,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Rhode Island,20,908,,519,89,485,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,South Carolina,53,5354,,3042,463,2635,11707,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,South Dakota,16,1028,,630,114,539,2360,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Tennessee,108,10441,,5807,803,4777,22205,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Texas,273,29443,,14671,2174,12167,59427,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Utah,32,13773,,3643,303,2348,20211,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Virginia,167,10267,,5800,876,5176,22577,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Vermont,13,1031,,567,99,530,2295,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Washington,186,20178,,8698,1078,6060,36694,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Wisconsin,90,5315,,3440,554,2773,12386,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,West Virginia,40,3263,,1575,195,1358,6505,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,Wyoming,9,1151,,747,106,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-05-27,TOTAL,5652,410155,,202923,31380,166669,828861,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Alaska,17,1685,,952,136,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Alabama,65,6058,,3525,507,3097,13496,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Arkansas,38,4515,,2171,296,1744,8902,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Arizona,111,11972,,5500,971,4914,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,California,630,61488,,20327,3220,16325,103417,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Colorado,90,11535,,4885,685,4018,21424,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Connecticut,117,3350,,1998,366,1788,7786,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,District of Columbia,4,312,,135,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Delaware,20,876,,572,86,475,2067,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Florida,412,20282,,12969,2442,10695,47386,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Georgia,103,9856,,5434,794,4485,21054,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Hawaii,25,2128,,802,139,701,3928,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Iowa,52,3230,,1814,377,1583,7173,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Idaho,28,7136,,2859,248,1809,12172,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Illinois,250,9409,,5617,962,4643,21221,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Indiana,156,7900,,4547,677,3411,16984,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Kansas,65,3681,,2074,281,1653,7885,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Kentucky,72,5037,,2884,385,2218,10744,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Louisiana,57,2848,,1866,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Massachusetts,147,6411,,3779,638,3463,14701,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Maryland,97,5252,,3000,523,2808,11856,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Maine,37,2086,,1381,205,1166,4971,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Michigan,166,10683,,5847,937,4964,22938,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Minnesota,97,5699,,3224,576,2682,12456,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Missouri,91,8256,,4254,605,3321,16796,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Mississippi,19,2299,,1448,218,1345,5453,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Montana,27,2481,,1294,169,902,4933,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,North Carolina,142,11900,,6695,963,5687,25722,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,North Dakota,10,783,,441,63,329,1673,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Nebraska,23,1926,,1129,216,802,4172,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,New Hampshire,48,2667,,1666,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,New Jersey,187,6575,,3398,683,3246,14352,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,New Mexico,24,3449,,1601,262,1411,6867,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Nevada,39,4826,,2014,311,1687,8988,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,New York,374,13259,,7289,1288,6339,29020,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Ohio,305,13248,,7996,1220,6580,29846,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Oklahoma,43,5446,,2794,362,2119,10911,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Oregon,96,12051,,5313,671,3859,22315,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Pennsylvania,260,11602,,6780,1264,5997,26330,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Puerto Rico,99,3278,,1298,169,810,5791,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Rhode Island,20,908,,519,89,485,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,South Carolina,53,5354,,3042,463,2635,11707,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,South Dakota,16,1028,,630,114,539,2360,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Tennessee,108,10441,,5807,803,4777,22205,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Texas,273,29443,,14671,2174,12167,59427,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Utah,32,13773,,3643,303,2348,20211,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Virginia,167,10267,,5800,876,5176,22577,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Vermont,13,1031,,567,99,530,2295,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Washington,186,20178,,8698,1078,6060,36694,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Wisconsin,90,5315,,3440,554,2773,12386,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,West Virginia,40,3263,,1575,195,1358,6505,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,Wyoming,9,1151,,747,106,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-05-28,TOTAL,5652,410155,,202923,31380,166669,828861,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Alaska,17,1685,,952,136,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Alabama,65,6058,,3525,507,3097,13496,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Arkansas,38,4515,,2171,296,1744,8902,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Arizona,111,11972,,5500,971,4914,23717,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,California,630,61488,,20327,3220,16325,103417,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Colorado,90,11535,,4885,685,4018,21424,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Connecticut,117,3350,,1998,366,1788,7786,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,District of Columbia,4,312,,135,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Delaware,20,876,,572,86,475,2067,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Florida,412,20282,,12969,2442,10695,47386,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Georgia,103,9856,,5434,794,4485,21054,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Guam,1,102,,47,8,100,270,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Hawaii,25,2128,,802,139,701,3928,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Iowa,52,3230,,1814,377,1583,7173,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Idaho,28,7136,,2859,248,1809,12172,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Illinois,250,9409,,5617,962,4643,21221,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Indiana,156,7900,,4547,677,3411,16984,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Kansas,65,3681,,2074,281,1653,7885,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Kentucky,72,5037,,2884,385,2218,10744,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Louisiana,57,2848,,1866,315,1434,6664,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Massachusetts,147,6411,,3779,638,3463,14701,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Maryland,97,5252,,3000,523,2808,11856,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Maine,37,2086,,1381,205,1166,4971,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Michigan,166,10683,,5847,937,4964,22938,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Minnesota,97,5699,,3224,576,2682,12456,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Missouri,91,8256,,4254,605,3321,16796,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Mississippi,19,2299,,1448,218,1345,5453,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Montana,27,2481,,1294,169,902,4933,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,North Carolina,142,11900,,6695,963,5687,25722,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,North Dakota,10,783,,441,63,329,1673,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Nebraska,23,1926,,1129,216,802,4172,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,New Hampshire,48,2667,,1666,255,1589,6330,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,New Jersey,187,6575,,3398,683,3246,14352,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,New Mexico,24,3449,,1601,262,1411,6867,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Nevada,39,4826,,2014,311,1687,8988,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,New York,374,13259,,7289,1288,6339,29020,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Ohio,305,13248,,7996,1220,6580,29846,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Oklahoma,43,5446,,2794,362,2119,10911,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Oregon,96,12051,,5313,671,3859,22315,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Pennsylvania,260,11602,,6780,1264,5997,26330,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Puerto Rico,99,3278,,1298,169,810,5791,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Rhode Island,20,908,,519,89,485,2084,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,South Carolina,53,5354,,3042,463,2635,11707,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,South Dakota,16,1028,,630,114,539,2360,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Tennessee,108,10441,,5807,803,4777,22205,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Texas,273,29443,,14671,2174,12167,59427,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Utah,32,13773,,3643,303,2348,20211,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Virginia,167,10267,,5800,876,5176,22577,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Vermont,13,1031,,567,99,530,2295,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Washington,186,20178,,8698,1078,6060,36694,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Wisconsin,90,5315,,3440,554,2773,12386,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,West Virginia,40,3263,,1575,195,1358,6505,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,Wyoming,9,1151,,747,106,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-05-29,TOTAL,5652,410155,,202923,31380,166669,828861,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Alaska,17,1685,,953,135,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Alabama,65,6050,,3521,504,3095,13479,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Arkansas,38,4511,,2172,294,1741,8894,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Arizona,110,11973,,5488,969,4907,23695,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,California,629,61438,,20283,3203,16315,103295,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Colorado,89,11537,,4885,682,4021,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Connecticut,116,3361,,1992,362,1784,7782,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,District of Columbia,4,315,,132,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Delaware,20,876,,571,86,476,2067,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Florida,412,20263,,12949,2428,10687,47324,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Georgia,101,9864,,5436,792,4484,21059,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Hawaii,25,2126,,803,138,701,3926,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Iowa,52,3235,,1810,377,1581,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Idaho,28,7137,,2864,248,1808,12177,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Illinois,250,9412,,5605,960,4642,21209,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Indiana,154,7898,,4535,675,3411,16966,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Kansas,65,3683,,2071,281,1650,7881,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Kentucky,72,5035,,2879,385,2214,10733,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Louisiana,57,2852,,1866,315,1434,6668,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Massachusetts,147,6418,,3775,635,3461,14699,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Maryland,95,5243,,3002,520,2806,11842,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Maine,36,2085,,1375,204,1165,4961,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Michigan,165,10681,,5844,934,4964,22930,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Minnesota,96,5696,,3219,572,2680,12441,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Missouri,91,8255,,4248,601,3322,16785,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Mississippi,19,2300,,1446,218,1344,5451,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Montana,27,2484,,1291,168,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,North Carolina,142,11900,,6686,962,5690,25714,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,North Dakota,10,781,,440,63,330,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Nebraska,23,1927,,1127,213,802,4168,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,New Hampshire,48,2665,,1665,253,1588,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,New Jersey,187,6578,,3397,678,3246,14348,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,New Mexico,24,3448,,1598,261,1412,6863,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Nevada,39,4818,,2015,311,1684,8977,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,New York,373,13263,,7279,1284,6339,29008,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Ohio,304,13232,,7986,1211,6569,29799,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Oklahoma,43,5440,,2793,360,2120,10902,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Oregon,96,12045,,5311,666,3858,22302,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Pennsylvania,259,11613,,6769,1257,5988,26313,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Puerto Rico,99,3276,,1300,169,809,5790,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Rhode Island,20,908,,518,89,485,2083,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,South Carolina,53,5360,,3038,463,2631,11705,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,South Dakota,16,1027,,628,111,539,2354,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Tennessee,108,10443,,5804,801,4779,22204,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Texas,269,29445,,14655,2167,12158,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Utah,31,13767,,3635,303,2347,20195,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Virginia,164,10246,,5791,873,5172,22537,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Vermont,13,1027,,571,98,530,2294,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Washington,185,20158,,8688,1075,6054,36653,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Wisconsin,90,5310,,3441,552,2775,12382,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,West Virginia,40,3264,,1569,193,1357,6497,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,Wyoming,9,1151,,746,106,531,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-01,TOTAL,5627,410034,,202677,31246,166576,828235,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Alaska,17,1685,,953,135,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Alabama,65,6050,,3521,504,3095,13479,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Arkansas,38,4511,,2172,294,1741,8894,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Arizona,110,11973,,5488,969,4907,23695,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,California,629,61438,,20283,3203,16315,103295,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Colorado,89,11537,,4885,682,4021,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Connecticut,116,3361,,1992,362,1784,7782,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,District of Columbia,4,315,,132,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Delaware,20,876,,571,86,476,2067,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Florida,412,20263,,12949,2428,10687,47324,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Georgia,101,9864,,5436,792,4484,21059,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Hawaii,25,2126,,803,138,701,3926,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Iowa,52,3235,,1810,377,1581,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Idaho,28,7137,,2864,248,1808,12177,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Illinois,250,9412,,5605,960,4642,21209,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Indiana,154,7898,,4535,675,3411,16966,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Kansas,65,3683,,2071,281,1650,7881,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Kentucky,72,5035,,2879,385,2214,10733,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Louisiana,57,2852,,1866,315,1434,6668,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Massachusetts,147,6418,,3775,635,3461,14699,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Maryland,95,5243,,3002,520,2806,11842,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Maine,36,2085,,1375,204,1165,4961,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Michigan,165,10681,,5844,934,4964,22930,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Minnesota,96,5696,,3219,572,2680,12441,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Missouri,91,8255,,4248,601,3322,16785,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Mississippi,19,2300,,1446,218,1344,5451,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Montana,27,2484,,1291,168,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,North Carolina,142,11900,,6686,962,5690,25714,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,North Dakota,10,781,,440,63,330,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Nebraska,23,1927,,1127,213,802,4168,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,New Hampshire,48,2665,,1665,253,1588,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,New Jersey,187,6578,,3397,678,3246,14348,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,New Mexico,24,3448,,1598,261,1412,6863,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Nevada,39,4818,,2015,311,1684,8977,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,New York,373,13263,,7279,1284,6339,29008,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Ohio,304,13232,,7986,1211,6569,29799,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Oklahoma,43,5440,,2793,360,2120,10902,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Oregon,96,12045,,5311,666,3858,22302,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Pennsylvania,259,11613,,6769,1257,5988,26313,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Puerto Rico,99,3276,,1300,169,809,5790,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Rhode Island,20,908,,518,89,485,2083,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,South Carolina,53,5360,,3038,463,2631,11705,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,South Dakota,16,1027,,628,111,539,2354,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Tennessee,108,10443,,5804,801,4779,22204,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Texas,269,29445,,14655,2167,12158,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Utah,31,13767,,3635,303,2347,20195,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Virginia,164,10246,,5791,873,5172,22537,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Vermont,13,1027,,571,98,530,2294,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Washington,185,20158,,8688,1075,6054,36653,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Wisconsin,90,5310,,3441,552,2775,12382,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,West Virginia,40,3264,,1569,193,1357,6497,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,Wyoming,9,1151,,746,106,531,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-02,TOTAL,5627,410034,,202677,31246,166576,828235,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Alaska,17,1685,,953,135,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Alabama,65,6050,,3521,504,3095,13479,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Arkansas,38,4511,,2172,294,1741,8894,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Arizona,110,11973,,5488,969,4907,23695,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,California,629,61438,,20283,3203,16315,103295,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Colorado,89,11537,,4885,682,4021,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Connecticut,116,3361,,1992,362,1784,7782,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,District of Columbia,4,315,,132,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Delaware,20,876,,571,86,476,2067,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Florida,412,20263,,12949,2428,10687,47324,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Georgia,101,9864,,5436,792,4484,21059,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Hawaii,25,2126,,803,138,701,3926,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Iowa,52,3235,,1810,377,1581,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Idaho,28,7137,,2864,248,1808,12177,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Illinois,250,9412,,5605,960,4642,21209,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Indiana,154,7898,,4535,675,3411,16966,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Kansas,65,3683,,2071,281,1650,7881,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Kentucky,72,5035,,2879,385,2214,10733,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Louisiana,57,2852,,1866,315,1434,6668,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Massachusetts,147,6418,,3775,635,3461,14699,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Maryland,95,5243,,3002,520,2806,11842,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Maine,36,2085,,1375,204,1165,4961,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Michigan,165,10681,,5844,934,4964,22930,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Minnesota,96,5696,,3219,572,2680,12441,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Missouri,91,8255,,4248,601,3322,16785,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Mississippi,19,2300,,1446,218,1344,5451,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Montana,27,2484,,1291,168,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,North Carolina,142,11900,,6686,962,5690,25714,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,North Dakota,10,781,,440,63,330,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Nebraska,23,1927,,1127,213,802,4168,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,New Hampshire,48,2665,,1665,253,1588,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,New Jersey,187,6578,,3397,678,3246,14348,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,New Mexico,24,3448,,1598,261,1412,6863,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Nevada,39,4818,,2015,311,1684,8977,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,New York,373,13263,,7279,1284,6339,29008,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Ohio,304,13232,,7986,1211,6569,29799,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Oklahoma,43,5440,,2793,360,2120,10902,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Oregon,96,12045,,5311,666,3858,22302,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Pennsylvania,259,11613,,6769,1257,5988,26313,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Puerto Rico,99,3276,,1300,169,809,5790,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Rhode Island,20,908,,518,89,485,2083,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,South Carolina,53,5360,,3038,463,2631,11705,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,South Dakota,16,1027,,628,111,539,2354,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Tennessee,108,10443,,5804,801,4779,22204,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Texas,269,29445,,14655,2167,12158,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Utah,31,13767,,3635,303,2347,20195,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Virginia,164,10246,,5791,873,5172,22537,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Vermont,13,1027,,571,98,530,2294,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Washington,185,20158,,8688,1075,6054,36653,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Wisconsin,90,5310,,3441,552,2775,12382,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,West Virginia,40,3264,,1569,193,1357,6497,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,Wyoming,9,1151,,746,106,531,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-03,TOTAL,5627,410034,,202677,31246,166576,828235,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Alaska,17,1685,,953,135,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Alabama,65,6050,,3521,504,3095,13479,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Arkansas,38,4511,,2172,294,1741,8894,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Arizona,110,11973,,5488,969,4907,23695,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,California,629,61438,,20283,3203,16315,103295,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Colorado,89,11537,,4885,682,4021,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Connecticut,116,3361,,1992,362,1784,7782,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,District of Columbia,4,315,,132,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Delaware,20,876,,571,86,476,2067,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Florida,412,20263,,12949,2428,10687,47324,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Georgia,101,9864,,5436,792,4484,21059,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Hawaii,25,2126,,803,138,701,3926,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Iowa,52,3235,,1810,377,1581,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Idaho,28,7137,,2864,248,1808,12177,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Illinois,250,9412,,5605,960,4642,21209,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Indiana,154,7898,,4535,675,3411,16966,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Kansas,65,3683,,2071,281,1650,7881,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Kentucky,72,5035,,2879,385,2214,10733,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Louisiana,57,2852,,1866,315,1434,6668,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Massachusetts,147,6418,,3775,635,3461,14699,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Maryland,95,5243,,3002,520,2806,11842,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Maine,36,2085,,1375,204,1165,4961,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Michigan,165,10681,,5844,934,4964,22930,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Minnesota,96,5696,,3219,572,2680,12441,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Missouri,91,8255,,4248,601,3322,16785,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Mississippi,19,2300,,1446,218,1344,5451,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Montana,27,2484,,1291,168,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,North Carolina,142,11900,,6686,962,5690,25714,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,North Dakota,10,781,,440,63,330,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Nebraska,23,1927,,1127,213,802,4168,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,New Hampshire,48,2665,,1665,253,1588,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,New Jersey,187,6578,,3397,678,3246,14348,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,New Mexico,24,3448,,1598,261,1412,6863,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Nevada,39,4818,,2015,311,1684,8977,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,New York,373,13263,,7279,1284,6339,29008,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Ohio,304,13232,,7986,1211,6569,29799,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Oklahoma,43,5440,,2793,360,2120,10902,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Oregon,96,12045,,5311,666,3858,22302,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Pennsylvania,259,11613,,6769,1257,5988,26313,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Puerto Rico,99,3276,,1300,169,809,5790,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Rhode Island,20,908,,518,89,485,2083,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,South Carolina,53,5360,,3038,463,2631,11705,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,South Dakota,16,1027,,628,111,539,2354,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Tennessee,108,10443,,5804,801,4779,22204,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Texas,269,29445,,14655,2167,12158,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Utah,31,13767,,3635,303,2347,20195,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Virginia,164,10246,,5791,873,5172,22537,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Vermont,13,1027,,571,98,530,2294,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Washington,185,20158,,8688,1075,6054,36653,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Wisconsin,90,5310,,3441,552,2775,12382,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,West Virginia,40,3264,,1569,193,1357,6497,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,Wyoming,9,1151,,746,106,531,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-04,TOTAL,5627,410034,,202677,31246,166576,828235,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Alaska,17,1685,,953,135,707,3564,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Alabama,65,6050,,3521,504,3095,13479,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Armed Forces Pacific,,75,,22,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Arkansas,38,4511,,2172,294,1741,8894,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Arizona,110,11973,,5488,969,4907,23695,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,California,629,61438,,20283,3203,16315,103295,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Colorado,89,11537,,4885,682,4021,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Connecticut,116,3361,,1992,362,1784,7782,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,District of Columbia,4,315,,132,19,130,612,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Delaware,20,876,,571,86,476,2067,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Florida,412,20263,,12949,2428,10687,47324,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Georgia,101,9864,,5436,792,4484,21059,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Hawaii,25,2126,,803,138,701,3926,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Iowa,52,3235,,1810,377,1581,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Idaho,28,7137,,2864,248,1808,12177,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Illinois,250,9412,,5605,960,4642,21209,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Indiana,154,7898,,4535,675,3411,16966,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Kansas,65,3683,,2071,281,1650,7881,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Kentucky,72,5035,,2879,385,2214,10733,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Louisiana,57,2852,,1866,315,1434,6668,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Massachusetts,147,6418,,3775,635,3461,14699,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Maryland,95,5243,,3002,520,2806,11842,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Maine,36,2085,,1375,204,1165,4961,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Michigan,165,10681,,5844,934,4964,22930,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Minnesota,96,5696,,3219,572,2680,12441,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Missouri,91,8255,,4248,601,3322,16785,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Mississippi,19,2300,,1446,218,1344,5451,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Montana,27,2484,,1291,168,900,4930,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,North Carolina,142,11900,,6686,962,5690,25714,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,North Dakota,10,781,,440,63,330,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Nebraska,23,1927,,1127,213,802,4168,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,New Hampshire,48,2665,,1665,253,1588,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,New Jersey,187,6578,,3397,678,3246,14348,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,New Mexico,24,3448,,1598,261,1412,6863,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Nevada,39,4818,,2015,311,1684,8977,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,New York,373,13263,,7279,1284,6339,29008,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Ohio,304,13232,,7986,1211,6569,29799,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Oklahoma,43,5440,,2793,360,2120,10902,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Oregon,96,12045,,5311,666,3858,22302,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Pennsylvania,259,11613,,6769,1257,5988,26313,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Puerto Rico,99,3276,,1300,169,809,5790,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Rhode Island,20,908,,518,89,485,2083,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,South Carolina,53,5360,,3038,463,2631,11705,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,South Dakota,16,1027,,628,111,539,2354,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Tennessee,108,10443,,5804,801,4779,22204,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Texas,269,29445,,14655,2167,12158,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Utah,31,13767,,3635,303,2347,20195,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Virginia,164,10246,,5791,873,5172,22537,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Vermont,13,1027,,571,98,530,2294,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Washington,185,20158,,8688,1075,6054,36653,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Wisconsin,90,5310,,3441,552,2775,12382,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,West Virginia,40,3264,,1569,193,1357,6497,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,Wyoming,9,1151,,746,106,531,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-05,TOTAL,5627,410034,,202677,31246,166576,828235,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Alaska,16,1686,,953,134,708,3564,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Alabama,65,6051,,3519,503,3087,13469,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Arkansas,37,4508,,2168,291,1740,8882,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Arizona,109,11947,,5486,967,4903,23659,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,California,627,61388,,20263,3192,16304,103198,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Colorado,89,11536,,4890,680,4018,21424,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Connecticut,115,3350,,1992,361,1780,7765,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,District of Columbia,4,318,,132,19,130,615,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Delaware,21,875,,567,86,476,2063,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Florida,411,20220,,12925,2421,10685,47247,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Georgia,100,9856,,5430,789,4479,21035,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Hawaii,25,2118,,801,137,702,3916,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Iowa,52,3232,,1809,377,1582,7169,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Idaho,28,7125,,2868,248,1808,12169,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Illinois,249,9401,,5596,958,4641,21184,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Indiana,154,7894,,4528,674,3408,16951,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Kansas,65,3676,,2074,280,1648,7875,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Kentucky,72,5020,,2881,383,2213,10717,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Louisiana,57,2850,,1863,314,1435,6663,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Massachusetts,147,6414,,3768,632,3460,14685,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Maryland,93,5239,,2998,516,2805,11827,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Maine,36,2087,,1373,204,1163,4959,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Michigan,164,10671,,5828,933,4971,22909,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Minnesota,96,5689,,3217,570,2681,12431,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Missouri,91,8249,,4249,597,3318,16772,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Mississippi,19,2303,,1443,216,1343,5447,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Montana,27,2482,,1289,167,899,4924,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,North Carolina,141,11895,,6675,961,5688,25694,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,North Dakota,10,781,,439,63,328,1668,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Nebraska,23,1925,,1127,213,799,4162,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,New Hampshire,48,2663,,1665,252,1590,6323,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,New Jersey,187,6575,,3397,674,3245,14340,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,New Mexico,24,3448,,1596,262,1411,6861,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Nevada,39,4803,,2013,310,1682,8957,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,New York,371,13278,,7269,1277,6338,29003,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Ohio,301,13223,,7981,1205,6560,29767,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Oklahoma,42,5447,,2783,358,2119,10894,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Oregon,95,12041,,5313,662,3853,22290,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Pennsylvania,256,11591,,6761,1255,5987,26277,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Puerto Rico,99,3273,,1299,168,811,5787,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Rhode Island,20,907,,515,89,483,2077,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,South Carolina,53,5356,,3035,462,2625,11691,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,South Dakota,16,1028,,627,110,538,2352,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Tennessee,108,10438,,5800,798,4777,22190,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Texas,269,29435,,14651,2157,12150,59360,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Utah,31,13744,,3638,301,2345,20171,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Virginia,164,10235,,5787,866,5168,22510,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Vermont,13,1028,,570,98,530,2294,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Washington,185,20153,,8681,1073,6053,36637,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Wisconsin,89,5318,,3444,548,2774,12387,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,West Virginia,39,3257,,1567,191,1354,6482,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,Wyoming,9,1152,,746,106,531,2579,,,,,,,,fccULSloader,w1cdn.net +2026-06-09,TOTAL,5603,409708,,202501,31130,166479,827486,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Alaska,16,1686,,953,134,708,3564,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Alabama,65,6051,,3519,503,3087,13469,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Arkansas,37,4508,,2168,291,1740,8882,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Arizona,109,11947,,5486,967,4903,23659,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,California,627,61388,,20263,3192,16304,103198,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Colorado,89,11536,,4890,680,4018,21424,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Connecticut,115,3350,,1992,361,1780,7765,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,District of Columbia,4,318,,132,19,130,615,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Delaware,21,875,,567,86,476,2063,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Florida,411,20220,,12925,2421,10685,47247,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Georgia,100,9856,,5430,789,4479,21035,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Hawaii,25,2118,,801,137,702,3916,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Iowa,52,3232,,1809,377,1582,7169,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Idaho,28,7125,,2868,248,1808,12169,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Illinois,249,9401,,5596,958,4641,21184,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Indiana,154,7894,,4528,674,3408,16951,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Kansas,65,3676,,2074,280,1648,7875,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Kentucky,72,5020,,2881,383,2213,10717,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Louisiana,57,2850,,1863,314,1435,6663,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Massachusetts,147,6414,,3768,632,3460,14685,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Maryland,93,5239,,2998,516,2805,11827,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Maine,36,2087,,1373,204,1163,4959,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Michigan,164,10671,,5828,933,4971,22909,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Minnesota,96,5689,,3217,570,2681,12431,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Missouri,91,8249,,4249,597,3318,16772,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Mississippi,19,2303,,1443,216,1343,5447,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Montana,27,2482,,1289,167,899,4924,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,North Carolina,141,11895,,6675,961,5688,25694,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,North Dakota,10,781,,439,63,328,1668,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Nebraska,23,1925,,1127,213,799,4162,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,New Hampshire,48,2663,,1665,252,1590,6323,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,New Jersey,187,6575,,3397,674,3245,14340,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,New Mexico,24,3448,,1596,262,1411,6861,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Nevada,39,4803,,2013,310,1682,8957,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,New York,371,13278,,7269,1277,6338,29003,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Ohio,301,13223,,7981,1205,6560,29767,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Oklahoma,42,5447,,2783,358,2119,10894,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Oregon,95,12041,,5313,662,3853,22290,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Pennsylvania,256,11591,,6761,1255,5987,26277,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Puerto Rico,99,3273,,1299,168,811,5787,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Rhode Island,20,907,,515,89,483,2077,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,South Carolina,53,5356,,3035,462,2625,11691,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,South Dakota,16,1028,,627,110,538,2352,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Tennessee,108,10438,,5800,798,4777,22190,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Texas,269,29435,,14651,2157,12150,59360,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Utah,31,13744,,3638,301,2345,20171,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Virginia,164,10235,,5787,866,5168,22510,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Vermont,13,1028,,570,98,530,2294,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Washington,185,20153,,8681,1073,6053,36637,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Wisconsin,89,5318,,3444,548,2774,12387,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,West Virginia,39,3257,,1567,191,1354,6482,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,Wyoming,9,1152,,746,106,531,2579,,,,,,,,fccULSloader,w1cdn.net +2026-06-10,TOTAL,5603,409708,,202501,31130,166479,827486,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Alaska,16,1686,,953,134,708,3564,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Alabama,65,6051,,3519,503,3087,13469,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Arkansas,37,4508,,2168,291,1740,8882,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Arizona,109,11947,,5486,967,4903,23659,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,California,627,61388,,20263,3192,16304,103198,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Colorado,89,11536,,4890,680,4018,21424,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Connecticut,115,3350,,1992,361,1780,7765,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,District of Columbia,4,318,,132,19,130,615,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Delaware,21,875,,567,86,476,2063,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Florida,411,20220,,12925,2421,10685,47247,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Georgia,100,9856,,5430,789,4479,21035,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Hawaii,25,2118,,801,137,702,3916,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Iowa,52,3232,,1809,377,1582,7169,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Idaho,28,7125,,2868,248,1808,12169,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Illinois,249,9401,,5596,958,4641,21184,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Indiana,154,7894,,4528,674,3408,16951,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Kansas,65,3676,,2074,280,1648,7875,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Kentucky,72,5020,,2881,383,2213,10717,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Louisiana,57,2850,,1863,314,1435,6663,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Massachusetts,147,6414,,3768,632,3460,14685,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Maryland,93,5239,,2998,516,2805,11827,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Maine,36,2087,,1373,204,1163,4959,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Michigan,164,10671,,5828,933,4971,22909,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Minnesota,96,5689,,3217,570,2681,12431,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Missouri,91,8249,,4249,597,3318,16772,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Mississippi,19,2303,,1443,216,1343,5447,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Montana,27,2482,,1289,167,899,4924,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,North Carolina,141,11895,,6675,961,5688,25694,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,North Dakota,10,781,,439,63,328,1668,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Nebraska,23,1925,,1127,213,799,4162,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,New Hampshire,48,2663,,1665,252,1590,6323,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,New Jersey,187,6575,,3397,674,3245,14340,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,New Mexico,24,3448,,1596,262,1411,6861,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Nevada,39,4803,,2013,310,1682,8957,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,New York,371,13278,,7269,1277,6338,29003,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Ohio,301,13223,,7981,1205,6560,29767,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Oklahoma,42,5447,,2783,358,2119,10894,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Oregon,95,12041,,5313,662,3853,22290,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Pennsylvania,256,11591,,6761,1255,5987,26277,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Puerto Rico,99,3273,,1299,168,811,5787,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Rhode Island,20,907,,515,89,483,2077,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,South Carolina,53,5356,,3035,462,2625,11691,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,South Dakota,16,1028,,627,110,538,2352,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Tennessee,108,10438,,5800,798,4777,22190,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Texas,269,29435,,14651,2157,12150,59360,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Utah,31,13744,,3638,301,2345,20171,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Virginia,164,10235,,5787,866,5168,22510,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Vermont,13,1028,,570,98,530,2294,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Washington,185,20153,,8681,1073,6053,36637,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Wisconsin,89,5318,,3444,548,2774,12387,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,West Virginia,39,3257,,1567,191,1354,6482,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,Wyoming,9,1152,,746,106,531,2579,,,,,,,,fccULSloader,w1cdn.net +2026-06-11,TOTAL,5603,409708,,202501,31130,166479,827486,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Alaska,16,1686,,953,134,708,3564,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Alabama,65,6051,,3519,503,3087,13469,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Arkansas,37,4508,,2168,291,1740,8882,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Arizona,109,11947,,5486,967,4903,23659,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,California,627,61388,,20263,3192,16304,103198,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Colorado,89,11536,,4890,680,4018,21424,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Connecticut,115,3350,,1992,361,1780,7765,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,District of Columbia,4,318,,132,19,130,615,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Delaware,21,875,,567,86,476,2063,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Florida,411,20220,,12925,2421,10685,47247,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Georgia,100,9856,,5430,789,4479,21035,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Hawaii,25,2118,,801,137,702,3916,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Iowa,52,3232,,1809,377,1582,7169,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Idaho,28,7125,,2868,248,1808,12169,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Illinois,249,9401,,5596,958,4641,21184,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Indiana,154,7894,,4528,674,3408,16951,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Kansas,65,3676,,2074,280,1648,7875,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Kentucky,72,5020,,2881,383,2213,10717,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Louisiana,57,2850,,1863,314,1435,6663,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Massachusetts,147,6414,,3768,632,3460,14685,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Maryland,93,5239,,2998,516,2805,11827,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Maine,36,2087,,1373,204,1163,4959,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Michigan,164,10671,,5828,933,4971,22909,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Minnesota,96,5689,,3217,570,2681,12431,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Missouri,91,8249,,4249,597,3318,16772,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Mississippi,19,2303,,1443,216,1343,5447,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Montana,27,2482,,1289,167,899,4924,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,North Carolina,141,11895,,6675,961,5688,25694,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,North Dakota,10,781,,439,63,328,1668,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Nebraska,23,1925,,1127,213,799,4162,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,New Hampshire,48,2663,,1665,252,1590,6323,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,New Jersey,187,6575,,3397,674,3245,14340,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,New Mexico,24,3448,,1596,262,1411,6861,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Nevada,39,4803,,2013,310,1682,8957,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,New York,371,13278,,7269,1277,6338,29003,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Ohio,301,13223,,7981,1205,6560,29767,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Oklahoma,42,5447,,2783,358,2119,10894,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Oregon,95,12041,,5313,662,3853,22290,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Pennsylvania,256,11591,,6761,1255,5987,26277,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Puerto Rico,99,3273,,1299,168,811,5787,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Rhode Island,20,907,,515,89,483,2077,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,South Carolina,53,5356,,3035,462,2625,11691,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,South Dakota,16,1028,,627,110,538,2352,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Tennessee,108,10438,,5800,798,4777,22190,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Texas,269,29435,,14651,2157,12150,59360,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Utah,31,13744,,3638,301,2345,20171,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Virginia,164,10235,,5787,866,5168,22510,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Virgin Islands,,135,,70,9,50,286,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Vermont,13,1028,,570,98,530,2294,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Washington,185,20153,,8681,1073,6053,36637,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Wisconsin,89,5318,,3444,548,2774,12387,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,West Virginia,39,3257,,1567,191,1354,6482,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,Wyoming,9,1152,,746,106,531,2579,,,,,,,,fccULSloader,w1cdn.net +2026-06-12,TOTAL,5603,409708,,202501,31130,166479,827486,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Alaska,16,1680,,954,134,707,3558,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Alabama,65,6052,,3523,503,3089,13476,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Arkansas,37,4503,,2167,291,1741,8877,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Arizona,109,11936,,5484,967,4906,23650,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,California,627,61337,,20259,3191,16307,103142,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Colorado,89,11532,,4894,680,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Connecticut,115,3350,,1993,361,1780,7766,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,District of Columbia,4,318,,132,19,129,614,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Delaware,21,874,,569,86,476,2064,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Florida,411,20237,,12925,2419,10688,47265,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Georgia,100,9860,,5437,789,4482,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Iowa,52,3235,,1809,377,1582,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Idaho,28,7123,,2870,247,1808,12168,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Illinois,248,9395,,5600,958,4641,21181,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Indiana,154,7887,,4526,674,3411,16945,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Kansas,65,3673,,2074,280,1650,7874,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Kentucky,72,5021,,2884,383,2213,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Louisiana,57,2852,,1862,314,1436,6665,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Massachusetts,145,6406,,3775,632,3459,14681,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Maryland,93,5239,,2999,516,2805,11828,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Maine,36,2087,,1369,203,1167,4958,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Michigan,164,10678,,5831,932,4974,22921,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Minnesota,96,5696,,3219,570,2681,12440,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Missouri,91,8243,,4251,597,3317,16768,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Mississippi,19,2290,,1443,217,1341,5433,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Montana,27,2479,,1291,166,899,4922,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,North Carolina,141,11898,,6685,961,5689,25708,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,North Dakota,10,783,,440,63,328,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Nebraska,23,1930,,1129,213,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,New Hampshire,48,2663,,1666,252,1591,6325,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,New Jersey,187,6583,,3397,673,3244,14346,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,New Mexico,24,3444,,1600,262,1411,6861,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Nevada,38,4800,,2014,310,1685,8957,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,New York,371,13276,,7274,1276,6345,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Ohio,300,13225,,7986,1204,6560,29772,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Oklahoma,42,5439,,2782,358,2120,10886,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Oregon,95,12028,,5309,660,3856,22274,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Pennsylvania,256,11589,,6759,1255,5982,26268,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Puerto Rico,99,3274,,1299,168,811,5789,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Rhode Island,20,907,,515,89,483,2077,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,South Carolina,53,5362,,3040,462,2625,11702,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,South Dakota,16,1032,,628,110,538,2357,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Tennessee,108,10435,,5800,796,4777,22185,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Texas,269,29473,,14649,2154,12151,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Utah,31,13746,,3636,300,2345,20171,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Virginia,164,10235,,5785,864,5165,22503,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Vermont,13,1030,,570,98,529,2295,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Washington,184,20164,,8679,1071,6054,36646,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Wisconsin,89,5327,,3442,548,2777,12397,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,West Virginia,39,3261,,1566,190,1354,6483,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,Wyoming,9,1152,,745,107,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-06-15,TOTAL,5597,409681,,202549,31109,166515,827517,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Alaska,16,1680,,954,134,707,3558,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Alabama,65,6052,,3523,503,3089,13476,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Arkansas,37,4503,,2167,291,1741,8877,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Arizona,109,11936,,5484,967,4906,23650,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,California,627,61337,,20259,3191,16307,103142,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Colorado,89,11532,,4894,680,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Connecticut,115,3350,,1993,361,1780,7766,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,District of Columbia,4,318,,132,19,129,614,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Delaware,21,874,,569,86,476,2064,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Florida,411,20237,,12925,2419,10688,47265,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Georgia,100,9860,,5437,789,4482,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Iowa,52,3235,,1809,377,1582,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Idaho,28,7123,,2870,247,1808,12168,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Illinois,248,9395,,5600,958,4641,21181,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Indiana,154,7887,,4526,674,3411,16945,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Kansas,65,3673,,2074,280,1650,7874,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Kentucky,72,5021,,2884,383,2213,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Louisiana,57,2852,,1862,314,1436,6665,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Massachusetts,145,6406,,3775,632,3459,14681,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Maryland,93,5239,,2999,516,2805,11828,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Maine,36,2087,,1369,203,1167,4958,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Michigan,164,10678,,5831,932,4974,22921,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Minnesota,96,5696,,3219,570,2681,12440,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Missouri,91,8243,,4251,597,3317,16768,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Mississippi,19,2290,,1443,217,1341,5433,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Montana,27,2479,,1291,166,899,4922,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,North Carolina,141,11898,,6685,961,5689,25708,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,North Dakota,10,783,,440,63,328,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Nebraska,23,1930,,1129,213,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,New Hampshire,48,2663,,1666,252,1591,6325,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,New Jersey,187,6583,,3397,673,3244,14346,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,New Mexico,24,3444,,1600,262,1411,6861,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Nevada,38,4800,,2014,310,1685,8957,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,New York,371,13276,,7274,1276,6345,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Ohio,300,13225,,7986,1204,6560,29772,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Oklahoma,42,5439,,2782,358,2120,10886,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Oregon,95,12028,,5309,660,3856,22274,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Pennsylvania,256,11589,,6759,1255,5982,26268,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Puerto Rico,99,3274,,1299,168,811,5789,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Rhode Island,20,907,,515,89,483,2077,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,South Carolina,53,5362,,3040,462,2625,11702,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,South Dakota,16,1032,,628,110,538,2357,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Tennessee,108,10435,,5800,796,4777,22185,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Texas,269,29473,,14649,2154,12151,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Utah,31,13746,,3636,300,2345,20171,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Virginia,164,10235,,5785,864,5165,22503,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Vermont,13,1030,,570,98,529,2295,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Washington,184,20164,,8679,1071,6054,36646,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Wisconsin,89,5327,,3442,548,2777,12397,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,West Virginia,39,3261,,1566,190,1354,6483,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,Wyoming,9,1152,,745,107,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-06-16,TOTAL,5597,409681,,202549,31109,166515,827517,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Alaska,16,1680,,954,134,707,3558,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Alabama,65,6052,,3523,503,3089,13476,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Arkansas,37,4503,,2167,291,1741,8877,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Arizona,109,11936,,5484,967,4906,23650,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,California,627,61337,,20259,3191,16307,103142,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Colorado,89,11532,,4894,680,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Connecticut,115,3350,,1993,361,1780,7766,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,District of Columbia,4,318,,132,19,129,614,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Delaware,21,874,,569,86,476,2064,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Florida,411,20237,,12925,2419,10688,47265,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Georgia,100,9860,,5437,789,4482,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Iowa,52,3235,,1809,377,1582,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Idaho,28,7123,,2870,247,1808,12168,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Illinois,248,9395,,5600,958,4641,21181,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Indiana,154,7887,,4526,674,3411,16945,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Kansas,65,3673,,2074,280,1650,7874,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Kentucky,72,5021,,2884,383,2213,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Louisiana,57,2852,,1862,314,1436,6665,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Massachusetts,145,6406,,3775,632,3459,14681,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Maryland,93,5239,,2999,516,2805,11828,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Maine,36,2087,,1369,203,1167,4958,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Michigan,164,10678,,5831,932,4974,22921,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Minnesota,96,5696,,3219,570,2681,12440,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Missouri,91,8243,,4251,597,3317,16768,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Mississippi,19,2290,,1443,217,1341,5433,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Montana,27,2479,,1291,166,899,4922,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,North Carolina,141,11898,,6685,961,5689,25708,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,North Dakota,10,783,,440,63,328,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Nebraska,23,1930,,1129,213,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,New Hampshire,48,2663,,1666,252,1591,6325,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,New Jersey,187,6583,,3397,673,3244,14346,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,New Mexico,24,3444,,1600,262,1411,6861,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Nevada,38,4800,,2014,310,1685,8957,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,New York,371,13276,,7274,1276,6345,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Ohio,300,13225,,7986,1204,6560,29772,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Oklahoma,42,5439,,2782,358,2120,10886,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Oregon,95,12028,,5309,660,3856,22274,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Pennsylvania,256,11589,,6759,1255,5982,26268,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Puerto Rico,99,3274,,1299,168,811,5789,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Rhode Island,20,907,,515,89,483,2077,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,South Carolina,53,5362,,3040,462,2625,11702,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,South Dakota,16,1032,,628,110,538,2357,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Tennessee,108,10435,,5800,796,4777,22185,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Texas,269,29473,,14649,2154,12151,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Utah,31,13746,,3636,300,2345,20171,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Virginia,164,10235,,5785,864,5165,22503,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Vermont,13,1030,,570,98,529,2295,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Washington,184,20164,,8679,1071,6054,36646,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Wisconsin,89,5327,,3442,548,2777,12397,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,West Virginia,39,3261,,1566,190,1354,6483,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,Wyoming,9,1152,,745,107,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-06-17,TOTAL,5597,409681,,202549,31109,166515,827517,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Alaska,16,1680,,954,134,707,3558,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Alabama,65,6052,,3523,503,3089,13476,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Arkansas,37,4503,,2167,291,1741,8877,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Arizona,109,11936,,5484,967,4906,23650,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,California,627,61337,,20259,3191,16307,103142,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Colorado,89,11532,,4894,680,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Connecticut,115,3350,,1993,361,1780,7766,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,District of Columbia,4,318,,132,19,129,614,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Delaware,21,874,,569,86,476,2064,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Florida,411,20237,,12925,2419,10688,47265,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Georgia,100,9860,,5437,789,4482,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Iowa,52,3235,,1809,377,1582,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Idaho,28,7123,,2870,247,1808,12168,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Illinois,248,9395,,5600,958,4641,21181,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Indiana,154,7887,,4526,674,3411,16945,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Kansas,65,3673,,2074,280,1650,7874,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Kentucky,72,5021,,2884,383,2213,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Louisiana,57,2852,,1862,314,1436,6665,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Massachusetts,145,6406,,3775,632,3459,14681,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Maryland,93,5239,,2999,516,2805,11828,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Maine,36,2087,,1369,203,1167,4958,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Michigan,164,10678,,5831,932,4974,22921,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Minnesota,96,5696,,3219,570,2681,12440,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Missouri,91,8243,,4251,597,3317,16768,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Mississippi,19,2290,,1443,217,1341,5433,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Montana,27,2479,,1291,166,899,4922,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,North Carolina,141,11898,,6685,961,5689,25708,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,North Dakota,10,783,,440,63,328,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Nebraska,23,1930,,1129,213,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,New Hampshire,48,2663,,1666,252,1591,6325,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,New Jersey,187,6583,,3397,673,3244,14346,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,New Mexico,24,3444,,1600,262,1411,6861,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Nevada,38,4800,,2014,310,1685,8957,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,New York,371,13276,,7274,1276,6345,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Ohio,300,13225,,7986,1204,6560,29772,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Oklahoma,42,5439,,2782,358,2120,10886,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Oregon,95,12028,,5309,660,3856,22274,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Pennsylvania,256,11589,,6759,1255,5982,26268,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Puerto Rico,99,3274,,1299,168,811,5789,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Rhode Island,20,907,,515,89,483,2077,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,South Carolina,53,5362,,3040,462,2625,11702,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,South Dakota,16,1032,,628,110,538,2357,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Tennessee,108,10435,,5800,796,4777,22185,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Texas,269,29473,,14649,2154,12151,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Utah,31,13746,,3636,300,2345,20171,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Virginia,164,10235,,5785,864,5165,22503,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Vermont,13,1030,,570,98,529,2295,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Washington,184,20164,,8679,1071,6054,36646,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Wisconsin,89,5327,,3442,548,2777,12397,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,West Virginia,39,3261,,1566,190,1354,6483,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,Wyoming,9,1152,,745,107,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-06-18,TOTAL,5597,409681,,202549,31109,166515,827517,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Alaska,16,1680,,954,134,707,3558,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Alabama,65,6052,,3523,503,3089,13476,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Arkansas,37,4503,,2167,291,1741,8877,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Arizona,109,11936,,5484,967,4906,23650,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,California,627,61337,,20259,3191,16307,103142,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Colorado,89,11532,,4894,680,4019,21425,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Connecticut,115,3350,,1993,361,1780,7766,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,District of Columbia,4,318,,132,19,129,614,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Delaware,21,874,,569,86,476,2064,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Florida,411,20237,,12925,2419,10688,47265,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Georgia,100,9860,,5437,789,4482,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Iowa,52,3235,,1809,377,1582,7172,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Idaho,28,7123,,2870,247,1808,12168,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Illinois,248,9395,,5600,958,4641,21181,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Indiana,154,7887,,4526,674,3411,16945,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Kansas,65,3673,,2074,280,1650,7874,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Kentucky,72,5021,,2884,383,2213,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Louisiana,57,2852,,1862,314,1436,6665,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Massachusetts,145,6406,,3775,632,3459,14681,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Maryland,93,5239,,2999,516,2805,11828,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Maine,36,2087,,1369,203,1167,4958,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Michigan,164,10678,,5831,932,4974,22921,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Minnesota,96,5696,,3219,570,2681,12440,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Missouri,91,8243,,4251,597,3317,16768,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Northern Mariana Islands,,130,,36,,120,304,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Mississippi,19,2290,,1443,217,1341,5433,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Montana,27,2479,,1291,166,899,4922,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,North Carolina,141,11898,,6685,961,5689,25708,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,North Dakota,10,783,,440,63,328,1671,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Nebraska,23,1930,,1129,213,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,New Hampshire,48,2663,,1666,252,1591,6325,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,New Jersey,187,6583,,3397,673,3244,14346,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,New Mexico,24,3444,,1600,262,1411,6861,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Nevada,38,4800,,2014,310,1685,8957,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,New York,371,13276,,7274,1276,6345,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Ohio,300,13225,,7986,1204,6560,29772,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Oklahoma,42,5439,,2782,358,2120,10886,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Oregon,95,12028,,5309,660,3856,22274,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Pennsylvania,256,11589,,6759,1255,5982,26268,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Puerto Rico,99,3274,,1299,168,811,5789,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Rhode Island,20,907,,515,89,483,2077,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,South Carolina,53,5362,,3040,462,2625,11702,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,South Dakota,16,1032,,628,110,538,2357,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Tennessee,108,10435,,5800,796,4777,22185,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Texas,269,29473,,14649,2154,12151,59393,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Utah,31,13746,,3636,300,2345,20171,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Virginia,164,10235,,5785,864,5165,22503,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Vermont,13,1030,,570,98,529,2295,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Washington,184,20164,,8679,1071,6054,36646,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Wisconsin,89,5327,,3442,548,2777,12397,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,West Virginia,39,3261,,1566,190,1354,6483,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,Wyoming,9,1152,,745,107,532,2580,,,,,,,,fccULSloader,w1cdn.net +2026-06-19,TOTAL,5597,409681,,202549,31109,166515,827517,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Alaska,16,1684,,954,134,707,3561,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Alabama,65,6042,,3524,503,3089,13467,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Arkansas,37,4493,,2172,291,1741,8872,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Arizona,109,11939,,5485,967,4904,23652,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,California,625,61259,,20218,3187,16311,103020,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Colorado,89,11534,,4890,678,4022,21424,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Connecticut,115,3352,,1993,359,1780,7767,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,District of Columbia,4,318,,132,19,130,615,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Delaware,21,873,,568,86,476,2062,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Florida,410,20234,,12918,2417,10689,47253,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Georgia,99,9858,,5440,787,4484,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Hawaii,25,2116,,800,137,702,3913,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Iowa,52,3236,,1806,374,1582,7167,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Idaho,28,7117,,2870,247,1808,12162,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Illinois,246,9386,,5605,958,4638,21172,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Indiana,154,7888,,4520,674,3420,16949,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Kansas,65,3678,,2075,279,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Kentucky,72,5020,,2884,383,2214,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Louisiana,57,2849,,1863,314,1436,6663,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Massachusetts,145,6420,,3775,632,3460,14696,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Maryland,92,5237,,2995,516,2805,11821,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Maine,36,2087,,1369,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Michigan,163,10673,,5825,930,4969,22901,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Minnesota,96,5688,,3218,569,2678,12427,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Missouri,91,8238,,4252,597,3319,16766,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Northern Mariana Islands,,130,,36,,119,303,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Mississippi,18,2289,,1445,217,1339,5431,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Montana,27,2480,,1292,166,898,4923,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,North Carolina,141,11905,,6686,960,5690,25716,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,North Dakota,10,780,,440,63,328,1668,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Nebraska,23,1928,,1130,213,801,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,New Hampshire,48,2663,,1666,251,1591,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,New Jersey,187,6575,,3392,672,3243,14330,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,New Mexico,24,3440,,1602,262,1410,6858,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Nevada,38,4789,,2014,310,1685,8946,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,New York,371,13288,,7268,1274,6341,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Ohio,300,13236,,7984,1201,6559,29777,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Oklahoma,42,5446,,2783,358,2122,10896,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Oregon,94,12012,,5309,660,3856,22257,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Pennsylvania,256,11576,,6761,1254,5984,26258,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Puerto Rico,99,3273,,1299,168,811,5788,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Rhode Island,20,905,,517,89,484,2078,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,South Carolina,53,5342,,3036,461,2623,11675,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,South Dakota,16,1034,,628,110,538,2359,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Tennessee,107,10429,,5803,794,4778,22179,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Texas,268,29483,,14658,2153,12151,59410,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Utah,30,13752,,3642,300,2347,20184,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Virginia,164,10237,,5781,863,5164,22497,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Vermont,13,1028,,568,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Washington,184,20160,,8671,1068,6054,36631,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Wisconsin,89,5330,,3444,548,2774,12399,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,West Virginia,39,3257,,1569,190,1352,6480,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,Wyoming,9,1150,,745,107,532,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-22,TOTAL,5584,409533,,202496,31073,166517,827263,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Alaska,16,1684,,954,134,707,3561,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Alabama,65,6042,,3524,503,3089,13467,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Arkansas,37,4493,,2172,291,1741,8872,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Arizona,109,11939,,5485,967,4904,23652,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,California,625,61259,,20218,3187,16311,103020,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Colorado,89,11534,,4890,678,4022,21424,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Connecticut,115,3352,,1993,359,1780,7767,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,District of Columbia,4,318,,132,19,130,615,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Delaware,21,873,,568,86,476,2062,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Florida,410,20234,,12918,2417,10689,47253,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Georgia,99,9858,,5440,787,4484,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Hawaii,25,2116,,800,137,702,3913,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Iowa,52,3236,,1806,374,1582,7167,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Idaho,28,7117,,2870,247,1808,12162,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Illinois,246,9386,,5605,958,4638,21172,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Indiana,154,7888,,4520,674,3420,16949,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Kansas,65,3678,,2075,279,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Kentucky,72,5020,,2884,383,2214,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Louisiana,57,2849,,1863,314,1436,6663,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Massachusetts,145,6420,,3775,632,3460,14696,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Maryland,92,5237,,2995,516,2805,11821,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Maine,36,2087,,1369,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Michigan,163,10673,,5825,930,4969,22901,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Minnesota,96,5688,,3218,569,2678,12427,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Missouri,91,8238,,4252,597,3319,16766,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Northern Mariana Islands,,130,,36,,119,303,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Mississippi,18,2289,,1445,217,1339,5431,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Montana,27,2480,,1292,166,898,4923,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,North Carolina,141,11905,,6686,960,5690,25716,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,North Dakota,10,780,,440,63,328,1668,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Nebraska,23,1928,,1130,213,801,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,New Hampshire,48,2663,,1666,251,1591,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,New Jersey,187,6575,,3392,672,3243,14330,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,New Mexico,24,3440,,1602,262,1410,6858,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Nevada,38,4789,,2014,310,1685,8946,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,New York,371,13288,,7268,1274,6341,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Ohio,300,13236,,7984,1201,6559,29777,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Oklahoma,42,5446,,2783,358,2122,10896,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Oregon,94,12012,,5309,660,3856,22257,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Pennsylvania,256,11576,,6761,1254,5984,26258,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Puerto Rico,99,3273,,1299,168,811,5788,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Rhode Island,20,905,,517,89,484,2078,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,South Carolina,53,5342,,3036,461,2623,11675,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,South Dakota,16,1034,,628,110,538,2359,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Tennessee,107,10429,,5803,794,4778,22179,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Texas,268,29483,,14658,2153,12151,59410,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Utah,30,13752,,3642,300,2347,20184,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Virginia,164,10237,,5781,863,5164,22497,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Vermont,13,1028,,568,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Washington,184,20160,,8671,1068,6054,36631,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Wisconsin,89,5330,,3444,548,2774,12399,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,West Virginia,39,3257,,1569,190,1352,6480,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,Wyoming,9,1150,,745,107,532,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-23,TOTAL,5584,409533,,202496,31073,166517,827263,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Alaska,16,1684,,954,134,707,3561,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Alabama,65,6042,,3524,503,3089,13467,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Arkansas,37,4493,,2172,291,1741,8872,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Arizona,109,11939,,5485,967,4904,23652,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,California,625,61259,,20218,3187,16311,103020,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Colorado,89,11534,,4890,678,4022,21424,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Connecticut,115,3352,,1993,359,1780,7767,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,District of Columbia,4,318,,132,19,130,615,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Delaware,21,873,,568,86,476,2062,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Florida,410,20234,,12918,2417,10689,47253,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Georgia,99,9858,,5440,787,4484,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Hawaii,25,2116,,800,137,702,3913,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Iowa,52,3236,,1806,374,1582,7167,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Idaho,28,7117,,2870,247,1808,12162,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Illinois,246,9386,,5605,958,4638,21172,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Indiana,154,7888,,4520,674,3420,16949,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Kansas,65,3678,,2075,279,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Kentucky,72,5020,,2884,383,2214,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Louisiana,57,2849,,1863,314,1436,6663,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Massachusetts,145,6420,,3775,632,3460,14696,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Maryland,92,5237,,2995,516,2805,11821,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Maine,36,2087,,1369,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Michigan,163,10673,,5825,930,4969,22901,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Minnesota,96,5688,,3218,569,2678,12427,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Missouri,91,8238,,4252,597,3319,16766,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Northern Mariana Islands,,130,,36,,119,303,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Mississippi,18,2289,,1445,217,1339,5431,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Montana,27,2480,,1292,166,898,4923,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,North Carolina,141,11905,,6686,960,5690,25716,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,North Dakota,10,780,,440,63,328,1668,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Nebraska,23,1928,,1130,213,801,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,New Hampshire,48,2663,,1666,251,1591,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,New Jersey,187,6575,,3392,672,3243,14330,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,New Mexico,24,3440,,1602,262,1410,6858,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Nevada,38,4789,,2014,310,1685,8946,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,New York,371,13288,,7268,1274,6341,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Ohio,300,13236,,7984,1201,6559,29777,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Oklahoma,42,5446,,2783,358,2122,10896,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Oregon,94,12012,,5309,660,3856,22257,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Pennsylvania,256,11576,,6761,1254,5984,26258,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Puerto Rico,99,3273,,1299,168,811,5788,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Rhode Island,20,905,,517,89,484,2078,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,South Carolina,53,5342,,3036,461,2623,11675,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,South Dakota,16,1034,,628,110,538,2359,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Tennessee,107,10429,,5803,794,4778,22179,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Texas,268,29483,,14658,2153,12151,59410,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Utah,30,13752,,3642,300,2347,20184,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Virginia,164,10237,,5781,863,5164,22497,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Vermont,13,1028,,568,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Washington,184,20160,,8671,1068,6054,36631,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Wisconsin,89,5330,,3444,548,2774,12399,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,West Virginia,39,3257,,1569,190,1352,6480,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,Wyoming,9,1150,,745,107,532,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-24,TOTAL,5584,409533,,202496,31073,166517,827263,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Alaska,16,1684,,954,134,707,3561,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Alabama,65,6042,,3524,503,3089,13467,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Arkansas,37,4493,,2172,291,1741,8872,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Arizona,109,11939,,5485,967,4904,23652,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,California,625,61259,,20218,3187,16311,103020,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Colorado,89,11534,,4890,678,4022,21424,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Connecticut,115,3352,,1993,359,1780,7767,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,District of Columbia,4,318,,132,19,130,615,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Delaware,21,873,,568,86,476,2062,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Florida,410,20234,,12918,2417,10689,47253,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Georgia,99,9858,,5440,787,4484,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Hawaii,25,2116,,800,137,702,3913,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Iowa,52,3236,,1806,374,1582,7167,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Idaho,28,7117,,2870,247,1808,12162,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Illinois,246,9386,,5605,958,4638,21172,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Indiana,154,7888,,4520,674,3420,16949,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Kansas,65,3678,,2075,279,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Kentucky,72,5020,,2884,383,2214,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Louisiana,57,2849,,1863,314,1436,6663,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Massachusetts,145,6420,,3775,632,3460,14696,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Maryland,92,5237,,2995,516,2805,11821,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Maine,36,2087,,1369,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Michigan,163,10673,,5825,930,4969,22901,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Minnesota,96,5688,,3218,569,2678,12427,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Missouri,91,8238,,4252,597,3319,16766,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Northern Mariana Islands,,130,,36,,119,303,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Mississippi,18,2289,,1445,217,1339,5431,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Montana,27,2480,,1292,166,898,4923,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,North Carolina,141,11905,,6686,960,5690,25716,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,North Dakota,10,780,,440,63,328,1668,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Nebraska,23,1928,,1130,213,801,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,New Hampshire,48,2663,,1666,251,1591,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,New Jersey,187,6575,,3392,672,3243,14330,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,New Mexico,24,3440,,1602,262,1410,6858,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Nevada,38,4789,,2014,310,1685,8946,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,New York,371,13288,,7268,1274,6341,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Ohio,300,13236,,7984,1201,6559,29777,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Oklahoma,42,5446,,2783,358,2122,10896,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Oregon,94,12012,,5309,660,3856,22257,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Pennsylvania,256,11576,,6761,1254,5984,26258,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Puerto Rico,99,3273,,1299,168,811,5788,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Rhode Island,20,905,,517,89,484,2078,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,South Carolina,53,5342,,3036,461,2623,11675,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,South Dakota,16,1034,,628,110,538,2359,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Tennessee,107,10429,,5803,794,4778,22179,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Texas,268,29483,,14658,2153,12151,59410,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Utah,30,13752,,3642,300,2347,20184,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Virginia,164,10237,,5781,863,5164,22497,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Vermont,13,1028,,568,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Washington,184,20160,,8671,1068,6054,36631,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Wisconsin,89,5330,,3444,548,2774,12399,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,West Virginia,39,3257,,1569,190,1352,6480,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,Wyoming,9,1150,,745,107,532,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-25,TOTAL,5584,409533,,202496,31073,166517,827263,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Armed Forces Europe,1,81,,33,2,45,162,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Alaska,16,1684,,954,134,707,3561,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Alabama,65,6042,,3524,503,3089,13467,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Arkansas,37,4493,,2172,291,1741,8872,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Arizona,109,11939,,5485,967,4904,23652,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,California,625,61259,,20218,3187,16311,103020,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Colorado,89,11534,,4890,678,4022,21424,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Connecticut,115,3352,,1993,359,1780,7767,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,District of Columbia,4,318,,132,19,130,615,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Delaware,21,873,,568,86,476,2062,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Florida,410,20234,,12918,2417,10689,47253,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Georgia,99,9858,,5440,787,4484,21049,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Hawaii,25,2116,,800,137,702,3913,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Iowa,52,3236,,1806,374,1582,7167,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Idaho,28,7117,,2870,247,1808,12162,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Illinois,246,9386,,5605,958,4638,21172,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Indiana,154,7888,,4520,674,3420,16949,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Kansas,65,3678,,2075,279,1650,7879,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Kentucky,72,5020,,2884,383,2214,10721,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Louisiana,57,2849,,1863,314,1436,6663,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Massachusetts,145,6420,,3775,632,3460,14696,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Maryland,92,5237,,2995,516,2805,11821,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Maine,36,2087,,1369,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Michigan,163,10673,,5825,930,4969,22901,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Minnesota,96,5688,,3218,569,2678,12427,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Missouri,91,8238,,4252,597,3319,16766,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Northern Mariana Islands,,130,,36,,119,303,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Mississippi,18,2289,,1445,217,1339,5431,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Montana,27,2480,,1292,166,898,4923,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,North Carolina,141,11905,,6686,960,5690,25716,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,North Dakota,10,780,,440,63,328,1668,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Nebraska,23,1928,,1130,213,801,4170,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,New Hampshire,48,2663,,1666,251,1591,6324,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,New Jersey,187,6575,,3392,672,3243,14330,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,New Mexico,24,3440,,1602,262,1410,6858,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Nevada,38,4789,,2014,310,1685,8946,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,New York,371,13288,,7268,1274,6341,29012,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Ohio,300,13236,,7984,1201,6559,29777,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Oklahoma,42,5446,,2783,358,2122,10896,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Oregon,94,12012,,5309,660,3856,22257,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Pennsylvania,256,11576,,6761,1254,5984,26258,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Puerto Rico,99,3273,,1299,168,811,5788,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Rhode Island,20,905,,517,89,484,2078,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,South Carolina,53,5342,,3036,461,2623,11675,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,South Dakota,16,1034,,628,110,538,2359,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Tennessee,107,10429,,5803,794,4778,22179,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Texas,268,29483,,14658,2153,12151,59410,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Utah,30,13752,,3642,300,2347,20184,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Virginia,164,10237,,5781,863,5164,22497,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Virgin Islands,,134,,70,9,50,285,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Vermont,13,1028,,568,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Washington,184,20160,,8671,1068,6054,36631,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Wisconsin,89,5330,,3444,548,2774,12399,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,West Virginia,39,3257,,1569,190,1352,6480,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,Wyoming,9,1150,,745,107,532,2578,,,,,,,,fccULSloader,w1cdn.net +2026-06-26,TOTAL,5584,409533,,202496,31073,166517,827263,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Alaska,16,1687,,955,134,707,3565,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Alabama,65,6033,,3524,502,3092,13459,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Arkansas,37,4496,,2172,291,1740,8874,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Arizona,109,11933,,5485,967,4907,23649,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,California,625,61220,,20217,3186,16317,102983,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Colorado,89,11519,,4885,678,4026,21408,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,District of Columbia,4,317,,134,19,130,616,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Delaware,21,873,,567,86,476,2061,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Florida,410,20243,,12928,2415,10691,47271,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Georgia,99,9856,,5445,787,4484,21053,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Guam,1,102,,47,8,101,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Iowa,52,3237,,1803,373,1581,7163,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Idaho,28,7118,,2867,246,1809,12160,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Illinois,245,9350,,5616,956,4639,21146,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Indiana,154,7887,,4515,674,3424,16947,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Kansas,64,3672,,2075,278,1650,7871,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Kentucky,72,5021,,2888,383,2216,10729,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Louisiana,57,2851,,1859,314,1439,6664,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Massachusetts,145,6426,,3776,632,3457,14700,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Maryland,92,5218,,2997,515,2806,11804,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Maine,36,2088,,1368,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Michigan,163,10666,,5830,928,4968,22896,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Minnesota,96,5686,,3220,569,2676,12425,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Missouri,91,8236,,4252,596,3317,16761,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Mississippi,18,2286,,1444,217,1338,5426,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Montana,27,2476,,1292,166,898,4918,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,North Carolina,140,11900,,6693,958,5691,25716,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,North Dakota,10,776,,441,63,327,1664,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Nebraska,23,1929,,1131,213,802,4173,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,New Hampshire,48,2664,,1664,251,1591,6323,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,New Jersey,187,6570,,3397,671,3244,14331,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,New Mexico,24,3441,,1599,262,1410,6856,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Nevada,38,4803,,2017,309,1685,8963,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,New York,371,13284,,7271,1272,6345,29013,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Ohio,300,13219,,7994,1201,6558,29769,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Oklahoma,42,5452,,2784,356,2122,10901,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Oregon,94,12007,,5313,659,3852,22251,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Pennsylvania,256,11588,,6766,1254,5982,26273,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Puerto Rico,98,3283,,1286,168,823,5796,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Rhode Island,20,900,,516,89,484,2072,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,South Carolina,53,5344,,3036,461,2631,11685,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,South Dakota,16,1037,,629,110,539,2364,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Tennessee,107,10435,,5800,794,4777,22181,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Texas,267,29511,,14663,2153,12157,59446,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Utah,30,13748,,3639,300,2344,20174,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Virginia,164,10245,,5788,861,5166,22512,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Vermont,13,1026,,571,98,529,2292,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Washington,184,20149,,8669,1068,6049,36613,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Wisconsin,89,5321,,3447,548,2774,12393,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,West Virginia,39,3256,,1569,190,1353,6480,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,Wyoming,9,1151,,747,107,532,2581,,,,,,,,fccULSloader,w1cdn.net +2026-06-29,TOTAL,5579,409425,,202548,31049,166556,827215,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Alaska,16,1687,,955,134,707,3565,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Alabama,65,6033,,3524,502,3092,13459,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Arkansas,37,4496,,2172,291,1740,8874,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Arizona,109,11933,,5485,967,4907,23649,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,California,625,61220,,20217,3186,16317,102983,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Colorado,89,11519,,4885,678,4026,21408,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,District of Columbia,4,317,,134,19,130,616,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Delaware,21,873,,567,86,476,2061,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Florida,410,20243,,12928,2415,10691,47271,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Georgia,99,9856,,5445,787,4484,21053,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Guam,1,102,,47,8,101,271,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Iowa,52,3237,,1803,373,1581,7163,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Idaho,28,7118,,2867,246,1809,12160,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Illinois,245,9350,,5616,956,4639,21146,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Indiana,154,7887,,4515,674,3424,16947,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Kansas,64,3672,,2075,278,1650,7871,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Kentucky,72,5021,,2888,383,2216,10729,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Louisiana,57,2851,,1859,314,1439,6664,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Massachusetts,145,6426,,3776,632,3457,14700,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Maryland,92,5218,,2997,515,2806,11804,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Maine,36,2088,,1368,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Michigan,163,10666,,5830,928,4968,22896,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Minnesota,96,5686,,3220,569,2676,12425,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Missouri,91,8236,,4252,596,3317,16761,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Mississippi,18,2286,,1444,217,1338,5426,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Montana,27,2476,,1292,166,898,4918,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,North Carolina,140,11900,,6693,958,5691,25716,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,North Dakota,10,776,,441,63,327,1664,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Nebraska,23,1929,,1131,213,802,4173,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,New Hampshire,48,2664,,1664,251,1591,6323,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,New Jersey,187,6570,,3397,671,3244,14331,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,New Mexico,24,3441,,1599,262,1410,6856,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Nevada,38,4803,,2017,309,1685,8963,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,New York,371,13284,,7271,1272,6345,29013,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Ohio,300,13219,,7994,1201,6558,29769,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Oklahoma,42,5452,,2784,356,2122,10901,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Oregon,94,12007,,5313,659,3852,22251,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Pennsylvania,256,11588,,6766,1254,5982,26273,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Puerto Rico,98,3283,,1286,168,823,5796,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Rhode Island,20,900,,516,89,484,2072,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,South Carolina,53,5344,,3036,461,2631,11685,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,South Dakota,16,1037,,629,110,539,2364,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Tennessee,107,10435,,5800,794,4777,22181,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Texas,267,29511,,14663,2153,12157,59446,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Utah,30,13748,,3639,300,2344,20174,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Virginia,164,10245,,5788,861,5166,22512,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Vermont,13,1026,,571,98,529,2292,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Washington,184,20149,,8669,1068,6049,36613,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Wisconsin,89,5321,,3447,548,2774,12393,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,West Virginia,39,3256,,1569,190,1353,6480,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,Wyoming,9,1151,,747,107,532,2581,,,,,,,,fccULSloader,w1cdn.net +2026-06-30,TOTAL,5579,409425,,202548,31049,166556,827215,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Alaska,16,1687,,955,134,707,3565,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Alabama,65,6033,,3524,502,3092,13459,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Arkansas,37,4496,,2172,291,1740,8874,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Arizona,109,11933,,5485,967,4907,23649,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,California,625,61220,,20217,3186,16317,102983,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Colorado,89,11519,,4885,678,4026,21408,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,District of Columbia,4,317,,134,19,130,616,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Delaware,21,873,,567,86,476,2061,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Florida,410,20243,,12928,2415,10691,47271,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Georgia,99,9856,,5445,787,4484,21053,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Guam,1,102,,47,8,101,271,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Iowa,52,3237,,1803,373,1581,7163,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Idaho,28,7118,,2867,246,1809,12160,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Illinois,245,9350,,5616,956,4639,21146,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Indiana,154,7887,,4515,674,3424,16947,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Kansas,64,3672,,2075,278,1650,7871,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Kentucky,72,5021,,2888,383,2216,10729,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Louisiana,57,2851,,1859,314,1439,6664,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Massachusetts,145,6426,,3776,632,3457,14700,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Maryland,92,5218,,2997,515,2806,11804,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Maine,36,2088,,1368,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Michigan,163,10666,,5830,928,4968,22896,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Minnesota,96,5686,,3220,569,2676,12425,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Missouri,91,8236,,4252,596,3317,16761,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Mississippi,18,2286,,1444,217,1338,5426,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Montana,27,2476,,1292,166,898,4918,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,North Carolina,140,11900,,6693,958,5691,25716,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,North Dakota,10,776,,441,63,327,1664,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Nebraska,23,1929,,1131,213,802,4173,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,New Hampshire,48,2664,,1664,251,1591,6323,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,New Jersey,187,6570,,3397,671,3244,14331,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,New Mexico,24,3441,,1599,262,1410,6856,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Nevada,38,4803,,2017,309,1685,8963,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,New York,371,13284,,7271,1272,6345,29013,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Ohio,300,13219,,7994,1201,6558,29769,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Oklahoma,42,5452,,2784,356,2122,10901,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Oregon,94,12007,,5313,659,3852,22251,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Pennsylvania,256,11588,,6766,1254,5982,26273,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Puerto Rico,98,3283,,1286,168,823,5796,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Rhode Island,20,900,,516,89,484,2072,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,South Carolina,53,5344,,3036,461,2631,11685,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,South Dakota,16,1037,,629,110,539,2364,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Tennessee,107,10435,,5800,794,4777,22181,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Texas,267,29511,,14663,2153,12157,59446,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Utah,30,13748,,3639,300,2344,20174,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Virginia,164,10245,,5788,861,5166,22512,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Vermont,13,1026,,571,98,529,2292,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Washington,184,20149,,8669,1068,6049,36613,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Wisconsin,89,5321,,3447,548,2774,12393,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,West Virginia,39,3256,,1569,190,1353,6480,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,Wyoming,9,1151,,747,107,532,2581,,,,,,,,fccULSloader,w1cdn.net +2026-07-01,TOTAL,5579,409425,,202548,31049,166556,827215,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Alaska,16,1687,,955,134,707,3565,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Alabama,65,6033,,3524,502,3092,13459,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Arkansas,37,4496,,2172,291,1740,8874,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Arizona,109,11933,,5485,967,4907,23649,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,California,625,61220,,20217,3186,16317,102983,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Colorado,89,11519,,4885,678,4026,21408,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,District of Columbia,4,317,,134,19,130,616,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Delaware,21,873,,567,86,476,2061,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Florida,410,20243,,12928,2415,10691,47271,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Georgia,99,9856,,5445,787,4484,21053,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Guam,1,102,,47,8,101,271,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Iowa,52,3237,,1803,373,1581,7163,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Idaho,28,7118,,2867,246,1809,12160,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Illinois,245,9350,,5616,956,4639,21146,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Indiana,154,7887,,4515,674,3424,16947,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Kansas,64,3672,,2075,278,1650,7871,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Kentucky,72,5021,,2888,383,2216,10729,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Louisiana,57,2851,,1859,314,1439,6664,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Massachusetts,145,6426,,3776,632,3457,14700,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Maryland,92,5218,,2997,515,2806,11804,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Maine,36,2088,,1368,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Michigan,163,10666,,5830,928,4968,22896,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Minnesota,96,5686,,3220,569,2676,12425,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Missouri,91,8236,,4252,596,3317,16761,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Mississippi,18,2286,,1444,217,1338,5426,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Montana,27,2476,,1292,166,898,4918,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,North Carolina,140,11900,,6693,958,5691,25716,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,North Dakota,10,776,,441,63,327,1664,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Nebraska,23,1929,,1131,213,802,4173,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,New Hampshire,48,2664,,1664,251,1591,6323,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,New Jersey,187,6570,,3397,671,3244,14331,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,New Mexico,24,3441,,1599,262,1410,6856,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Nevada,38,4803,,2017,309,1685,8963,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,New York,371,13284,,7271,1272,6345,29013,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Ohio,300,13219,,7994,1201,6558,29769,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Oklahoma,42,5452,,2784,356,2122,10901,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Oregon,94,12007,,5313,659,3852,22251,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Pennsylvania,256,11588,,6766,1254,5982,26273,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Puerto Rico,98,3283,,1286,168,823,5796,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Rhode Island,20,900,,516,89,484,2072,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,South Carolina,53,5344,,3036,461,2631,11685,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,South Dakota,16,1037,,629,110,539,2364,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Tennessee,107,10435,,5800,794,4777,22181,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Texas,267,29511,,14663,2153,12157,59446,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Utah,30,13748,,3639,300,2344,20174,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Virginia,164,10245,,5788,861,5166,22512,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Vermont,13,1026,,571,98,529,2292,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Washington,184,20149,,8669,1068,6049,36613,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Wisconsin,89,5321,,3447,548,2774,12393,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,West Virginia,39,3256,,1569,190,1353,6480,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,Wyoming,9,1151,,747,107,532,2581,,,,,,,,fccULSloader,w1cdn.net +2026-07-02,TOTAL,5579,409425,,202548,31049,166556,827215,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Alaska,16,1687,,955,134,707,3565,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Alabama,65,6033,,3524,502,3092,13459,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Armed Forces Pacific,,74,,22,2,25,124,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Arkansas,37,4496,,2172,291,1740,8874,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Arizona,109,11933,,5485,967,4907,23649,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,California,625,61220,,20217,3186,16317,102983,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Colorado,89,11519,,4885,678,4026,21408,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,District of Columbia,4,317,,134,19,130,616,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Delaware,21,873,,567,86,476,2061,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Florida,410,20243,,12928,2415,10691,47271,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Georgia,99,9856,,5445,787,4484,21053,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Guam,1,102,,47,8,101,271,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Hawaii,25,2115,,802,137,702,3914,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Iowa,52,3237,,1803,373,1581,7163,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Idaho,28,7118,,2867,246,1809,12160,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Illinois,245,9350,,5616,956,4639,21146,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Indiana,154,7887,,4515,674,3424,16947,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Kansas,64,3672,,2075,278,1650,7871,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Kentucky,72,5021,,2888,383,2216,10729,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Louisiana,57,2851,,1859,314,1439,6664,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Massachusetts,145,6426,,3776,632,3457,14700,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Maryland,92,5218,,2997,515,2806,11804,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Maine,36,2088,,1368,203,1166,4957,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Michigan,163,10666,,5830,928,4968,22896,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Minnesota,96,5686,,3220,569,2676,12425,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Missouri,91,8236,,4252,596,3317,16761,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Mississippi,18,2286,,1444,217,1338,5426,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Montana,27,2476,,1292,166,898,4918,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,North Carolina,140,11900,,6693,958,5691,25716,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,North Dakota,10,776,,441,63,327,1664,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Nebraska,23,1929,,1131,213,802,4173,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,New Hampshire,48,2664,,1664,251,1591,6323,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,New Jersey,187,6570,,3397,671,3244,14331,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,New Mexico,24,3441,,1599,262,1410,6856,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Nevada,38,4803,,2017,309,1685,8963,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,New York,371,13284,,7271,1272,6345,29013,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Ohio,300,13219,,7994,1201,6558,29769,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Oklahoma,42,5452,,2784,356,2122,10901,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Oregon,94,12007,,5313,659,3852,22251,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Pennsylvania,256,11588,,6766,1254,5982,26273,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Puerto Rico,98,3283,,1286,168,823,5796,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Rhode Island,20,900,,516,89,484,2072,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,South Carolina,53,5344,,3036,461,2631,11685,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,South Dakota,16,1037,,629,110,539,2364,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Tennessee,107,10435,,5800,794,4777,22181,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Texas,267,29511,,14663,2153,12157,59446,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Utah,30,13748,,3639,300,2344,20174,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Virginia,164,10245,,5788,861,5166,22512,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Vermont,13,1026,,571,98,529,2292,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Washington,184,20149,,8669,1068,6049,36613,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Wisconsin,89,5321,,3447,548,2774,12393,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,West Virginia,39,3256,,1569,190,1353,6480,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,Wyoming,9,1151,,747,107,532,2581,,,,,,,,fccULSloader,w1cdn.net +2026-07-03,TOTAL,5579,409425,,202548,31049,166556,827215,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Alaska,16,1687,,955,134,708,3566,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Alabama,65,6032,,3526,502,3092,13460,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Arkansas,37,4499,,2174,291,1741,8880,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Arizona,109,11933,,5487,967,4909,23653,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,California,625,61187,,20242,3185,16318,102974,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Colorado,89,11528,,4885,677,4024,21414,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,District of Columbia,4,318,,134,19,130,617,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Delaware,21,874,,567,86,478,2064,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Florida,410,20247,,12926,2415,10695,47277,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Georgia,99,9863,,5449,787,4490,21070,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Hawaii,25,2115,,804,137,702,3916,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Iowa,52,3237,,1800,372,1582,7160,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Idaho,28,7117,,2870,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Illinois,245,9347,,5619,956,4640,21147,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Indiana,154,7890,,4516,673,3424,16950,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Kansas,64,3675,,2075,277,1651,7874,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Kentucky,72,5022,,2887,382,2217,10729,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Louisiana,57,2853,,1864,314,1439,6671,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Massachusetts,145,6433,,3777,632,3460,14711,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Maryland,92,5222,,3000,514,2804,11808,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Maine,36,2089,,1368,203,1167,4959,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Michigan,163,10661,,5833,928,4970,22896,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Minnesota,96,5692,,3216,568,2676,12426,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Missouri,91,8233,,4248,595,3317,16753,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Mississippi,18,2283,,1449,217,1337,5427,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Montana,27,2475,,1292,166,899,4918,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,North Carolina,140,11903,,6693,957,5690,25717,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,North Dakota,10,777,,441,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Nebraska,23,1928,,1133,213,802,4174,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,New Hampshire,48,2664,,1663,251,1591,6322,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,New Jersey,187,6571,,3397,671,3244,14332,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,New Mexico,24,3436,,1600,262,1408,6849,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,New York,371,13271,,7274,1272,6345,29003,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Ohio,300,13218,,8002,1200,6560,29777,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Oklahoma,42,5454,,2791,356,2124,10912,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Oregon,94,12005,,5316,659,3851,22251,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Pennsylvania,256,11594,,6765,1251,5979,26272,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Puerto Rico,98,3245,,1285,168,823,5757,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Rhode Island,20,899,,514,89,484,2069,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,South Carolina,53,5349,,3036,461,2632,11691,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,South Dakota,16,1037,,628,110,538,2362,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Tennessee,107,10444,,5803,794,4778,22195,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Texas,267,29504,,14667,2153,12162,59448,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Utah,30,13742,,3646,300,2348,20179,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Virginia,164,10245,,5790,861,5169,22517,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Vermont,13,1028,,570,98,529,2293,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Washington,184,20140,,8669,1068,6047,36602,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Wisconsin,89,5322,,3444,548,2774,12391,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,West Virginia,39,3245,,1572,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,Wyoming,9,1155,,748,107,532,2586,,,,,,,,fccULSloader,w1cdn.net +2026-07-06,TOTAL,5578,409370,,202635,31035,166592,827267,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Alaska,16,1687,,955,134,708,3566,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Alabama,65,6032,,3526,502,3092,13460,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Arkansas,37,4499,,2174,291,1741,8880,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Arizona,109,11933,,5487,967,4909,23653,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,California,625,61187,,20242,3185,16318,102974,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Colorado,89,11528,,4885,677,4024,21414,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,District of Columbia,4,318,,134,19,130,617,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Delaware,21,874,,567,86,478,2064,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Florida,410,20247,,12926,2415,10695,47277,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Georgia,99,9863,,5449,787,4490,21070,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Hawaii,25,2115,,804,137,702,3916,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Iowa,52,3237,,1800,372,1582,7160,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Idaho,28,7117,,2870,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Illinois,245,9347,,5619,956,4640,21147,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Indiana,154,7890,,4516,673,3424,16950,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Kansas,64,3675,,2075,277,1651,7874,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Kentucky,72,5022,,2887,382,2217,10729,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Louisiana,57,2853,,1864,314,1439,6671,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Massachusetts,145,6433,,3777,632,3460,14711,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Maryland,92,5222,,3000,514,2804,11808,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Maine,36,2089,,1368,203,1167,4959,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Michigan,163,10661,,5833,928,4970,22896,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Minnesota,96,5692,,3216,568,2676,12426,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Missouri,91,8233,,4248,595,3317,16753,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Mississippi,18,2283,,1449,217,1337,5427,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Montana,27,2475,,1292,166,899,4918,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,North Carolina,140,11903,,6693,957,5690,25717,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,North Dakota,10,777,,441,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Nebraska,23,1928,,1133,213,802,4174,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,New Hampshire,48,2664,,1663,251,1591,6322,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,New Jersey,187,6571,,3397,671,3244,14332,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,New Mexico,24,3436,,1600,262,1408,6849,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,New York,371,13271,,7274,1272,6345,29003,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Ohio,300,13218,,8002,1200,6560,29777,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Oklahoma,42,5454,,2791,356,2124,10912,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Oregon,94,12005,,5316,659,3851,22251,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Pennsylvania,256,11594,,6765,1251,5979,26272,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Puerto Rico,98,3245,,1285,168,823,5757,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Rhode Island,20,899,,514,89,484,2069,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,South Carolina,53,5349,,3036,461,2632,11691,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,South Dakota,16,1037,,628,110,538,2362,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Tennessee,107,10444,,5803,794,4778,22195,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Texas,267,29504,,14667,2153,12162,59448,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Utah,30,13742,,3646,300,2348,20179,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Virginia,164,10245,,5790,861,5169,22517,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Vermont,13,1028,,570,98,529,2293,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Washington,184,20140,,8669,1068,6047,36602,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Wisconsin,89,5322,,3444,548,2774,12391,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,West Virginia,39,3245,,1572,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,Wyoming,9,1155,,748,107,532,2586,,,,,,,,fccULSloader,w1cdn.net +2026-07-07,TOTAL,5578,409370,,202635,31035,166592,827267,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Alaska,16,1687,,955,134,708,3566,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Alabama,65,6032,,3526,502,3092,13460,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Arkansas,37,4499,,2174,291,1741,8880,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Arizona,109,11933,,5487,967,4909,23653,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,California,625,61187,,20242,3185,16318,102974,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Colorado,89,11528,,4885,677,4024,21414,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,District of Columbia,4,318,,134,19,130,617,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Delaware,21,874,,567,86,478,2064,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Florida,410,20247,,12926,2415,10695,47277,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Georgia,99,9863,,5449,787,4490,21070,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Hawaii,25,2115,,804,137,702,3916,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Iowa,52,3237,,1800,372,1582,7160,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Idaho,28,7117,,2870,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Illinois,245,9347,,5619,956,4640,21147,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Indiana,154,7890,,4516,673,3424,16950,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Kansas,64,3675,,2075,277,1651,7874,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Kentucky,72,5022,,2887,382,2217,10729,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Louisiana,57,2853,,1864,314,1439,6671,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Massachusetts,145,6433,,3777,632,3460,14711,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Maryland,92,5222,,3000,514,2804,11808,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Maine,36,2089,,1368,203,1167,4959,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Michigan,163,10661,,5833,928,4970,22896,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Minnesota,96,5692,,3216,568,2676,12426,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Missouri,91,8233,,4248,595,3317,16753,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Mississippi,18,2283,,1449,217,1337,5427,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Montana,27,2475,,1292,166,899,4918,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,North Carolina,140,11903,,6693,957,5690,25717,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,North Dakota,10,777,,441,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Nebraska,23,1928,,1133,213,802,4174,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,New Hampshire,48,2664,,1663,251,1591,6322,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,New Jersey,187,6571,,3397,671,3244,14332,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,New Mexico,24,3436,,1600,262,1408,6849,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,New York,371,13271,,7274,1272,6345,29003,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Ohio,300,13218,,8002,1200,6560,29777,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Oklahoma,42,5454,,2791,356,2124,10912,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Oregon,94,12005,,5316,659,3851,22251,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Pennsylvania,256,11594,,6765,1251,5979,26272,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Puerto Rico,98,3245,,1285,168,823,5757,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Rhode Island,20,899,,514,89,484,2069,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,South Carolina,53,5349,,3036,461,2632,11691,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,South Dakota,16,1037,,628,110,538,2362,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Tennessee,107,10444,,5803,794,4778,22195,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Texas,267,29504,,14667,2153,12162,59448,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Utah,30,13742,,3646,300,2348,20179,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Virginia,164,10245,,5790,861,5169,22517,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Vermont,13,1028,,570,98,529,2293,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Washington,184,20140,,8669,1068,6047,36602,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Wisconsin,89,5322,,3444,548,2774,12391,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,West Virginia,39,3245,,1572,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,Wyoming,9,1155,,748,107,532,2586,,,,,,,,fccULSloader,w1cdn.net +2026-07-08,TOTAL,5578,409370,,202635,31035,166592,827267,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Alaska,16,1687,,955,134,708,3566,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Alabama,65,6032,,3526,502,3092,13460,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Arkansas,37,4499,,2174,291,1741,8880,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Arizona,109,11933,,5487,967,4909,23653,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,California,625,61187,,20242,3185,16318,102974,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Colorado,89,11528,,4885,677,4024,21414,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,District of Columbia,4,318,,134,19,130,617,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Delaware,21,874,,567,86,478,2064,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Florida,410,20247,,12926,2415,10695,47277,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Georgia,99,9863,,5449,787,4490,21070,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Hawaii,25,2115,,804,137,702,3916,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Iowa,52,3237,,1800,372,1582,7160,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Idaho,28,7117,,2870,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Illinois,245,9347,,5619,956,4640,21147,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Indiana,154,7890,,4516,673,3424,16950,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Kansas,64,3675,,2075,277,1651,7874,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Kentucky,72,5022,,2887,382,2217,10729,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Louisiana,57,2853,,1864,314,1439,6671,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Massachusetts,145,6433,,3777,632,3460,14711,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Maryland,92,5222,,3000,514,2804,11808,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Maine,36,2089,,1368,203,1167,4959,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Michigan,163,10661,,5833,928,4970,22896,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Minnesota,96,5692,,3216,568,2676,12426,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Missouri,91,8233,,4248,595,3317,16753,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Mississippi,18,2283,,1449,217,1337,5427,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Montana,27,2475,,1292,166,899,4918,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,North Carolina,140,11903,,6693,957,5690,25717,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,North Dakota,10,777,,441,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Nebraska,23,1928,,1133,213,802,4174,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,New Hampshire,48,2664,,1663,251,1591,6322,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,New Jersey,187,6571,,3397,671,3244,14332,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,New Mexico,24,3436,,1600,262,1408,6849,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,New York,371,13271,,7274,1272,6345,29003,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Ohio,300,13218,,8002,1200,6560,29777,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Oklahoma,42,5454,,2791,356,2124,10912,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Oregon,94,12005,,5316,659,3851,22251,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Pennsylvania,256,11594,,6765,1251,5979,26272,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Puerto Rico,98,3245,,1285,168,823,5757,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Rhode Island,20,899,,514,89,484,2069,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,South Carolina,53,5349,,3036,461,2632,11691,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,South Dakota,16,1037,,628,110,538,2362,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Tennessee,107,10444,,5803,794,4778,22195,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Texas,267,29504,,14667,2153,12162,59448,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Utah,30,13742,,3646,300,2348,20179,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Virginia,164,10245,,5790,861,5169,22517,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Vermont,13,1028,,570,98,529,2293,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Washington,184,20140,,8669,1068,6047,36602,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Wisconsin,89,5322,,3444,548,2774,12391,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,West Virginia,39,3245,,1572,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,Wyoming,9,1155,,748,107,532,2586,,,,,,,,fccULSloader,w1cdn.net +2026-07-09,TOTAL,5578,409370,,202635,31035,166592,827267,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Alaska,16,1687,,955,134,708,3566,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Alabama,65,6032,,3526,502,3092,13460,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Arkansas,37,4499,,2174,291,1741,8880,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Arizona,109,11933,,5487,967,4909,23653,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,California,625,61187,,20242,3185,16318,102974,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Colorado,89,11528,,4885,677,4024,21414,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Connecticut,115,3349,,1992,359,1780,7763,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,District of Columbia,4,318,,134,19,130,617,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Delaware,21,874,,567,86,478,2064,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Florida,410,20247,,12926,2415,10695,47277,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Georgia,99,9863,,5449,787,4490,21070,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Hawaii,25,2115,,804,137,702,3916,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Iowa,52,3237,,1800,372,1582,7160,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Idaho,28,7117,,2870,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Illinois,245,9347,,5619,956,4640,21147,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Indiana,154,7890,,4516,673,3424,16950,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Kansas,64,3675,,2075,277,1651,7874,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Kentucky,72,5022,,2887,382,2217,10729,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Louisiana,57,2853,,1864,314,1439,6671,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Massachusetts,145,6433,,3777,632,3460,14711,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Maryland,92,5222,,3000,514,2804,11808,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Maine,36,2089,,1368,203,1167,4959,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Michigan,163,10661,,5833,928,4970,22896,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Minnesota,96,5692,,3216,568,2676,12426,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Missouri,91,8233,,4248,595,3317,16753,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Mississippi,18,2283,,1449,217,1337,5427,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Montana,27,2475,,1292,166,899,4918,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,North Carolina,140,11903,,6693,957,5690,25717,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,North Dakota,10,777,,441,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Nebraska,23,1928,,1133,213,802,4174,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,New Hampshire,48,2664,,1663,251,1591,6322,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,New Jersey,187,6571,,3397,671,3244,14332,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,New Mexico,24,3436,,1600,262,1408,6849,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,New York,371,13271,,7274,1272,6345,29003,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Ohio,300,13218,,8002,1200,6560,29777,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Oklahoma,42,5454,,2791,356,2124,10912,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Oregon,94,12005,,5316,659,3851,22251,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Pennsylvania,256,11594,,6765,1251,5979,26272,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Puerto Rico,98,3245,,1285,168,823,5757,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Rhode Island,20,899,,514,89,484,2069,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,South Carolina,53,5349,,3036,461,2632,11691,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,South Dakota,16,1037,,628,110,538,2362,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Tennessee,107,10444,,5803,794,4778,22195,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Texas,267,29504,,14667,2153,12162,59448,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Utah,30,13742,,3646,300,2348,20179,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Virginia,164,10245,,5790,861,5169,22517,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Vermont,13,1028,,570,98,529,2293,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Washington,184,20140,,8669,1068,6047,36602,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Wisconsin,89,5322,,3444,548,2774,12391,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,West Virginia,39,3245,,1572,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,Wyoming,9,1155,,748,107,532,2586,,,,,,,,fccULSloader,w1cdn.net +2026-07-10,TOTAL,5578,409370,,202635,31035,166592,827267,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Alaska,16,1682,,953,134,708,3559,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Alabama,65,6025,,3527,500,3091,13451,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Arkansas,37,4480,,2168,291,1743,8857,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Arizona,109,11930,,5487,963,4908,23645,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,California,620,61122,,20225,3178,16305,102868,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Colorado,87,11518,,4883,675,4026,21400,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Connecticut,115,3346,,1990,359,1781,7759,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,District of Columbia,4,318,,130,19,133,616,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Delaware,21,873,,566,85,476,2059,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Florida,409,20240,,12923,2410,10689,47254,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Georgia,99,9866,,5446,785,4489,21067,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Hawaii,25,2111,,802,136,702,3909,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Iowa,52,3240,,1799,372,1582,7162,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Idaho,27,7119,,2869,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Illinois,241,9338,,5615,953,4636,21122,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Indiana,153,7888,,4512,673,3423,16942,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Kansas,64,3678,,2073,277,1652,7876,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Kentucky,72,5017,,2883,382,2213,10716,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Louisiana,57,2851,,1863,314,1439,6669,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Massachusetts,144,6428,,3778,631,3459,14705,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Maryland,92,5221,,3000,510,2802,11801,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Maine,36,2089,,1368,202,1165,4956,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Michigan,162,10657,,5828,928,4969,22884,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Minnesota,96,5687,,3214,568,2675,12418,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Missouri,91,8226,,4246,594,3313,16738,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Mississippi,18,2282,,1448,217,1336,5423,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Montana,27,2473,,1290,166,899,4914,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,North Carolina,139,11888,,6683,952,5689,25685,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,North Dakota,10,778,,440,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Nebraska,23,1926,,1134,212,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,New Hampshire,48,2665,,1663,250,1590,6321,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,New Jersey,188,6564,,3394,671,3240,14319,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,New Mexico,24,3426,,1601,263,1407,6840,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,New York,365,13260,,7270,1266,6340,28971,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Ohio,300,13189,,7994,1196,6560,29735,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Oklahoma,42,5451,,2793,356,2123,10910,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Oregon,93,12006,,5315,659,3850,22249,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Pennsylvania,252,11589,,6755,1250,5977,26249,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Puerto Rico,98,3244,,1284,167,823,5754,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Rhode Island,20,899,,514,89,483,2068,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,South Carolina,53,5344,,3036,461,2633,11687,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,South Dakota,16,1036,,628,110,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Tennessee,107,10433,,5800,792,4779,22180,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Texas,265,29506,,14667,2148,12163,59444,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Utah,30,13746,,3649,300,2349,20187,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Virginia,163,10239,,5794,858,5169,22510,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Vermont,13,1026,,570,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Washington,183,20130,,8661,1066,6047,36581,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Wisconsin,89,5326,,3440,546,2773,12389,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,West Virginia,39,3241,,1576,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,Wyoming,9,1162,,747,107,532,2592,,,,,,,,fccULSloader,w1cdn.net +2026-07-13,TOTAL,5547,409112,,202527,30969,166543,826751,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Alaska,16,1682,,953,134,708,3559,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Alabama,65,6025,,3527,500,3091,13451,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Arkansas,37,4480,,2168,291,1743,8857,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Arizona,109,11930,,5487,963,4908,23645,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,California,620,61122,,20225,3178,16305,102868,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Colorado,87,11518,,4883,675,4026,21400,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Connecticut,115,3346,,1990,359,1781,7759,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,District of Columbia,4,318,,130,19,133,616,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Delaware,21,873,,566,85,476,2059,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Florida,409,20240,,12923,2410,10689,47254,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Georgia,99,9866,,5446,785,4489,21067,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Hawaii,25,2111,,802,136,702,3909,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Iowa,52,3240,,1799,372,1582,7162,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Idaho,27,7119,,2869,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Illinois,241,9338,,5615,953,4636,21122,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Indiana,153,7888,,4512,673,3423,16942,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Kansas,64,3678,,2073,277,1652,7876,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Kentucky,72,5017,,2883,382,2213,10716,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Louisiana,57,2851,,1863,314,1439,6669,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Massachusetts,144,6428,,3778,631,3459,14705,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Maryland,92,5221,,3000,510,2802,11801,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Maine,36,2089,,1368,202,1165,4956,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Michigan,162,10657,,5828,928,4969,22884,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Minnesota,96,5687,,3214,568,2675,12418,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Missouri,91,8226,,4246,594,3313,16738,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Mississippi,18,2282,,1448,217,1336,5423,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Montana,27,2473,,1290,166,899,4914,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,North Carolina,139,11888,,6683,952,5689,25685,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,North Dakota,10,778,,440,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Nebraska,23,1926,,1134,212,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,New Hampshire,48,2665,,1663,250,1590,6321,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,New Jersey,188,6564,,3394,671,3240,14319,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,New Mexico,24,3426,,1601,263,1407,6840,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,New York,365,13260,,7270,1266,6340,28971,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Ohio,300,13189,,7994,1196,6560,29735,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Oklahoma,42,5451,,2793,356,2123,10910,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Oregon,93,12006,,5315,659,3850,22249,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Pennsylvania,252,11589,,6755,1250,5977,26249,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Puerto Rico,98,3244,,1284,167,823,5754,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Rhode Island,20,899,,514,89,483,2068,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,South Carolina,53,5344,,3036,461,2633,11687,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,South Dakota,16,1036,,628,110,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Tennessee,107,10433,,5800,792,4779,22180,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Texas,265,29506,,14667,2148,12163,59444,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Utah,30,13746,,3649,300,2349,20187,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Virginia,163,10239,,5794,858,5169,22510,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Vermont,13,1026,,570,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Washington,183,20130,,8661,1066,6047,36581,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Wisconsin,89,5326,,3440,546,2773,12389,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,West Virginia,39,3241,,1576,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,Wyoming,9,1162,,747,107,532,2592,,,,,,,,fccULSloader,w1cdn.net +2026-07-14,TOTAL,5547,409112,,202527,30969,166543,826751,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Alaska,16,1682,,953,134,708,3559,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Alabama,65,6025,,3527,500,3091,13451,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Arkansas,37,4480,,2168,291,1743,8857,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Arizona,109,11930,,5487,963,4908,23645,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,California,620,61122,,20225,3178,16305,102868,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Colorado,87,11518,,4883,675,4026,21400,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Connecticut,115,3346,,1990,359,1781,7759,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,District of Columbia,4,318,,130,19,133,616,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Delaware,21,873,,566,85,476,2059,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Florida,409,20240,,12923,2410,10689,47254,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Georgia,99,9866,,5446,785,4489,21067,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Hawaii,25,2111,,802,136,702,3909,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Iowa,52,3240,,1799,372,1582,7162,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Idaho,27,7119,,2869,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Illinois,241,9338,,5615,953,4636,21122,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Indiana,153,7888,,4512,673,3423,16942,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Kansas,64,3678,,2073,277,1652,7876,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Kentucky,72,5017,,2883,382,2213,10716,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Louisiana,57,2851,,1863,314,1439,6669,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Massachusetts,144,6428,,3778,631,3459,14705,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Maryland,92,5221,,3000,510,2802,11801,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Maine,36,2089,,1368,202,1165,4956,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Michigan,162,10657,,5828,928,4969,22884,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Minnesota,96,5687,,3214,568,2675,12418,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Missouri,91,8226,,4246,594,3313,16738,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Mississippi,18,2282,,1448,217,1336,5423,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Montana,27,2473,,1290,166,899,4914,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,North Carolina,139,11888,,6683,952,5689,25685,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,North Dakota,10,778,,440,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Nebraska,23,1926,,1134,212,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,New Hampshire,48,2665,,1663,250,1590,6321,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,New Jersey,188,6564,,3394,671,3240,14319,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,New Mexico,24,3426,,1601,263,1407,6840,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,New York,365,13260,,7270,1266,6340,28971,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Ohio,300,13189,,7994,1196,6560,29735,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Oklahoma,42,5451,,2793,356,2123,10910,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Oregon,93,12006,,5315,659,3850,22249,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Pennsylvania,252,11589,,6755,1250,5977,26249,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Puerto Rico,98,3244,,1284,167,823,5754,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Rhode Island,20,899,,514,89,483,2068,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,South Carolina,53,5344,,3036,461,2633,11687,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,South Dakota,16,1036,,628,110,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Tennessee,107,10433,,5800,792,4779,22180,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Texas,265,29506,,14667,2148,12163,59444,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Utah,30,13746,,3649,300,2349,20187,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Virginia,163,10239,,5794,858,5169,22510,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Vermont,13,1026,,570,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Washington,183,20130,,8661,1066,6047,36581,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Wisconsin,89,5326,,3440,546,2773,12389,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,West Virginia,39,3241,,1576,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,Wyoming,9,1162,,747,107,532,2592,,,,,,,,fccULSloader,w1cdn.net +2026-07-15,TOTAL,5547,409112,,202527,30969,166543,826751,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Alaska,16,1682,,953,134,708,3559,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Alabama,65,6025,,3527,500,3091,13451,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Arkansas,37,4480,,2168,291,1743,8857,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Arizona,109,11930,,5487,963,4908,23645,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,California,620,61122,,20225,3178,16305,102868,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Colorado,87,11518,,4883,675,4026,21400,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Connecticut,115,3346,,1990,359,1781,7759,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,District of Columbia,4,318,,130,19,133,616,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Delaware,21,873,,566,85,476,2059,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Florida,409,20240,,12923,2410,10689,47254,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Georgia,99,9866,,5446,785,4489,21067,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Hawaii,25,2111,,802,136,702,3909,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Iowa,52,3240,,1799,372,1582,7162,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Idaho,27,7119,,2869,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Illinois,241,9338,,5615,953,4636,21122,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Indiana,153,7888,,4512,673,3423,16942,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Kansas,64,3678,,2073,277,1652,7876,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Kentucky,72,5017,,2883,382,2213,10716,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Louisiana,57,2851,,1863,314,1439,6669,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Massachusetts,144,6428,,3778,631,3459,14705,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Maryland,92,5221,,3000,510,2802,11801,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Maine,36,2089,,1368,202,1165,4956,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Michigan,162,10657,,5828,928,4969,22884,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Minnesota,96,5687,,3214,568,2675,12418,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Missouri,91,8226,,4246,594,3313,16738,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Mississippi,18,2282,,1448,217,1336,5423,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Montana,27,2473,,1290,166,899,4914,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,North Carolina,139,11888,,6683,952,5689,25685,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,North Dakota,10,778,,440,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Nebraska,23,1926,,1134,212,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,New Hampshire,48,2665,,1663,250,1590,6321,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,New Jersey,188,6564,,3394,671,3240,14319,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,New Mexico,24,3426,,1601,263,1407,6840,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,New York,365,13260,,7270,1266,6340,28971,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Ohio,300,13189,,7994,1196,6560,29735,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Oklahoma,42,5451,,2793,356,2123,10910,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Oregon,93,12006,,5315,659,3850,22249,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Pennsylvania,252,11589,,6755,1250,5977,26249,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Puerto Rico,98,3244,,1284,167,823,5754,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Rhode Island,20,899,,514,89,483,2068,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,South Carolina,53,5344,,3036,461,2633,11687,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,South Dakota,16,1036,,628,110,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Tennessee,107,10433,,5800,792,4779,22180,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Texas,265,29506,,14667,2148,12163,59444,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Utah,30,13746,,3649,300,2349,20187,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Virginia,163,10239,,5794,858,5169,22510,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Vermont,13,1026,,570,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Washington,183,20130,,8661,1066,6047,36581,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Wisconsin,89,5326,,3440,546,2773,12389,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,West Virginia,39,3241,,1576,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,Wyoming,9,1162,,747,107,532,2592,,,,,,,,fccULSloader,w1cdn.net +2026-07-16,TOTAL,5547,409112,,202527,30969,166543,826751,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Armed Forces America,,2,,1,,1,4,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Armed Forces Europe,1,82,,33,2,45,163,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Alaska,16,1682,,953,134,708,3559,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Alabama,65,6025,,3527,500,3091,13451,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Armed Forces Pacific,,73,,22,2,25,123,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Arkansas,37,4480,,2168,291,1743,8857,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Arizona,109,11930,,5487,963,4908,23645,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,California,620,61122,,20225,3178,16305,102868,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Colorado,87,11518,,4883,675,4026,21400,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Connecticut,115,3346,,1990,359,1781,7759,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,District of Columbia,4,318,,130,19,133,616,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Delaware,21,873,,566,85,476,2059,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Florida,409,20240,,12923,2410,10689,47254,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Georgia,99,9866,,5446,785,4489,21067,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Guam,1,103,,47,8,101,272,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Hawaii,25,2111,,802,136,702,3909,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Iowa,52,3240,,1799,372,1582,7162,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Idaho,27,7119,,2869,246,1809,12162,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Illinois,241,9338,,5615,953,4636,21122,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Indiana,153,7888,,4512,673,3423,16942,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Kansas,64,3678,,2073,277,1652,7876,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Kentucky,72,5017,,2883,382,2213,10716,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Louisiana,57,2851,,1863,314,1439,6669,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Massachusetts,144,6428,,3778,631,3459,14705,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Maryland,92,5221,,3000,510,2802,11801,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Maine,36,2089,,1368,202,1165,4956,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Michigan,162,10657,,5828,928,4969,22884,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Minnesota,96,5687,,3214,568,2675,12418,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Missouri,91,8226,,4246,594,3313,16738,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Northern Mariana Islands,,130,,35,,119,302,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Mississippi,18,2282,,1448,217,1336,5423,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Montana,27,2473,,1290,166,899,4914,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,North Carolina,139,11888,,6683,952,5689,25685,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,North Dakota,10,778,,440,63,327,1665,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Nebraska,23,1926,,1134,212,800,4170,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,New Hampshire,48,2665,,1663,250,1590,6321,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,New Jersey,188,6564,,3394,671,3240,14319,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,New Mexico,24,3426,,1601,263,1407,6840,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Nevada,37,4806,,2023,309,1689,8975,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,New York,365,13260,,7270,1266,6340,28971,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Ohio,300,13189,,7994,1196,6560,29735,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Oklahoma,42,5451,,2793,356,2123,10910,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Oregon,93,12006,,5315,659,3850,22249,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Pennsylvania,252,11589,,6755,1250,5977,26249,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Puerto Rico,98,3244,,1284,167,823,5754,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Rhode Island,20,899,,514,89,483,2068,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,South Carolina,53,5344,,3036,461,2633,11687,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,South Dakota,16,1036,,628,110,540,2363,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Tennessee,107,10433,,5800,792,4779,22180,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Texas,265,29506,,14667,2148,12163,59444,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Utah,30,13746,,3649,300,2349,20187,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Virginia,163,10239,,5794,858,5169,22510,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Vermont,13,1026,,570,98,530,2292,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Washington,183,20130,,8661,1066,6047,36581,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Wisconsin,89,5326,,3440,546,2773,12389,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,West Virginia,39,3241,,1576,190,1354,6473,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,Wyoming,9,1162,,747,107,532,2592,,,,,,,,fccULSloader,w1cdn.net +2026-07-17,TOTAL,5547,409112,,202527,30969,166543,826751,,,,,,,,fccULSloader,w1cdn.net +2026-07-20,Other*,2026-07-21,Other*,2026-07-22,Other*,2026-07-23,Other*,2026-07-24,Other*,2026-07-27,Other*,,,,,, +2026-07-27,Armed Forces America,,3,,1,,1,5,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Armed Forces Europe,1,83,,32,2,44,162,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Alaska,16,1672,,951,133,711,3549,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Alabama,65,6020,,3526,494,3091,13439,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Armed Forces Pacific,,74,,23,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Arkansas,37,4474,,2161,289,1745,8844,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Arizona,107,11892,,5477,957,4898,23579,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,California,611,60946,,20176,3144,16275,102570,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Colorado,86,11498,,4878,668,4025,21367,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Connecticut,114,3328,,1986,357,1779,7731,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,District of Columbia,4,316,,131,19,133,615,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Delaware,22,873,,567,84,476,2060,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Florida,403,20170,,12894,2392,10674,47116,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Georgia,97,9839,,5442,775,4486,21021,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Hawaii,25,2125,,800,133,701,3917,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Iowa,49,3233,,1797,369,1580,7145,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Idaho,27,7126,,2872,241,1807,12165,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Illinois,239,9311,,5601,945,4624,21059,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Indiana,151,7841,,4504,671,3421,16881,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Kansas,63,3655,,2074,275,1648,7847,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Kentucky,72,4998,,2878,381,2205,10683,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Louisiana,57,2827,,1866,310,1436,6640,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Massachusetts,143,6420,,3768,627,3454,14676,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Maryland,89,5214,,2986,508,2799,11772,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Maine,36,2086,,1359,200,1162,4940,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Michigan,162,10622,,5809,923,4965,22820,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Minnesota,96,5687,,3206,564,2676,12409,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Missouri,90,8198,,4238,591,3310,16694,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Northern Mariana Islands,,128,,35,,118,299,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Mississippi,18,2274,,1450,216,1336,5416,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Montana,25,2472,,1289,164,899,4908,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,North Carolina,139,11871,,6681,947,5681,25653,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,North Dakota,10,774,,438,63,327,1659,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Nebraska,23,1924,,1129,209,799,4159,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,New Hampshire,47,2657,,1656,248,1590,6303,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,New Jersey,186,6533,,3385,660,3243,14269,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,New Mexico,23,3424,,1599,260,1403,6828,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Nevada,35,4791,,2019,306,1688,8950,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,New York,361,13206,,7249,1250,6330,28864,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Ohio,293,13143,,7980,1181,6546,29642,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Oklahoma,41,5432,,2793,353,2115,10878,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Oregon,91,11992,,5310,655,3842,22216,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Pennsylvania,249,11537,,6745,1239,5974,26170,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Puerto Rico,96,3244,,1287,167,826,5759,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Rhode Island,20,895,,515,89,483,2065,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,South Carolina,51,5328,,3038,459,2635,11671,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,South Dakota,16,1034,,627,109,539,2358,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Tennessee,106,10414,,5804,790,4777,22160,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Texas,261,29439,,14665,2134,12131,59325,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Utah,30,13743,,3648,295,2351,20180,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Virginia,160,10224,,5784,848,5169,22471,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Vermont,13,1023,,568,98,530,2287,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Washington,180,20085,,8643,1065,6043,36510,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Wisconsin,87,5313,,3434,544,2765,12358,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,West Virginia,37,3222,,1575,188,1353,6448,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,Wyoming,9,1159,,746,107,532,2588,,,,,,,,fccULSloader,w1cdn.net +2026-07-27,TOTAL,5470,408052,,202214,30716,166338,824842,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Armed Forces America,,3,,1,,1,5,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Armed Forces Europe,1,83,,32,2,44,162,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Alaska,16,1672,,951,133,711,3549,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Alabama,65,6020,,3526,494,3091,13439,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Armed Forces Pacific,,74,,23,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Arkansas,37,4474,,2161,289,1745,8844,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Arizona,107,11892,,5477,957,4898,23579,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,California,611,60946,,20176,3144,16275,102570,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Colorado,86,11498,,4878,668,4025,21367,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Connecticut,114,3328,,1986,357,1779,7731,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,District of Columbia,4,316,,131,19,133,615,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Delaware,22,873,,567,84,476,2060,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Florida,403,20170,,12894,2392,10674,47116,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Georgia,97,9839,,5442,775,4486,21021,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Hawaii,25,2125,,800,133,701,3917,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Iowa,49,3233,,1797,369,1580,7145,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Idaho,27,7126,,2872,241,1807,12165,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Illinois,239,9311,,5601,945,4624,21059,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Indiana,151,7841,,4504,671,3421,16881,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Kansas,63,3655,,2074,275,1648,7847,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Kentucky,72,4998,,2878,381,2205,10683,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Louisiana,57,2827,,1866,310,1436,6640,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Massachusetts,143,6420,,3768,627,3454,14676,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Maryland,89,5214,,2986,508,2799,11772,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Maine,36,2086,,1359,200,1162,4940,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Michigan,162,10622,,5809,923,4965,22820,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Minnesota,96,5687,,3206,564,2676,12409,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Missouri,90,8198,,4238,591,3310,16694,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Northern Mariana Islands,,128,,35,,118,299,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Mississippi,18,2274,,1450,216,1336,5416,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Montana,25,2472,,1289,164,899,4908,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,North Carolina,139,11871,,6681,947,5681,25653,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,North Dakota,10,774,,438,63,327,1659,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Nebraska,23,1924,,1129,209,799,4159,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,New Hampshire,47,2657,,1656,248,1590,6303,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,New Jersey,186,6533,,3385,660,3243,14269,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,New Mexico,23,3424,,1599,260,1403,6828,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Nevada,35,4791,,2019,306,1688,8950,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,New York,361,13206,,7249,1250,6330,28864,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Ohio,293,13143,,7980,1181,6546,29642,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Oklahoma,41,5432,,2793,353,2115,10878,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Oregon,91,11992,,5310,655,3842,22216,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Pennsylvania,249,11537,,6745,1239,5974,26170,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Puerto Rico,96,3244,,1287,167,826,5759,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Rhode Island,20,895,,515,89,483,2065,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,South Carolina,51,5328,,3038,459,2635,11671,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,South Dakota,16,1034,,627,109,539,2358,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Tennessee,106,10414,,5804,790,4777,22160,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Texas,261,29439,,14665,2134,12131,59325,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Utah,30,13743,,3648,295,2351,20180,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Virginia,160,10224,,5784,848,5169,22471,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Vermont,13,1023,,568,98,530,2287,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Washington,180,20085,,8643,1065,6043,36510,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Wisconsin,87,5313,,3434,544,2765,12358,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,West Virginia,37,3222,,1575,188,1353,6448,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,Wyoming,9,1159,,746,107,532,2588,,,,,,,,fccULSloader,w1cdn.net +2026-07-28,TOTAL,5470,408052,,202214,30716,166338,824842,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Armed Forces America,,3,,1,,1,5,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Armed Forces Europe,1,83,,32,2,44,162,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Alaska,16,1672,,951,133,711,3549,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Alabama,65,6020,,3526,494,3091,13439,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Armed Forces Pacific,,74,,23,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Arkansas,37,4474,,2161,289,1745,8844,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Arizona,107,11892,,5477,957,4898,23579,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,California,611,60946,,20176,3144,16275,102570,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Colorado,86,11498,,4878,668,4025,21367,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Connecticut,114,3328,,1986,357,1779,7731,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,District of Columbia,4,316,,131,19,133,615,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Delaware,22,873,,567,84,476,2060,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Florida,403,20170,,12894,2392,10674,47116,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Georgia,97,9839,,5442,775,4486,21021,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Hawaii,25,2125,,800,133,701,3917,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Iowa,49,3233,,1797,369,1580,7145,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Idaho,27,7126,,2872,241,1807,12165,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Illinois,239,9311,,5601,945,4624,21059,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Indiana,151,7841,,4504,671,3421,16881,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Kansas,63,3655,,2074,275,1648,7847,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Kentucky,72,4998,,2878,381,2205,10683,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Louisiana,57,2827,,1866,310,1436,6640,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Massachusetts,143,6420,,3768,627,3454,14676,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Maryland,89,5214,,2986,508,2799,11772,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Maine,36,2086,,1359,200,1162,4940,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Michigan,162,10622,,5809,923,4965,22820,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Minnesota,96,5687,,3206,564,2676,12409,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Missouri,90,8198,,4238,591,3310,16694,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Northern Mariana Islands,,128,,35,,118,299,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Mississippi,18,2274,,1450,216,1336,5416,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Montana,25,2472,,1289,164,899,4908,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,North Carolina,139,11871,,6681,947,5681,25653,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,North Dakota,10,774,,438,63,327,1659,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Nebraska,23,1924,,1129,209,799,4159,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,New Hampshire,47,2657,,1656,248,1590,6303,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,New Jersey,186,6533,,3385,660,3243,14269,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,New Mexico,23,3424,,1599,260,1403,6828,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Nevada,35,4791,,2019,306,1688,8950,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,New York,361,13206,,7249,1250,6330,28864,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Ohio,293,13143,,7980,1181,6546,29642,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Oklahoma,41,5432,,2793,353,2115,10878,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Oregon,91,11992,,5310,655,3842,22216,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Pennsylvania,249,11537,,6745,1239,5974,26170,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Puerto Rico,96,3244,,1287,167,826,5759,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Rhode Island,20,895,,515,89,483,2065,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,South Carolina,51,5328,,3038,459,2635,11671,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,South Dakota,16,1034,,627,109,539,2358,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Tennessee,106,10414,,5804,790,4777,22160,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Texas,261,29439,,14665,2134,12131,59325,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Utah,30,13743,,3648,295,2351,20180,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Virginia,160,10224,,5784,848,5169,22471,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Vermont,13,1023,,568,98,530,2287,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Washington,180,20085,,8643,1065,6043,36510,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Wisconsin,87,5313,,3434,544,2765,12358,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,West Virginia,37,3222,,1575,188,1353,6448,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,Wyoming,9,1159,,746,107,532,2588,,,,,,,,fccULSloader,w1cdn.net +2026-07-29,TOTAL,5470,408052,,202214,30716,166338,824842,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Armed Forces America,,3,,1,,1,5,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Armed Forces Europe,1,83,,32,2,44,162,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Alaska,16,1672,,951,133,711,3549,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Alabama,65,6020,,3526,494,3091,13439,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Armed Forces Pacific,,74,,23,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Arkansas,37,4474,,2161,289,1745,8844,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Arizona,107,11892,,5477,957,4898,23579,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,California,611,60946,,20176,3144,16275,102570,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Colorado,86,11498,,4878,668,4025,21367,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Connecticut,114,3328,,1986,357,1779,7731,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,District of Columbia,4,316,,131,19,133,615,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Delaware,22,873,,567,84,476,2060,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Florida,403,20170,,12894,2392,10674,47116,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Georgia,97,9839,,5442,775,4486,21021,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Hawaii,25,2125,,800,133,701,3917,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Iowa,49,3233,,1797,369,1580,7145,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Idaho,27,7126,,2872,241,1807,12165,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Illinois,239,9311,,5601,945,4624,21059,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Indiana,151,7841,,4504,671,3421,16881,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Kansas,63,3655,,2074,275,1648,7847,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Kentucky,72,4998,,2878,381,2205,10683,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Louisiana,57,2827,,1866,310,1436,6640,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Massachusetts,143,6420,,3768,627,3454,14676,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Maryland,89,5214,,2986,508,2799,11772,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Maine,36,2086,,1359,200,1162,4940,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Michigan,162,10622,,5809,923,4965,22820,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Minnesota,96,5687,,3206,564,2676,12409,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Missouri,90,8198,,4238,591,3310,16694,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Northern Mariana Islands,,128,,35,,118,299,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Mississippi,18,2274,,1450,216,1336,5416,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Montana,25,2472,,1289,164,899,4908,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,North Carolina,139,11871,,6681,947,5681,25653,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,North Dakota,10,774,,438,63,327,1659,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Nebraska,23,1924,,1129,209,799,4159,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,New Hampshire,47,2657,,1656,248,1590,6303,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,New Jersey,186,6533,,3385,660,3243,14269,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,New Mexico,23,3424,,1599,260,1403,6828,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Nevada,35,4791,,2019,306,1688,8950,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,New York,361,13206,,7249,1250,6330,28864,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Ohio,293,13143,,7980,1181,6546,29642,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Oklahoma,41,5432,,2793,353,2115,10878,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Oregon,91,11992,,5310,655,3842,22216,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Pennsylvania,249,11537,,6745,1239,5974,26170,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Puerto Rico,96,3244,,1287,167,826,5759,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Rhode Island,20,895,,515,89,483,2065,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,South Carolina,51,5328,,3038,459,2635,11671,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,South Dakota,16,1034,,627,109,539,2358,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Tennessee,106,10414,,5804,790,4777,22160,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Texas,261,29439,,14665,2134,12131,59325,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Utah,30,13743,,3648,295,2351,20180,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Virginia,160,10224,,5784,848,5169,22471,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Vermont,13,1023,,568,98,530,2287,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Washington,180,20085,,8643,1065,6043,36510,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Wisconsin,87,5313,,3434,544,2765,12358,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,West Virginia,37,3222,,1575,188,1353,6448,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,Wyoming,9,1159,,746,107,532,2588,,,,,,,,fccULSloader,w1cdn.net +2026-07-30,TOTAL,5470,408052,,202214,30716,166338,824842,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Other*,,,,,,,40,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Armed Forces America,,3,,1,,1,5,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Armed Forces Europe,1,83,,32,2,44,162,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Alaska,16,1672,,951,133,711,3549,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Alabama,65,6020,,3526,494,3091,13439,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Armed Forces Pacific,,74,,23,2,25,125,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Arkansas,37,4474,,2161,289,1745,8844,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,American Samoa,,2,,3,,11,19,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Arizona,107,11892,,5477,957,4898,23579,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,California,611,60946,,20176,3144,16275,102570,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Colorado,86,11498,,4878,668,4025,21367,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Connecticut,114,3328,,1986,357,1779,7731,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,District of Columbia,4,316,,131,19,133,615,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Delaware,22,873,,567,84,476,2060,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Florida,403,20170,,12894,2392,10674,47116,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Georgia,97,9839,,5442,775,4486,21021,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Guam,1,103,,47,8,100,271,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Hawaii,25,2125,,800,133,701,3917,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Iowa,49,3233,,1797,369,1580,7145,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Idaho,27,7126,,2872,241,1807,12165,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Illinois,239,9311,,5601,945,4624,21059,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Indiana,151,7841,,4504,671,3421,16881,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Kansas,63,3655,,2074,275,1648,7847,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Kentucky,72,4998,,2878,381,2205,10683,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Louisiana,57,2827,,1866,310,1436,6640,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Massachusetts,143,6420,,3768,627,3454,14676,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Maryland,89,5214,,2986,508,2799,11772,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Maine,36,2086,,1359,200,1162,4940,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Michigan,162,10622,,5809,923,4965,22820,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Minnesota,96,5687,,3206,564,2676,12409,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Missouri,90,8198,,4238,591,3310,16694,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Northern Mariana Islands,,128,,35,,118,299,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Mississippi,18,2274,,1450,216,1336,5416,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Montana,25,2472,,1289,164,899,4908,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,North Carolina,139,11871,,6681,947,5681,25653,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,North Dakota,10,774,,438,63,327,1659,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Nebraska,23,1924,,1129,209,799,4159,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,New Hampshire,47,2657,,1656,248,1590,6303,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,New Jersey,186,6533,,3385,660,3243,14269,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,New Mexico,23,3424,,1599,260,1403,6828,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Nevada,35,4791,,2019,306,1688,8950,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,New York,361,13206,,7249,1250,6330,28864,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Ohio,293,13143,,7980,1181,6546,29642,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Oklahoma,41,5432,,2793,353,2115,10878,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Oregon,91,11992,,5310,655,3842,22216,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Pennsylvania,249,11537,,6745,1239,5974,26170,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Puerto Rico,96,3244,,1287,167,826,5759,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Rhode Island,20,895,,515,89,483,2065,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,South Carolina,51,5328,,3038,459,2635,11671,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,South Dakota,16,1034,,627,109,539,2358,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Tennessee,106,10414,,5804,790,4777,22160,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Texas,261,29439,,14665,2134,12131,59325,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,US Minor Islands,,1,,,1,1,3,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Utah,30,13743,,3648,295,2351,20180,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Virginia,160,10224,,5784,848,5169,22471,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Virgin Islands,,134,,69,9,50,284,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Vermont,13,1023,,568,98,530,2287,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Washington,180,20085,,8643,1065,6043,36510,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Wisconsin,87,5313,,3434,544,2765,12358,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,West Virginia,37,3222,,1575,188,1353,6448,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,Wyoming,9,1159,,746,107,532,2588,,,,,,,,fccULSloader,w1cdn.net +2026-07-31,TOTAL,5470,408052,,202214,30716,166338,824842,,,,,,,,fccULSloader,w1cdn.net diff --git a/plots/actions-over-time-2-years.png b/plots/actions-over-time-2-years.png index c1c4af0..43f926b 100644 Binary files a/plots/actions-over-time-2-years.png and b/plots/actions-over-time-2-years.png differ diff --git a/plots/arrl-over-time.png b/plots/arrl-over-time.png index 9b88ee8..52c45a0 100644 Binary files a/plots/arrl-over-time.png and b/plots/arrl-over-time.png differ diff --git a/plots/cities-over-time.png b/plots/cities-over-time.png index 8ebd967..467c8d4 100644 Binary files a/plots/cities-over-time.png and b/plots/cities-over-time.png differ diff --git a/plots/class-over-time-2-years.png b/plots/class-over-time-2-years.png index e2649eb..fbc0eae 100644 Binary files a/plots/class-over-time-2-years.png and b/plots/class-over-time-2-years.png differ diff --git a/plots/class-over-time-facet.png b/plots/class-over-time-facet.png index c2fa9fd..60b682f 100644 Binary files a/plots/class-over-time-facet.png and b/plots/class-over-time-facet.png differ diff --git a/plots/class-over-time.png b/plots/class-over-time.png index 2612544..501b053 100644 Binary files a/plots/class-over-time.png and b/plots/class-over-time.png differ diff --git a/plots/states-over-time-freey.png b/plots/states-over-time-freey.png index eed3149..7cd4811 100644 Binary files a/plots/states-over-time-freey.png and b/plots/states-over-time-freey.png differ diff --git a/plots/total-over-time-2-months.png b/plots/total-over-time-2-months.png index 83e67d6..f85f740 100644 Binary files a/plots/total-over-time-2-months.png and b/plots/total-over-time-2-months.png differ diff --git a/plots/total-over-time-2-years.png b/plots/total-over-time-2-years.png index 50f6515..03f6f99 100644 Binary files a/plots/total-over-time-2-years.png and b/plots/total-over-time-2-years.png differ diff --git a/plots/total-over-time-2000.png b/plots/total-over-time-2000.png index bf0502b..a658c50 100644 Binary files a/plots/total-over-time-2000.png and b/plots/total-over-time-2000.png differ diff --git a/plots/total-over-time-y.png b/plots/total-over-time-y.png index 5a76d23..a14ad4d 100644 Binary files a/plots/total-over-time-y.png and b/plots/total-over-time-y.png differ