Financial Data

GDELT 2.0 — Global Event Database + Knowledge Graph

economy

GDELT 2.0 — Global Event Database + Knowledge Graph is an cost-effective financial data provider offering Sentiment (Tone + Volume), Geopolitical Event Stream through Aweb's unified API. It features none streaming support with standard-tier latency.

Try GDELT 2.0 — Global Event Database + Knowledge GraphOfficial docs

Specifications

CategoryFinancial Data
Auth Typenone
Latency Tierstandard
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://api.gdeltproject.org/api/v2
SDK Package

Capabilities (2)

Sentiment (Tone + Volume)finance.sentiment
Score: 97DEFAULT
Geopolitical Event Streamfinance.geopolitics
Score: 98DEFAULT

Quick start

Use GDELT 2.0 — Global Event Database + Knowledge Graph through Aweb's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.aweb.studio/v1/execute \
  -H "Authorization: Bearer $AWEB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "gdelt",
    "capability": "finance.sentiment",
    "input": { "prompt": "Hello from GDELT 2.0 — Global Event Database + Knowledge Graph!" }
  }'

TypeScript

import { Aweb } from '@aweb/core';

const aweb = new Aweb({ apiKey: process.env.AWEB_API_KEY });

const result = await aweb.execute({
  provider: 'gdelt',
  capability: 'finance.sentiment',
  input: { prompt: 'Hello from GDELT 2.0 — Global Event Database + Knowledge Graph!' },
});

console.log(result.output);

Related Financial Data providers

IEX Cloud

standard tier

Alchemy

standard tier

Polygon.io

standard tier

Plaid

premium tier

Moralis

standard tier

QuickNode

standard tier

Getting started →API reference →All capabilities →All providers →