usda-gov/www.nass.usda.gov/index.html
2025-02-25 08:18:57 -05:00

1414 lines
No EOL
59 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>USDA - National Agricultural Statistics Service Homepage</title>
<meta name="Content-Type" content="X-Content-Type-Options: nosniff">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<!-- <meta http-equiv="Cache-control" content="public, max-age=31536000">-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<META content="NASS - National Agricultural Statistics Service" name=title>
<Meta name="keywords" content="Statistics, Agriculture, Farm, Information, USDA, Government, agricultural, NASS">
<Meta name="description" content="USDA National Agricultural Statistics Service Information. NASS publications cover a wide range of subjects, from traditional crops, such as corn and wheat, to specialties, such as mushrooms and flowers; from calves born to hogs slaughtered; from agricultural prices to land in farms. The agency has the distinction of being known as The Fact Finders of U.S. Agriculture due to the abundance of information we produce. The National Agricultural Statistics Service's mission is to serve the United States, its agriculture, and its rural communities by providing meaningful, accurate, and objective statistical information and services.">
<!-- ==== RSS Feeds ==== -->
<link rel="alternate" title="NASS Today's Reports" href="https://www.nass.usda.gov/rss/reports.xml" type="application/rss+xml">
<link rel="alternate" title="NASS News and Events" href="https://www.nass.usda.gov/rss/news.xml" type="application/rss+xml">
<!-- ==== Cascading Style Sheets ==== -->
<link href="newCSS/bootstrap1.css" rel="stylesheet">
<link href="newCSS/master.css" rel="stylesheet">
<link rel="icon" href="/favicon.ico">
<!--04/24/19 CE Moved the jquery and bootstrap js to the header. They were in the body but it was causing the bootstrap hamburger menu to not run properly-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="newJS/bootstrap.js" async></script>
<script>
// Hide script from older browsers
function MM_findObj( n, d ) { //v4.0
var p, i, x;
if ( !d ) d = document;
if ( ( p = n.indexOf( "?" ) ) > 0 && parent.frames.length ) {
d = parent.frames[ n.substring( p + 1 ) ].document;
n = n.substring( 0, p );
}
if ( !( x = d[ n ] ) && d.all ) x = d.all[ n ];
for ( i = 0; !x && i < d.forms.length; i++ ) x = d.forms[ i ][ n ];
for ( i = 0; !x && d.layers && i < d.layers.length; i++ ) x = MM_findObj( n, d.layers[ i ].document );
if ( !x && document.getElementById ) x = document.getElementById( n );
return x;
}
function MM_showHideLayers() { //v3.0
var i, p, v, obj, args = MM_showHideLayers.arguments;
for ( i = 0; i < ( args.length - 2 ); i += 3 )
if ( ( obj = MM_findObj( args[ i ] ) ) != null ) {
v = args[ i + 2 ];
if ( obj.style ) {
obj = obj.style;
v = ( v == 'show' ) ? 'visible' : ( v = 'hide' ) ? 'hidden' : v;
}
obj.visibility = v;
}
}
//-->
</script>
<script>
function toggleImage() {
// Toggle Script - Version 1.0 - April 11, 2007.
// Retrieve banner and SRC attribute.
var toggleBanner = document.getElementById( 'sourceBanner' );
var currentImage = toggleBanner.getAttribute( 'src' );
// Retrieve path after domain for comparison.
if ( currentImage.indexOf( '.com' ) != -1 ) {
currentImage = currentImage.split( '.com' )[ 1 ];
}
// Set image values.
var firstImage = 'images/main/rotator-pause.png';
var firstAlt = 'Pause';
var secondImage = 'images/main/rotator-play.png';
var secondAlt = 'Play';;
// Toggle image based on current SRC.
if ( currentImage == firstImage ) {
toggleBanner.setAttribute( 'src', secondImage );
toggleBanner.setAttribute( 'alt', firstAlt );
} else {
toggleBanner.setAttribute( 'src', firstImage );
toggleBanner.setAttribute( 'alt', secondAlt );
}
}
</script>
<!-- ReCaptcha -->
<script src='https://www.google.com/recaptcha/api.js' defer></script>
<script>
// ForeSee Production Embed Script v2.01
// DO NOT MODIFY BELOW THIS LINE *****************************************
;
( function ( g ) {
var d = document,
am = d.createElement( 'script' ),
h = d.head || d.getElementsByTagName( "head" )[ 0 ],
fsr = 'fsReady',
aex = {
"src": "//gateway.foresee.com/sites/usda-nass/production/gateway.min.js",
"type": "text/javascript",
"async": "true",
"data-vendor": "fs",
"data-role": "gateway"
};
for ( var attr in aex ) {
am.setAttribute( attr, aex[ attr ] );
}
h.appendChild( am );
g[ fsr ] || ( g[ fsr ] = function () {
var aT = '__' + fsr + '_stk__';
g[ aT ] = g[ aT ] || [];
g[ aT ].push( arguments );
} );
} )( window );
// DO NOT MODIFY ABOVE THIS LINE *****************************************
</script>
</head>
<body>
<!-- Digital Analytics Program (CKE Removed this on 7/24/19 It is also running thru the Google tag manager and was causing conflicts-->
<!--<script src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js" async></script>-->
<!-- Google Tag Manager -->
<script>
( function ( w, d, s, l, i ) {
w[ l ] = w[ l ] || [];
w[ l ].push( {
'gtm.start': new Date().getTime(),
event: 'gtm.js'
} );
var f = d.getElementsByTagName( s )[ 0 ],
j = d.createElement( s ),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore( j, f );
} )( window, document, 'script', 'dataLayer', 'GTM-KVTND4N' );
</script>
<!-- End Google Tag Manager -->
<div id="masthead" class="col-sm-12 clearfix">
<!-- New script for fontawesome icons as of 12/12/2024 for the Touchpoints CX survey/PAO -->
<script src="https://kit.fontawesome.com/dc4c24a15b.js" crossorigin="anonymous"></script>
<div id="skip" class="container">
<p class="text-center hidden-print skip"><a href="#skipnav" >Skip to Main Content</a></p>
<div id="container" class="masthead col-xs-12 clearfix">
<!-- open #mastheadLeft -->
<div class="mastheadLeft hidden-xs hidden-sm col-md-8">
<!-- open #logo -->
<div class="col-md-2 hidden-xs hidden-sm zoom80"><img class="img-responsive" src="/images/masthead/USDA-Logo.png" alt="USDA Logo" width="100" height="71" /></div>
<div class="col-md-1 hidden-xs hidden-sm zoom80"><img class="img-responsive" src="/images/masthead/nass_logo_bw-1.png" alt="NASS - Agriculture Counts" width="71" height="71" /></div>
<!-- closes #logo -->
<div class="usda hidden-xs hidden-sm col-md-8">
<h1><a href="http://www.usda.gov" target="_blank">United States Department of Agriculture</a></h1>
<h2><a href="/index.php">National Agricultural Statistics Service</a></h2>
</div>
</div>
<div class="mastheadRight col-xs-12 col-sm-12 col-md-4 clearfix">
<div class="main_social hidden-xs hidden-sm col-md-12 clearfix">
<div class="socialIcons"><a href="http://twitter.com/usda_nass/" target="_blank"><img src="/images/main/sc-twitter-large-1.png" alt="NASS on Twitter" width="37" height="37" /></a>&nbsp;<a href="https://www.youtube.com/usdanass" target="_blank"><img src="/images/main/sc-youtube-large-1.png" alt="USDA-NASS on Youtube" width="37" height="37" /></a>&nbsp;<a href="https://www.usda.gov/media/blog" target="_blank"><img src="/images/main/sc-blogfeed-large-1.png" alt="USDA Blog" width="37" height="37" /></a>&nbsp;<a href="/Newsroom/Syndication/"><img src="/images/main/sc-rss-large-1.png" alt="NASS RSS Feeds" width="37" height="37" /></a>&nbsp;<a href="http://www.flickr.com/photos/usdagov"><img src="/images/main/sc-flickr-large-1.png" alt="USDA on Flickr" width="37" height="37" /></a>&nbsp;<a href="http://www.facebook.com/USDA"><img src="/images/main/sc-facebook-large-1.png" alt="USDA on Facebook" width="37" height="37" /></a></div>
<div class="email_signup"> Subscriptions:&nbsp;&nbsp;&nbsp; <a href="https://usda.library.cornell.edu/" target="_blank" title="Subscribe to NASS National Reports">National</a> | <a href="/Publications/Subscribe_to_State_Reports/" title="Subscribe to NASS State Reports" aria-label="subscribe to NASS state reports" >State</a> | <a href="/Newsroom/Subscribe/" title="Subscribe to NASS News Releases">News</a></div>
</div>
<!-- closes #topNav -->
<!-- START Mobile Menu -->
<nav class="navbar navbar-default hidden-md hidden-lg col-xs-12 col-sm-12">
<div id="mobile-navigation" class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="hidden-lg logo" href="http://www.usda.gov"><img src="/images/masthead/USDA-Logo.png" alt="USDA Logo" width="100" height="71" /></a>&nbsp;<a class="hidden-md hidden-lg logo" href="/index.php"><img src="/images/masthead/nass_logo_bw-1.png" alt="NASS -Agriculture Counts" width="71" height="71" /></a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse mobile" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav" role="menu">
<li><a href="/index.php" title="Go to the NASS Homepage">Home</a></li>
<li><a href="/Data_and_Statistics/index.php" >Data & Statistics</a></li>
<li><a href="/Publications/index.php" aria-label="National Publications">Publications</a></li>
<li><a href="/Research_and_Science/index.php">Research, Science and Technology</a></li>
<li><a href="/Newsroom/index.php">Newsroom <span class="sr-only">(current)</span></a></li>
<li><a href="/Surveys/index.php" aria-label="NASS Surveys">Surveys</a></li>
<li><a href="/AgCensus/index.php">Census</a></li>
<li class="divider"></li>
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">NASS Information <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/About_NASS/index.php">About NASS</a></li>
<li><a href="/Statistics_by_State/RFO/index.php">Regional Offices</a></li>
<li><a href="/About_NASS/Opportunities/index.php">Careers</a></li>
<li><a href="/Contact_Us/index.php">Contact Us</a></li>
</ul>
</li>
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Subscriptions <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://usda.library.cornell.edu/">National</a></li>
<li><a href="/Publications/Subscribe_to_State_Reports/index.php">State</a></li>
<li><a href="/Newsroom/Subscribe/index.php">News</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- END Mobile Menu -->
<!-- start search -->
<div id="search_" class="searchBar right clearfix">
<form class="navbar-form navbar-right hidden-print" action="https://search.usa.gov/search" id="search_form_mobile" method="get" >
<input name="utf8" type="hidden" value="&#x2713;" />
<input id="affiliate" name="affiliate" type="hidden" value="usda-nass" />
<input class="form-control usagov-search-autocomplete" title="Search NASS" placeholder="Search NASS" id="query" name="query" />
<button type="submit" aria-label="Search" class="btn btn-default searchBar searchBtn"><span class="fa fa-search"></span></button>
</form>
<br />
</div>
</div>
<!-- closes #mastheadRight -->
<!-- START Main Menu START -->
</div>
<div>
<!-- START Main Menu START -->
<div id="primary_navigation" class="container hidden-xs hidden-sm col-md-12 col-lg-12 clearfix">
<ul id="menu" role="menu">
<li><a href="/index.php" title="Go to the NASS Homepage"><span class="fa fa-home"></span></a>
</li>
<!-- Begin Home Item -->
<li><a href="/Data_and_Statistics/index.php" class="drop">Data & Statistics&nbsp;&nbsp;<span class="fa fa-caret-down"></span></a>
<!-- Begin 4 columns Item -->
<div class="dropdown_4columns">
<!-- Begin 4 columns container -->
<div class="col_4" style="border-bottom: #ccc thin solid;">
<h2>Access Quick Stats (searchable database)&nbsp;&nbsp;<a href="https://quickstats.nass.usda.gov/" target="_blank" title="Go to Quick Stats website"><span class="fa fa-2x fa-arrow-circle-right"></span></a></h2>
<p>The <a href="https://quickstats.nass.usda.gov/" target="_blank" title="Go to Quick Stats website">Quick Stats</a> Database is the most comprehensive tool for accessing agricultural data published by NASS. It allows you to customize your query by commodity, location, or time period.</p>
<ul>
<li><a href="/Corrections/?log=QS">Quick Stats System Updates</a></li>
<li><a href="/datasets">Download Quick Stats data files</a></li>
</ul>
<h3>Access Quick Stats Lite &nbsp;&nbsp;<a href="/Quick_Stats/Lite/index.php" title="Go to Quick Stats Lite"><span class="fa fa-2x fa-arrow-circle-right"></span></a></h3>
<p><a href="/Quick_Stats/Lite/index.php">Quick Stats Lite</a> provides a more structured approach to get commonly requested statistics from our online database.</p>
<!--<h3><img src="/Publications/AgCensus/images/newred.png" width="25" alt="New Census Data Query Tool"/>Access Census Data Query Tool &nbsp;&nbsp;<a href="/Quick_Stats/CDQT/chapter/1/table/1" title="Go to Census Data Query Tool"><span class="fa fa-2x fa-arrow-circle-right"></span></a></h3>
<p>The <a href="/Quick_Stats/CDQT/chapter/1/table/1">Census Data Query Tool</a> (CDQT) is a web based tool that is available to access and download table level data from the Census of Agriculture Volume 1 publication.</p>-->
</div>
<div class="col_2">
<p class="level3">Explore Statistics</p>
<ul>
<li>
<a href="/Statistics_by_State/index.php">
<p class="level4">By State</p>
</a>
</li>
<li>
<p class="level4">By Subject</p>
<ul>
<li><a href="/Statistics_by_Subject/index.php?sector=CROPS">Crops and Plants</a>
</li>
<li><a href="/Statistics_by_Subject/Demographics/index.php">Demographics</a>
</li>
<li><a href="/Statistics_by_Subject/Economics_and_Prices/index.php">Economic and Prices</a>
</li>
<li><a href="/Statistics_by_Subject/Environmental/index.php">Environmental</a>
</li>
<li><a href="/Statistics_by_Subject/index.php?sector=ANIMALS%20&amp;%20PRODUCTS">Livestock and Animals</a>
</li>
<li><a href="/Research_and_Science/index.php">Research, Science, and Technology</a>
</li>
</ul>
<!-- <p><strong>* = Currently unavailable</strong></p>
-->
</li>
<li>
<a href="/Charts_and_Maps/index.php">
<p class="level4">Charts and Maps</p>
</a>
</li>
<li>
<a href="/Data_Visualization/index.php">
<p class="level4">Data Visualization</p>
</a>
</li>
<li>
<a href="/Data_and_Statistics/Pre-Defined_Queries/index.php">
<p class="level4">Pre-Defined Queries</p>
</a>
</li>
<li>
<a href="/Data_and_Statistics/Special_Tabulations/index.php">
<p class="level4">Special Tabulations and Restricted Microdata</p>
</a>
</li>
</ul>
</div>
<div class="col_2"> <br>
<p class="level4">County Level Information</p>
<ul>
<li><a href="/Charts_and_Maps/Crops_County/index.php">County Maps</a>
<ul>
<!-- <li><a href="/Data_and_Statistics/County_Data_Files/Release_Schedule/index.php">County Data Release Schedule</a>
</li>-->
<li><a href="/Charts_and_Maps/Crops_County/boundary_maps/indexgif.php">County and District Geographic Boundaries</a>
</li>
<li><a href="/Data_and_Statistics/County_Data_Files/Frequently_Asked_Questions/county_list.txt">County and District Codes</a>
</li>
<li><a href="/Data_and_Statistics/County_Data_Files/Frequently_Asked_Questions/commcodes.php">Commodity Codes</a>
</li>
<li><a href="/Data_and_Statistics/County_Data_Files/Livestock_County_Estimates/index.php">Livestock County Estimates</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col_4">
<p class="level4" style="border-top: #ccc thin solid; padding-top:10px;">Geospatial Data &amp; Interactive Maps</p>
</div>
<div class="col_2">
<ul>
<li><a href="https://croplandcros.scinet.usda.gov/" target="_blank">CroplandCROS</a>
</li>
<li><a href="/Research_and_Science/Cropland/SARS1a.php">Cropland Data Layer</a>
</li>
<li><a href="https://nassgeodata.gmu.edu/VegScape/" target="_blank">VegScape</a>
</li>
<li><a href="https://cloud.csiss.gmu.edu/Crop-CASMA/">Crop Condition and Soil Moisture Analytics
</a>
</li>
</ul>
</div>
<div class="col_2">
<ul>
<li><a href="/Research_and_Science/Crop-Sequence-Boundaries/index.php">Crop Sequence Boundaries
</a>
</li>
<li><a href="/Research_and_Science/Crop_Progress_Gridded_Layers/index.php">Crop Progress & Condition Gridded Layers
</a>
</li>
<li><a href="/Research_and_Science/Disaster-Analysis/index.php">Disaster Analysis
</a>
</li>
<li><a href="/Research_and_Science/stratafront2b.php">Land Use Strata for Selected States</a></li>
</ul>
</div>
</div>
<!-- End 4 columns container -->
</li>
<!-- End Home Item -->
<li><a href="/Publications/index.php" class="drop">Publications&nbsp;&nbsp;<span class="fa fa-caret-down"></span></a>
<!-- Begin 4 columns Item -->
<div class="dropdown_4columns">
<!-- Begin 4 columns container -->
<div class="col_4">
<h2>Today's Reports&nbsp;&nbsp;<a href="/Publications/index.php" aria-label="Today's Reports"><span class="fa fa-2x fa-arrow-circle-right"></span></a></h2>
</div>
<div class="col_2">
<p class="level4">Browse NASS Reports</p>
<ul>
<li><a href="/Statistics_by_Subject/index.php">by Subject</a>
</li>
<li><a href="/Publications/Calendar/reports_by_date.php">by Date (Reports Calendar)</a>
</li>
<li><a href="/Publications/Reports_by_Release_Day/index.php">by Title/Release Day</a>
</li>
<li><a href="https://usda.library.cornell.edu/">by Keyword</a>
</li>
<li><a href="/Publications/2025-Guide-to-Products-and-Services.pdf">Guide to Products and Services</a>
</li>
</ul>
<p class="level4">Additional Reports</p>
<ul>
<li><a href="/Publications/Highlights/index.php">Highlights</a>
</li>
<li><a href="/Publications/AgCensus/2022/index.php">2022 Census of Agriculture</a>
</li>
<li><a href="/Surveys/index.php">Surveys and Programs</a>
</li>
<li><a href="/Publications/Methodology_and_Data_Quality/index.php">Methodology &amp; Quality Measures</a></li>
<li><a href="/Corrections/index.php?log=asb">Agricultural Statistics Board Corrections</a></li>
<li><a href="/Education_and_Outreach/Reports,_Presentations_and_Conferences/Reports_by_Date/index.php">Research Reports</a>
</li>
</ul>
</div>
<div class="col_2">
<p class="level4">Historical Publications</p>
<ul>
<li><a href="https://agcensus.library.cornell.edu/" target="_blank">Archived Ag Census Reports</a> (2002 and prior - published every 5 years)</li>
<li><a href="https://usda.library.cornell.edu/concern/publications/j3860694x?locale=en">Annual Agricultural Statistics</a>
</li>
<li><a href="/Publications/Statistical_Bulletins/index.php">Statistical Bulletins</a> (final estimates, 1987 to 2012</li>
<li><a href="/Publications/Track_Records/index.php">Track Records:</a> (crops, livestock, grain stocks)</li>
<li><a href="/Publications/Trends_in_U.S._Agriculture/index.php">Trends</a> 20th century</li>
<li><a href="/Publications/Price_Reactions/index.php">Price Reactions</a> (after crop or livestock reports)</li>
</ul>
<p class="level4">Receive Reports by Email:</p>
<ul>
<li><a href="https://usda.library.cornell.edu/">National Reports</a>
</li>
<li><a href="/Publications/Subscribe_to_State_Reports/index.php">State Reports</a>
</li>
<li><a href="/Newsroom/Subscribe/index.php">NASS News Releases</a>
</li>
</ul>
</div>
</div>
<!-- End 4 columns container -->
</li>
<li><a href="/Newsroom/index.php" class="drop">Newsroom&nbsp;&nbsp;<span class="fa fa-caret-down"></span></a>
<!-- Begin 5 columns Item -->
<div class="dropdown_4columns">
<!-- Begin 5 columns container -->
<div class="col_2">
<p class="level4">News Releases</p>
<div class="newsFeed">
<p>02/24/25 &nbsp;<a href="/Newsroom/2025/02-24-2025.php">USDA extends response deadline for 2024 Census of Horticultural Specialties</a></p>
<p>01/31/25 &nbsp;<a href="/Newsroom/2025/01-31-2025.php">United States cattle inventory down 1%</a></p>
<p>01/10/25 &nbsp;<a href="/Newsroom/2025/01-10-2025.php">Corn production down, soybean production up in 2024</a></p>
<p>12/23/24 &nbsp;<a href="/Newsroom/2024/12-23-2024.php">United States Hog Inventory Up 1%</a></p>
<p>12/16/24 &nbsp;<a href="/Newsroom/2024/12-16-2024.php">USDA Releases the 2023 Census of Aquaculture Results</a></p>
</div>
<h3 class="right"><a href="/Newsroom/2025/index.php">Read More News</a></h3>
</div>
<div class="col_2">
<p class="level4">ASB Notices</p>
<div class="newsFeed">
<p>01/02/25 &nbsp;<a href="/Newsroom/Notices/2025/01-02-2025.php">NASS Delays Weekly Slaughter Release</a></p>
<p>09/25/24 &nbsp;<a href="/Newsroom/Notices/2024/09-25-2024.php">NASS to publish 2023 Irrigation and Water Management report earlier </a></p>
<p>07/31/24 &nbsp;<a href="/Newsroom/Notices/2024/07-31-2024.php">NASS to Review Acreage Data</a></p>
<p>04/15/24 &nbsp;<a href="/Newsroom/Notices/2024/04-15-2024.php">NASS appoints Lance Honig as new ASB Chair</a></p>
<p>04/09/24 &nbsp;<a href="/Newsroom/Notices/2024/04-09-2024.php">NASS discontinues select 2024 data collection programs and reports</a></p>
</div>
<h3 class="right"><a href="/Newsroom/Notices/index.php">Read More Notices</a></h3>
</div>
<div class="col_2">
<p class="level4">Videos</p>
<div class="newsFeed">
<p>02/13/24 &nbsp;<a target="_blank" href="https://youtu.be/VerxO14wiHI">2022 Census of Agriculture Data Highlights</a></p>
<p>02/13/24 &nbsp;<a target="_blank" href="https://youtu.be/FyjUJnIMSfc">How to Find 2022 Census of Agriculture Data</a></p>
<p>02/13/24 &nbsp;<a target="_blank" href="https://www.youtube.com/live/0EY87thoLuo?si=leRX_UTy2DKXJcvN">2022 Census of Agriculture Data Release Event</a></p>
<p>07/16/21 &nbsp;<a target="_blank" href="https://youtu.be/8t_ZfpMtjzg">What is a Farm?</a></p>
<p>08/05/20 &nbsp;<a target="_blank" href="https://www.youtube.com/watch?v=4rodJxNmISE&t">The NASS Mission: We do it for you</a></p>
</div>
<h3 class="right"><a href="/Newsroom/Video_Features/index.php">View More Videos</a></h3>
</div>
<div class="col_2">
<p class="level4">ASB Briefings</p>
<div class="newsFeed">
<p>02/11/25 &nbsp;<a href="/Newsroom/Executive_Briefings/2025/02-11-2025.pdf">Crop Production (February 2025)</a></p>
<p>01/31/25 &nbsp;<a href="/Newsroom/Executive_Briefings/2025/01-31-2025.pdf">Cattle & Sheep and Goats (January 2025)</a></p>
<p>01/10/25 &nbsp;<a href="/Newsroom/Executive_Briefings/2025/01-10-2025.pdf">Crop Production (January 2025)</a></p>
<p>12/23/24 &nbsp;<a href="/Newsroom/Executive_Briefings/2024/12-23-2024.pdf">Quarterly Hogs and Pigs (December 2024)</a></p>
<p>12/10/24 &nbsp;<a href="/Newsroom/Executive_Briefings/2024/12-10-2024.pdf">Crop Production (December 2024)</a></p>
</div>
<h3 class="right"><a href="/Newsroom/Executive_Briefings/index.php">View More Briefings</a></h3>
</div>
</div>
<!-- End 5 columns container -->
</li>
<!-- End 5 columns Item -->
<!-- End 4 columns Item -->
<!-- End 4 columns Item -->
<li><a href="/Surveys/index.php" class="drop">Surveys&nbsp;&nbsp;<span class="fa fa-caret-down"></span></a>
<div class="dropdown_2columns align_right">
<!-- Begin 2 columns container -->
<div class="col_2">
<h2>Respond to Surveys Online&nbsp;&nbsp;<a href="https://www.agcounts.usda.gov" target="_blank" title="Go to Survey Page"><span class="fa fa-2x fa-arrow-circle-right"></span></a></h2>
</div>
<div class="col_2">
<p><a href="/Surveys/Guide_to_NASS_Surveys/index.php">Guide to NASS Surveys and Programs</a>
</p>
<p> <a href="/Education_and_Outreach/Understanding_Statistics/index.php">Understanding Agricultural Statistics</a>
</p>
<p><a href="https://www.agcounts.usda.gov/cgi-bin/counts/" target="_blank">Make Sure I'm Counted</a>
</p>
<p><a href="/Surveys/Program_Review/index.php" target="_blank">Statistical Programs and Review</a>
</p>
</div>
</div>
</li>
<li><a href="/AgCensus/index.php">Census</a>
</li>
<!-- <li><a href="http://agcensus.usda.gov">Census</a></li> -->
<li><a href="/About_NASS/index.php" class="drop">About NASS&nbsp;&nbsp;<span class="fa fa-caret-down"></span></a>
<div class="dropdown_4columns align_right">
<!-- Begin 2 columns container -->
<div class="col_2">
<p class="level4">Structure and Organization</p>
<ul>
<li><a href="/About_NASS/index.php">Agency Overview</a>
</li>
<li><a href="/About_NASS/NASS_Biographies/index.php">NASS Biographies</a>
</li>
<li><a href="/About_NASS/Org_Chart/OrgChart.pdf"><!--Please keep the OrgChart name as is-NASSPortal links back to here-->Organizational Chart</a>
</li>
<li><a href="/About_NASS/Assistance_to_Other_Organizations/index.php">Assistance to Other Organizations</a>
</li>
<li><a href="/About_NASS/International_Programs/index.php">International Programs</a>
</li>
<li><a href="/About_NASS/pdf/NASS_TalkingAboutNASS_ExternalGuide_2022_V01.pdf">Talking About NASS - A guide for partners and stakeholders</a></li>
<li><a href="/About_NASS/Strategic_Plan/pdf/USDA_NASS_StrategicPlan_FY22-26.pdf">NASS Strategic Plan for FY 2022-2026</a></li>
<li><a href="https://www.usda.gov/about-usda/general-information/our-agency/our-performance">USDA Strategic Goals</a></li>
</ul>
<p class="level4">Guiding Principles</p>
<ul>
<li><a href="/About_NASS/Mission_Statement/index.php">Mission and Core Values</a>
</li>
<li><a href="/About_NASS/Keeping_Data_Safe/index.php">Keeping Data Safe</a>
</li>
<li><a href="/About_NASS/Confidentiality_Pledge/index.php">Confidentiality Pledge</a>
</li>
<li><a href="/About_NASS/Security_Pledge/index.php">Security Pledge</a>
</li>
<li><a href="/About_NASS/Security_Statement/index.php">Security Statement</a>
</li>
<li><a href="/About_NASS/pdf/ScientificIntegrityStatement.pdf">Statement of Commitment to Scientific Integrity</a>
</li>
<li><a href="/About_NASS/Regulations_Guiding_NASS/index.php">Regulations Guiding NASS</a>
</li>
<li><a href="/About_NASS/Information_Quality_Guidelines/index.php">Information Quality</a>
</li>
<li><a href="/About_NASS/pdf/learning-agenda-fy2426.pdf">Learning Agenda, Fiscal Year 2024 -2026</a>
</li>
</ul>
<p class="level4">Civil Rights</p>
<ul>
<!-- <li><a href="/About_NASS/Civil_Rights/NASS EEO Policy Statement_Signed 24July 2024.pdf">NASS EEO Policy Statement</a></li>-->
<li>
<p><a href="/About_NASS/Civil_Rights/antiharassment2021.pdf">USDA and NASS Anti-Harassment Policy Statement</a></p></li>
<li><a href="https://www.ocio.usda.gov/sites/default/files/docs/2012/DR%204300-010%20Civil%20Rights%20Accountability%20and%20Procedures-Final_20170103.pdf">Civil Rights Accountability Policy and Procedures</a></li>
<li><a href="https://www.usda.gov/sites/default/files/documents/no-fear-act-notice.pdf">No FEAR Act Notice</a></li>
<li><a href="https://www.usda.gov/nofear/agencies">No FEAR Act - NASS Data</a></li>
<li>
<p><a href="/About_NASS/Civil_Rights/reasonable-accommodations2020.pdf">REE Reasonable Accommodations and Personal Assistance Services</a></p></li>
<li><a href="https://www.usda.gov/oascr/filing-discrimination-complaint-usda-employee" target="_blank">How to File an EEO Complaint</a></li>
<li><a href="https://www.usda.gov/accessibility-statement">Accessibility Statement</a></li>
<li><a href="https://www.access-board.gov/law/aba.html">Architectural Barriers Act</a></li>
</ul>
</div>
<div class="col_2">
<p class="level4">Work at NASS</p>
<ul>
<li><a href="/About_NASS/Opportunities/index.php">Career Opportunities</a>
</li>
</ul>
<p class="level4">Education and Outreach</a>
</p>
<ul>
<li><a href="/Education_and_Outreach/Understanding_Statistics/index.php">Understanding Ag Statistics</a>
</li>
<li><a href="/Education_and_Outreach/Meeting/index.php">Data Users' Meetings</a></li>
<li><a href="/Education_and_Outreach/Morris_Hansen/index.php">Morris Hansen Lecture</a></li>
<li><a href="/About_NASS/International_Programs/icas/index.php">International Conference on Agricultural Statistics</a></li>
</ul>
<p class="level4">History and Procedures</p>
<ul>
<li><a href="/About_NASS/ASB_and_Lockup/index.php">Agricultural Statistics Board and Lockup</a>
</li>
<li><a href="/About_NASS/Timeline/index.php">Agricultural Statistics: A Historical Timeline</a>
</li>
<li><a href="/About_NASS/pdf/The%20Story%20of%20U.S.%20Agricultural%20Estimates.pdf">The Story of U.S. Agricultural Estimates</a>
</li>
<li><a href="/About_NASS/pdf/As%20We%20Recall%20The%20History%20of%20Ag%20Estimates%201933%20to%201961.pdf">As We Recall: The Growth of Agricultural Estimates, 1933-1961</a>
</li>
<li>
<p><a href="/About_NASS/pdf/asb_historical.pdf">Safeguarding America's Agricultural Statistics Report</a> and <a href="https://www.youtube.com/watch?v=SxnWZVjGGUI">Video</a>
</p>
</li>
<li><a href="/About_NASS/History_of_Ag_Statistics/index.php">History of Ag Statistics</a>
</li>
<li><a href="/About_NASS/Reports_Procedures/index.php">Report Procedures</a>
</li>
<li><a href="/About_NASS/pdf/evolving_nass.pdf">An Evolving Statistical Service</a>
</li>
<li><a href="/About_NASS/pdf/NASSFactFinders_April_2016_FINAL.pdf">Fact Finders for Agriculture</a>
</li>
<li>
<p><a href="/About_NASS/pdf/agriculture_counts.pdf">Agriculture Counts - The Founding and Evolution of the National Agricultural Statistics Service &nbsp; 1957-2007</a>
</p>
</li>
<li><a href="/About_NASS/Hall_of_Fame/index.php">Hall of Fame</a>
</li>
</ul>
</div>
</div>
<!-- End 2 columns container -->
</li>
<li><a href="/Contact_Us/index.php" class="drop">Contact Us&nbsp;&nbsp;<span class="fa fa-caret-down"></span></a>
<div class="dropdown_4columns align_right">
<!-- Begin 4 columns container -->
<div class="col_2">
<p class="level4">Mailing Address:</p>
<p><address>
USDA-NASS<br>
1400 Independence Ave., SW<br>
Washington, DC 20250</address>
</p>
<p class="level4">Survey FAQs and Contact Us:</p>
<p><a href="/Feedback/index.php"><span class="fa fa-arrow-circle-right"></span> Access FAQs or submit a question.</a>
</p>
<p class="level4">Data Inquiries:</p>
<p>Hours: 8:00 a.m. - 5:00 p.m. Central Standard Time<br/> Monday - Friday, except federal holidays<br/> Toll-Free: <a href="tel:800-727-9540"><span class="fa fa-phone"></span>(800) 727-9540</a>
</p>
<p class="level4">Media Inquiries:</p>
<p>Email: NASS-Media@usda.gov <a href="mailto:NASS-Media@usda.gov" title="Email: Ask USDA"><span class="fa fa-envelope"></span></a></p>
</div>
<div class="col_2">
<p class="level4">Other USDA Inquiries:</p>
<p>Hours: Monday to Friday 8 a.m. - 5 p.m. EST<br/>Toll-Free: <a href="tel:833-663-8732"><span class="fa fa-phone"></span>(833) One-USDA</a><br>
Email: askusda@usda.gov <a href="mailto:askusda@usda.gov" title="Email: Ask USDA"><span class="fa fa-envelope"></span></a><br>
Website: <a href="https://ask.usda.gov/s/">https://ask.usda.gov/s/</a>
</p>
<!--<p>Kristen Lenhardt, <em>Public Affairs Director</em><br> Email: <a href="mailto:kristen.lenhardt@usda.gov" title="Email: Kristen Lenhardt"><span class="fa fa-envelope"></span></a> / Phone: <a href="tel:202-690-8122"><span class="fa fa-phone"></span>&nbsp;(202) 690-8122</a>
</p>
<p>Teresa White, <em>Public Affairs Deputy Director</em><br> Email: <a href="mailto:teresa.white@usda.gov" title="Email: Teresa White"><span class="fa fa-envelope"></span></a> / Phone: <a href="tel:202-690-8123"><span class="fa fa-phone"></span>&nbsp;(202) 690-8123</a></p>
<p>Jim Barrett, <em>Public Affairs Specialist</em><br> Email: <a href="mailto:jim.barrett@usda.gov" title="Email: Jim Barrett"><span class="fa fa-envelope"></span></a> / Phone: <a href="tel:202-690-8124"><span class="fa fa-phone"></span>&nbsp;(202) 690-8124</a></p>
<p>Jodi Halvorson, <em>Public Affairs Specialist</em><br> Email: <a href="mailto:Jodi.Halvorson@usda.gov" title="Email: Jodi Halvorson"><span class="fa fa-envelope"></span></a> / Phone: <a href="tel:916-738-6609"><span class="fa fa-phone"></span>&nbsp;(916) 738-6609</a></p>
<p>Terry Matlock, <em>Public Affairs Specialist</em><br> Email: <a href="mailto:Terry.Matlock@usda.gov" title="Email: Terry Matlock"><span class="fa fa-envelope"></span></a> / Phone: <a href="tel:720-787-3172"><span class="fa fa-phone"></span>&nbsp;(720) 787-3172</a></p>
<p>Alexandra Nseir, <em>Public Affairs Specialist</em><br> Email: <a href="mailto:Alexandra.Nseir@usda.gov" title="Email: Alex Nseir"><span class="fa fa-envelope"></span></a> / Phone: <a href="tel:202-690-8121"><span class="fa fa-phone"></span>&nbsp;(202) 690-8121</a></p>-->
<p class="level4">Translation Services:</p>
<p>Email: NASSLanguages@usda.gov <a href="mailto:NASSLanguages@usda.gov" title="Email: NASSLanguages@usda.gov"><span class="fa fa-envelope"></span></a></p>
</div>
<div class="col_4">
<div class="col_2" style="padding-right: 10px;">
<!--<p class="level4">Regional and State Field Offices</p>
<p>Find contact information for Regional and State Field Offices&nbsp;&nbsp;<a href="/Statistics_by_State/RFO/index.php"><span class="fa fa-arrow-circle-right"></span></a>
</p>-->
<p class="level4">Regional and State Field Offices:</p>
<p><a href="/Statistics_by_State/RFO/index.php"><span class="fa fa-arrow-circle-right"></span> Find contact information for Regional and State Field Offices</a>
</p>
<p class="level4">Ask a Specialist:</p>
<p><a href="/Contact_Us/Ask_a_Specialist/index.php" title="Ask a NASS Specialist"><span class="fa fa-arrow-circle-right"></span> Have a specific question for one of our subject experts? Contact a specialist.&nbsp;&nbsp;</a>
</p>
</div>
<div class="col-2">
<p class="level4">Web Content Publishing Schedule:</p>
<p>Section 207(f)(2) of the E-Government Act of 2002 requires federal agencies to develop an inventory of information to be published on their Web sites, establish a schedule for publishing information, make those schedules available for public comment, and post the schedules and priorities on the Web site.
</p>
</div>
</div>
</div>
</li>
<li><a href="/Help/index.php" class="drop">Help&nbsp;&nbsp;<span class="fa fa-caret-down"></span></a>
<div class=" dropdown_2columns align_right">
<div class="col_2">
<p class="level4">Technical Issues</p>
<ul>
<li><a href="/Help/RSS/index.php">RSS Feed</a>
</li>
<li><a href="/Contact_Us/index.php">Contact Us </a> </li>
</ul>
</div>
<div class="col_2">
<p class="level4">Search Tips</p>
<ul>
<li><a href="/Help/Search_Tips/index.php">Search Tips</a>
</li>
</ul>
<p class="level4">For Developers and Data Users</p>
<ul>
<li><a href="/developer/index.php">Application Programming Interfaces (APIs)</a>
</li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</div>
</div> </div>
<!-- START CAROUSEL -->
<div class="container mainContent clearfix">
<!--Code for red maintenance bar-->
<!--<div style="line-height: 30px; color: black; background-color: palegoldenrod; text-align: center; padding-top: 6px; padding-bottom: 3px;">
<b>Quick Stats is operational. Users may experience intermittent delays. </b>
</div>-->
<!--<div class="col-sm-12 alert alert-danger">
<strong>NOTICE!</strong> We are currently experiencing technical difficulties with the Data Archival system at Cornell. We apologize for the inconvenience.
</div> -->
<!--<div class="col-sm-12 alert alert-danger">
<strong>NOTICE!</strong> Cornells library of publications (usda.library.cornell.edu) will be intermittently unavailable on Sunday, June 20, for scheduled maintenance. We apologize for the inconvenience.
</div> -->
<!--<div style="line-height: 30px; color: black; background-color: lightgoldenrodyellow; text-align: center; padding-top: 6px; padding-bottom: 3px;">
<b>NOTICE! Cornells library of publications (usda.library.cornell.edu) will be unavailable for up to an hour on Sunday, June 20, for scheduled maintenance. </b>
</div>-->
<div class="col-xs-12 col-sm-12 col-md-4">
<!-- end of main_social div -->
<a id="skipnav"></a>
<div class="todays_reports">
<div class="todays_top">
<div class="col-sm-6">
<h3><a class="todays_link" href="/Publications/index.php">Today's Reports</a></h3>
</div>
<div class="col-sm-6 todays_calendar"> <a href="/Publications/Calendar/reports_by_date.php"><span class="fa fa-calendar"></span>&nbsp;&nbsp;View previous reports</a><br>
</div>
</div>
<script src="/Publications/Calendar/today/today.js"></script>
<div id="today-container" class="todaysReportPadding">
</div>
<!--
<h5 id="count-down" style="color:maroon; margin-top: 40px;border:1px solid black;"></h5>
-->
<div class="countdown" style="text-align: center; border:0px solid black; padding-top:0px;">
<p id="count-down" style="color:maroon; margin-top:5px;"></p>
<!--
<p id="count-down" style="color:maroon; margin-top:5px;">
<i>Reports are available after release at <a target="_blank" href="https://usda.library.cornell.edu/">Cornell Universitys Mann Library</a>, a USDA repository. Click on Release Calendar.</i>
</p>
-->
</div>
<!--Use this section if Today's Report section needs to be hidden for shutdown -->
<!--<h4 class="center" style="padding: 20px; margin-left: 10px; margin-right: 10px; background: #F7DB77; color: black; font-size: 22px;"><br>Due to a lapse in federal funding, this USDA website will not be actively updated. <br><br> Once funding has been reestablished, online operations will continue.<br></h4>-->
</div>
<!-- end of Today's Report div -->
</div>
<!-- end of area_1_left -->
<div class="carouselArea clearfix">
<div class="area_1_right col-xs-12 col-sm-12 col-md-8 clearfix">
<div id="carousel-example-generic" class="carousel slide col-xs-12" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators hidden-xs">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<!--<li data-target="#carousel-example-generic" data-slide-to="5"></li>-->
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<!-- Begin Slider - for ASB Livestream -->
<!--<div class="item active"><a href="https://youtube.com/usdanass" target="_blank"><img src="/images/slider/crop-production-0211.png" alt="Watch the Crop Production Agricultural Statistics Board Briefing on Tuesday, Feb. 11, 2025 at 12:05 p.m. EST" /></a>
<div class="carousel-caption hidden-xs"></div>
</div>-->
<!-- End Slider -->
<!-- Begin Slider - for Twitter Stat Chat -->
<!--<div class="item active"><a href="https://twitter.com/usda_nass/" target="_blank"><img src="/images/slider/StatChat_02-11-2025_Slider.png" alt="Join @usda_nass on X using #StatChat on Feb. 11, 1:00 PM ET to discuss the Crop Production report with NASS's Agricultural Statistics Board Chair, Lance Honig." /></a>
<div class="carousel-caption hidden-xs"></div>
</div>-->
<!-- End Slider -->
<!-- Begin Slider -->
<div class="item active">
<a href="/Surveys/Guide_to_NASS_Surveys/Census_of_Horticultural_Specialties/index.php" target="_blank"><img src="/images/slider/horticulture-respond.png" alt="2024 Census of Horticultural Specialties, respond online, by mail. or phone by April 18, 2025" /></a>
<div class="carousel-caption hidden-xs"></div>
</div>
<!-- End Slider -->
<!-- Begin Slider -->
<div class="item">
<a href="https://reg.eventmobi.com/USDAOutlookForum2025" target="_blank"><img src="/images/slider/ag-outlook2.png" alt="USDA's 101st Agricultural Outlook Forum at Crystal City Gateway Marriott, Arlington, Va. on Feb. 27-28,2025" /></a>
<div class="carousel-caption hidden-xs"></div>
</div>
<!-- End Slider -->
<!-- Begin Slider -->
<div class="item"><a href="/Publications/Highlights/2025/CPAMS_Highlights.pdf"><img src="/images/slider/CPAMS.png" alt="Forestry and grazing practices - 2023 Conservation Practice Adoption Motivations Highlights now available." /></a>
<div class="carousel-caption hidden-xs"></div>
</div>
<!-- End Slider -->
<!-- Begin Slider -->
<div class="item"><a href="https://www.nass.usda.gov/Newsroom/Executive_Briefings/2025-livestream-schedule.pdf" target="_blank"><img src="/images/slider/livestream-schedule-slider.png" alt="2025 Livestrean Schedule, Agricultural Statistics Board, Watch live on YouTube" /></a>
<div class="carousel-caption hidden-xs"></div>
</div>
<!-- End Slider -->
<!-- Begin Slider - for DRUID release -->
<!--<div class="item active"><a href="https://data.nass.usda.gov/dairy/milk-production/" target="_blank"><img src="/images/slider/druid-slider.png" alt="Geospatial Tool: Crop Sequence Boundaries" /></a>
<div class="carousel-caption hidden-xs"></div>
</div>-->
<!-- End Slider -->
<!-- Begin Slider - for Twitter Space -->
<!--<div class="item active"><a href="https://twitter.com/i/spaces/1BdGYyrLmNoGX" target="_blank"><img src="/images/slider/TwitterSpaces08-11-2023.png" alt="Twitter Spaces: A conversation about the crop production report with Lance Honig" /></a>
<div class="carousel-caption hidden-xs"></div>
</div>-->
<!-- End Slider -->
<!--Begin Slider - *NOTE: Save for use when a filler is needed* - Sign up to be counted-->
<!--<div class="item"><a href="https://www.agcounts.usda.gov/static/get-counted.html"><img src="/images/slider/Be-counted.png" alt="Your voice, your future. Sign up to be counted in future surveys and censuses." /></a>
<div class="carousel-caption hidden-xs"></div>
</div> -->
<!-- End Slider -->
<!-- Begin Slider - *NOTE: Save for use when a filler is needed* - Respond Online -->
<!--<div class="item"><a href="https://www.agcounts.usda.gov/cawi" target="_blank"><img src="/images/slider/EDR.png" alt="NASS has made survey response faster, friendlier, easier. Respond online here. Survey code required." /></a>
<div class="carousel-caption hidden-xs"></div>
</div>-->
<!-- End Slider -->
<!-- Begin Slider *NOTE: Save for use when a filler is needed* - NASS Mission video-->
<!--<div class="item"><a href="https://www.youtube.com/watch?v=4rodJxNmISE&t"><img src="/images/slider/we-do-it-for-you-video.png" alt="Video of The NASS Mission: We do it for you." /></a>
<div class="carousel-caption hidden-xs"></div>
</div>-->
<!-- End Slider -->
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" aria-label="Previous slide" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" aria-label="Next slide" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div>
</div>
<!-- end of area_1_right div -->
</div>
<div class="col-sm-12 alert alert-info infoBar">
<p class="infoBar">DATA ACCESS: We are updating our systems and plan to avoid interruptions. However, NASS data and reports are available in multiple ways in addition to this website - Cornell University Mann Library (a USDA repository) <a href="https://usda.library.cornell.edu/?locale=en" target="_blank">website and e-mail report subscription service</a>; QuickStats <a href="https://quickstats.nass.usda.gov/" target="_blank">database</a>, <a href="https://quickstats.nass.usda.gov/api" target="_blank">API</a>, and downloadable <a href="/datasets/">data files</a>; and a <a href="https://www.nass.usda.gov/Quick_Stats/JSON/index.php">JSON file</a> for principal economic indicator data. </p></div>
<div class="section2 clearfix">
<div class="col-xs-12 col-sm-12 col-md-4 headlines">
<h4>Headlines</h4>
<p>02/24/25 &nbsp;<a href="/Newsroom/2025/02-24-2025.php"><strong>NEWS RELEASE: </strong>USDA extends response deadline for 2024 Census of Horticultural Specialties</a></p>
<p>01/31/25 &nbsp;<a href="/Newsroom/2025/01-31-2025.php"><strong>NEWS RELEASE: </strong>United States cattle inventory down 1%</a></p>
<p>01/10/25 &nbsp;<a href="/Newsroom/2025/01-10-2025.php"><strong>NEWS RELEASE: </strong>Corn production down, soybean production up in 2024</a></p>
<p>01/02/25 &nbsp;<a href="/Newsroom/Notices/2025/01-02-2025.php"><strong>ASB NOTICE: </strong>NASS Delays Weekly Slaughter Release</a></p>
<p>12/23/24 &nbsp;<a href="/Newsroom/2024/12-23-2024.php"><strong>NEWS RELEASE: </strong>United States Hog Inventory Up 1%</a></p>
<p>12/16/24 &nbsp;<a href="/Newsroom/2024/12-16-2024.php"><strong>NEWS RELEASE: </strong>USDA Releases the 2023 Census of Aquaculture Results</a></p>
</div>
<div class="stateMapSelect col-xs-12 col-sm-12 col-md-4">
<h4>Find Data and Reports by:</h4>
<div class="stateMapForm clearfix">
<select id="state-navigation" onChange="top.location=this.value" title="Select Statistics by State" class="stateMapForm">
<optgroup label="States">
<option selected>Select a State</option>
<option value="/Statistics_by_State/RFO/index.php" title="Regional Offices">Regional Offices</option>
<option value="/Statistics_by_State/Alabama/index.php" title="Alabama">Alabama</option>
<option value="/Statistics_by_State/Alaska/index.php" title="Alaska">Alaska</option>
<option value="/Statistics_by_State/Arizona/index.php" title="Arizona">Arizona</option>
<option value="/Statistics_by_State/Arkansas/index.php" title="Arkansas">Arkansas</option>
<option value="/Statistics_by_State/California/index.php" title="California">California</option>
<option value="/Statistics_by_State/Colorado/index.php" title="Colorado">Colorado</option>
<option value="/Statistics_by_State/Connecticut/index.php" title="Connecticut">Connecticut</option>
<option value="/Statistics_by_State/Delaware/index.php" title="Delaware">Delaware</option>
<option value="/Statistics_by_State/Florida/index.php" title="Florida">Florida</option>
<option value="/Statistics_by_State/Georgia/index.php" title="Georgia">Georgia</option>
<option value="/Statistics_by_State/Hawaii/index.php" title="Hawaii">Hawaii</option>
<option value="/Statistics_by_State/Idaho/index.php" title="Idaho">Idaho</option>
<option value="/Statistics_by_State/Illinois/index.php" title="Illinois">Illinois</option>
<option value="/Statistics_by_State/Indiana/index.php" title="Indiana">Indiana</option>
<option value="/Statistics_by_State/Iowa/index.php" title="Iowa">Iowa</option>
<option value="/Statistics_by_State/Kansas/index.php" title="Kansas">Kansas</option>
<option value="/Statistics_by_State/Kentucky/index.php" title="Kentucky">Kentucky</option>
<option value="/Statistics_by_State/Louisiana/index.php" title="Louisiana">Louisiana</option>
<option value="/Statistics_by_State/Maine/index.php" title="Maine">Maine</option>
<option value="/Statistics_by_State/Maryland/index.php" title="Maryland">Maryland</option>
<option value="/Statistics_by_State/Massachusetts/index.php" title="Massachussetts">Massachusetts</option>
<option value="/Statistics_by_State/Michigan/index.php" title="Michigan">Michigan</option>
<option value="/Statistics_by_State/Minnesota/index.php" title="Minnesota">Minnesota</option>
<option value="/Statistics_by_State/Mississippi/index.php" title="Mississippi">Mississippi</option>
<option value="/Statistics_by_State/Missouri/index.php" title="Missouri">Missouri</option>
<option value="/Statistics_by_State/Montana/index.php" title="Montana">Montana</option>
<option value="/Statistics_by_State/Nebraska/index.php" title="Nebraska">Nebraska</option>
<option value="/Statistics_by_State/Nevada/index.php" title="Nevada">Nevada</option>
<option value="/Statistics_by_State/New_England/index.php" title="New England">New England</option>
<option value="/Statistics_by_State/New_Hampshire/index.php" title="New Hampshire">New Hampshire</option>
<option value="/Statistics_by_State/New_Jersey/index.php" title="New Jersey">New Jersey</option>
<option value="/Statistics_by_State/New_Mexico/index.php" title="New Mexico">New Mexico</option>
<option value="/Statistics_by_State/New_York/index.php" title="New York">New York</option>
<option value="/Statistics_by_State/North_Carolina/index.php" title="North Carolina">North Carolina</option>
<option value="/Statistics_by_State/North_Dakota/index.php" title="North Dakota">North Dakota</option>
<option value="/Statistics_by_State/Ohio/index.php" title="Ohio">Ohio</option>
<option value="/Statistics_by_State/Oklahoma/index.php" title="Oklahoma">Oklahoma</option>
<option value="/Statistics_by_State/Oregon/index.php" title="Oregon">Oregon</option>
<option value="/Statistics_by_State/Pennsylvania/index.php" title="Pennsylvania">Pennsylvania</option>
<option value="/Statistics_by_State/Puerto_Rico/index.php" title="Puerto Rico">Puerto Rico</option>
<option value="/Statistics_by_State/Puerto_Rico_(Spanish)/index.php" title="Puerto Rico (Spanish)">Puerto Rico (Spanish)</option>
<option value="/Statistics_by_State/Rhode_Island/index.php" title="Rhode Island">Rhode Island</option>
<option value="/Statistics_by_State/South_Carolina/index.php" title="South Carolina">South Carolina</option>
<option value="/Statistics_by_State/South_Dakota/index.php" title="South Dakota">South Dakota</option>
<option value="/Statistics_by_State/Tennessee/index.php" title="Tennessee">Tennessee</option>
<option value="/Statistics_by_State/Texas/index.php" title="Texas">Texas</option>
<option value="/Statistics_by_State/Utah/index.php" title="Utah">Utah</option>
<option value="/Statistics_by_State/Vermont/index.php" title="Vermont">Vermont</option>
<option value="/Statistics_by_State/Virginia/index.php" title="Virginia">Virginia</option>
<option value="/Statistics_by_State/Washington/index.php" title="Washington">Washington</option>
<option value="/Statistics_by_State/West_Virginia/index.php" title="West Virginia">West Virginia</option>
<option value="/Statistics_by_State/Wisconsin/index.php" title="Wisconsin">Wisconsin</option>
<option value="/Statistics_by_State/Wyoming/index.php" title="Wyoming">Wyoming</option>
</optgroup>
</select>
</div>
<div class="findRFO clearfix"><a href="Statistics_by_State/RFO/index.php">Find a Regional or State Field Office</a>
</div>
</div>
<div class="twitterBlog col-xs-12 col-sm-12 col-md-4"> <!-- 2/20/2020 Twitter&Blog was replaced with spotlight icons -->
<div class="spotlight"> <a href="https://www.agcounts.usda.gov" target="_blank"><img class="img-responsive center-block" src="images/homePage/Spotlight-respond-online.png" alt="Complete your survey online." /></a></div>
<div class="spotlight"><a href="/Data_Visualization/index.php" target="_blank"><img class="img-responsive center-block" src="images/homePage/Spotlight-data-viz.png" alt="Data Visualization"/></a></div>
</div>
</div>
</div>
<!-- START FOOTER -->
<div id="footer" class="container hidden-xs hidden-sm footer clearfix">
<div id="motto" class="statement col-xs-12">
<p>~ Providing Timely, Accurate and Useful Statistics in Service to U.S. Agriculture ~</p>
</div>
<ul class="footerTop center">
<li><a href="/index.php" class="footer">NASS Home</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="http://www.usda.gov" class="footer">USDA.gov</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="http://www.data.gov" class="footer" target="_blank">Data.gov</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="http://www.usa.gov" class="footer">USA.gov</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="https://www.whitehouse.gov" class="footer">WhiteHouse.gov</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="https://usda.library.cornell.edu/" class="footer">Economics, Statistics and Market Information System (ESMIS)</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="https://www.usda.gov/nofear/agencies" target="_blank" class="footer" >No Fear Act - NASS Data</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="https://www.usda.gov/accessibility-statement" target="_blank" class="footer" >Accessibility Statement</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="https://www.ars.usda.gov/research/freedom-of-information-act-and-privacy-act-reference-guide/" target="_blank">FOIA</a></li>
</ul>
<ul class="footerBottom center">
<li><a href="/About_NASS/Privacy/index.php">Privacy Policy and Assessments</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="/About_NASS/Security_Statement/index.php">Security Statement</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="/About_NASS/Information_Quality_Guidelines/index.php" class="footer">Information Quality</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="https://www.usda.gov/non-discrimination-statement" class="footer">Non-Discrimination Statement</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="/About_NASS/Regulations_Guiding_NASS/" target="_blank" class="footer">Guidance Documents</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="https://www.usda.gov/policies-and-links" target="_blank" class="footer" >USDA Policies and Links</a></li>
<li>&nbsp;|&nbsp;</li>
<li><a href="https://ask.usda.gov/s/" target="_blank" class="footer" >AskUSDA</a></li>
</ul>
</div>
<!-- Analytics -->
<!-- SiteImprove (updated 4/27/16 to add element for hot spot) -->
<script>
/*<![CDATA[*/
(function() {
var sz = document.createElement('script'); sz.type = 'text/javascript'; sz.async = true;
sz.src = '//siteimproveanalytics.com/js/siteanalyze_10240.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sz, s);
})();
/*]]>*/
</script>
<!-- Updated Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-9021651-1', 'nass.gov');
ga('create', 'UA-27627304-38', {'usda':'b'});
ga('send', 'pageview');
ga('b.send', 'pageview');
</script>
<!-- START search.digital.gov analytics START -->
<script>
//<![CDATA[
var usasearch_config = { siteHandle:"usda-nass" };
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "//search.usa.gov/javascripts/remote.loader.js";
document.getElementsByTagName("head")[0].appendChild(script);
//]]>
</script>
<!-- Feedback button for Touchpoints survey added 12/24 -->
<div class="container" align="right">
<br>
<a class="btn btn-primary" style="text-decoration: none" href="https://touchpoints.app.cloud.gov/touchpoints/20931010" target="_blank" role="button"><i class="fa-regular fa-comment"></i> Feedback</a>
</div>
<!-- closes #footer -->
<!-- end of #container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Moved this to the header due to the hamburger menu not runnng properly in mobile view
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>-->
<script src="https://use.fontawesome.com/c0f548ee98.js"></script>
<script>
$( document ).ready( function () {
$( "select" ).each( function () {
$( this ).val( $( this ).find( 'option[selected]' ).val() );
} );
} )
</script>
<!-- Bootstrap -->
<!--Moved this to the header due to the hamburger menu not runnng properly in mobile view
<script src="newJS/bootstrap.js" async></script>-->
</body>
</html>