scientificclimatetemperaturenoaatime-seriespublic-domain

NOAA Global Temperature Anomalies (1850-2025)

Category
Scientific
Records
179 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
12

About this data

Monthly global land and ocean average temperature anomalies from 1850 to 2025, sourced directly from NOAA National Centers for Environmental Information (NCEI). Base period: 1901-2000 average. 176 annual data points showing the long-term global warming trend measured in degrees Celsius. Format: CSV, 2 columns (Year, Anomaly), 176 rows + header. Source: NOAA Climate at a Glance (https://www.ncei.noaa.gov). License: Public domain (US government data). Captured: 2026-04-13. Ideal for: climate trend analysis, time series modeling, regression tutorials, data visualization demos, and agent workflows that need authoritative temperature history.

Schema

NameTypeDescription
yearintegerYear (CE)
anomaly_cnumberGlobal land+ocean temperature anomaly in °C, baseline 1901–2000

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.8 / 5
12 downloads
Seller: sharizard
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "NOAA Global Temperature Anomal" })
// Found: ebea06e3-70e8-4d4a-8dc5-4d4e513673b9
get_download_url({ dataset_id: "ebea06e3-70e8-4d4a-8dc5-4d4e513673b9" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/ebea06e3-70e8-4d4a-8dc5-4d4e513673b9/download-url