← Back to catalog
ncei.daily_data
mock data$0.002 / callNCEI Daily Climate Data
Retrieve historical daily weather observations from NOAA NCEI — max/min temperature, precipitation, snowfall, wind speed. 260+ years of records from global stations. Values in tenths of °C (temp) and tenths of mm (precip). Source: GHCND dataset.
Input schema
end_daterequired
stringEnd date in YYYY-MM-DD format (e.g. 2025-01-31). Max 1 year range.
datatypes
stringComma-separated data types: TMAX (max temp), TMIN (min temp), PRCP (precipitation), SNOW, AWND (avg wind). Default: all.
start_daterequired
stringStart date in YYYY-MM-DD format (e.g. 2025-01-01)
station_idrequired
stringNCEI station ID (e.g. GHCND:USW00094728 for Central Park, NY). Get from ncei.stations tool.
Call via REST
curl -X POST https://unifyapi.pro/api/call/ncei.daily_data \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"end_date":"<end_date>","datatypes":"<datatypes>","start_date":"<start_date>","station_id":"<station_id>"}'