Skip to main content

Yahoo Finance

info

This connector pulls historical market data from Yahoo Finance chart endpoints.

Stream coverage:

  • Daily prices (OHLCV)
  • Dividends
  • Splits

Source Setup Guide

This source does not require OAuth credentials.

  1. Create a new Yahoo Finance source.
  2. Add one or more ticker symbols in Symbols (comma-separated, semicolon-separated, or whitespace/newline-separated).
  3. Save and run a connection.

Connection Setup Guide

  • Connection Pull Schedule: Controls sync frequency.
  • Backfill (Days): Rolling lookback window re-synced every run.
  • Request Rate Limit (RPS) and Max Symbol Concurrency: Advanced throughput controls.

Configuration Reference

  • Symbols (symbols)
    • Required ticker list (for example AAPL,MSFT,SPY).
    • Separators supported: commas (,), semicolons (;), and whitespace/newlines.
    • Symbols are normalized to uppercase and de-duplicated.
  • Backfill (Days) (backfill)
    • Number of historical days requested on each run.
    • Default: 365.
  • Request Rate Limit (RPS) (rate_limit_rps)
    • Max requests per second to Yahoo endpoints.
    • Default: 2.
    • Must be greater than 0.
  • Max Symbol Concurrency (max_symbol_concurrency)
    • Number of symbols processed in parallel.
    • Default: 4.
    • Minimum: 1.

API References

Data Streams

prices_daily

Loading ....

dividends

Loading ....

splits

Loading ....