StockData.org

StockData.org

Let AI connect your sources for you

Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Learn more
PostHog Wizard hedgehog

Connect StockData.org to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.

Enter your StockData.org API token to pull market news with sentiment plus quote, end-of-day, intraday, dividend, and split price data into the PostHog Data warehouse.

You can find your API token in your StockData.org dashboard.

Add one or more comma-separated symbols (e.g. AAPL,MSFT,TSLA) to sync the price tables (quote, EOD, intraday, dividends, splits) — those endpoints require at least one symbol. The news table works without symbols (all market news) and is filtered to your symbols when they are set.

Note: StockData.org plans are limited by daily request quotas (100 requests/day on the free plan), and some tables (dividends, splits) require a Standard or higher plan.

Configuration

OptionTypeRequired
API tokenpasswordYes
SymbolstextNo

Linking StockData.org to PostHog

  1. Go to the Data pipeline page in PostHog
  2. Click New source and select StockData.org
  3. Fill in the required configuration fields
  4. Click Next, select the tables you want to sync, and then press Import

Supported tables

TableDescriptionSync methodIncremental fieldPrimary key
news

Financial and market news articles with per-entity sentiment scores. Optionally filtered to the configured symbols. Incremental on published_at.

Incremental, Full refreshpublished_at
quote

Latest price and trading-day snapshot per symbol (one row per symbol). Requires symbols. Full refresh.

Full refresh
eod

End-of-day (daily OHLCV) stock prices per symbol. Requires symbols. Incremental on date.

Incremental, Full refreshdate
intraday

Intraday (hourly OHLCV) stock prices per symbol. Requires symbols. Incremental on date.

Incremental, Full refreshdate
dividends

Historical dividend payouts per symbol. Requires symbols and a Standard or higher StockData.org plan. Full refresh.

Full refresh
splits

Historical stock splits per symbol. Requires symbols and a Standard or higher StockData.org plan. Full refresh.

Full refresh