Calendar Year Revenue Of U.S. Natural Resources
Department of the Interior
@usgov.doi_gov_calendar_year_revenue_of_u_s_natural_resources
Department of the Interior
@usgov.doi_gov_calendar_year_revenue_of_u_s_natural_resources
This dataset includes revenue from natural resources by calendar year. Natural resources are extracted from federal lands, federal waters, and Native American lands. The data is further broken down by location, lease type, revenue type (e.g., bonuses, rents, and royalties), and commodity/product information. It does not include privately-owned lands or U.S. state lands. Federal revenue data is available by location. Native American data is only available at the national level to protect private and personally identifiable information. The dataset is tracked and managed by the Department of the Interior’s Office of Natural Resources Revenue. It contains revenue data from calendar years 2003-present.
Organization: Department of the Interior
Last updated: 2025-09-14T17:40:56.744359
Tags: economy, environment, federal-lands, geoscientificinformation, location, native-lands, offshore-waters, outer-continental-shelf
CREATE TABLE calendar_year_revenue_of_u_s_natural_resources (
  "calendar_year" BIGINT,
  "land_class" VARCHAR,
  "land_category" VARCHAR,
  "state" VARCHAR,
  "county" VARCHAR,
  "fips_code" DOUBLE,
  "offshore_region" VARCHAR,
  "revenue_type" VARCHAR,
  "mineral_lease_type" VARCHAR,
  "commodity" VARCHAR,
  "product" VARCHAR,
  "revenue" DOUBLE
);Anyone who has the link will be able to view this.