Veblyn

Stream

A stream is a real-world data pipeline. Each stream produces one or more metrics, which are raw time series you can query directly.

Available streams

StreamMetric countUpdate freqHistory
PortWatch51 hr2023-present
OpenMeteo4daily2023-present
FRED6daily2018-present

Stream details

PortWatch

1 hr

AIS-derived maritime chokepoint data from the World Bank PortWatch platform.

Entities
suezpanamabosporusbab-el-mandebmalaccahormuz
MetricDescriptionUnit
throughput_countDaily vessel count through a chokepointcount/day
closure_indicatorBinary flag for effective closure0 or 1
congestion_indexDerived congestion ratioratio
reroute_shareDerived reroute share0-1 share
security_risk_indexComposite risk score0-1 index

OpenMeteo

daily

Global weather forecast data from the Open-Meteo API.

MetricDescriptionUnit
temperature_2m_maxMaximum 2m air temperatureCelsius
temperature_2m_minMinimum 2m air temperatureCelsius
precipitation_sumTotal daily precipitationmm
wind_speed_10m_maxMaximum wind speed at 10mkm/h

FRED

daily

Federal Reserve Economic Data for key macro indicators.

MetricDescriptionUnit
gdpReal GDP growth rate% QoQ annualized
unrateCivilian unemployment rate%
cpiaucslConsumer Price Indexindex
fedfundsEffective federal funds rate%
dgs1010-Year Treasury yield%
vixclsCBOE Volatility Indexindex

Querying metric data

Query a metric series directly by metric ID. Requires Pro or Fund tier.

curl -H "Authorization: Bearer vb_YOUR_KEY" \
  "https://api.veblyn.com/api/v1/metric/portwatch:suez:throughput_count/history?limit=5"