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.
- Create a new Yahoo Finance source.
- Add one or more ticker symbols in Symbols (comma-separated, semicolon-separated, or whitespace/newline-separated).
- 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.
- Required ticker list (for example
- 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
- Yahoo Finance chart endpoint used by this connector (example):
https://query1.finance.yahoo.com/v8/finance/chart/AAPL?interval=1d&events=div,splits&period1=1704067200&period2=1706745600
- Yahoo developer docs (general platform/OAuth docs):
- yfinance reference implementation and legal disclaimer:
Data Streams
prices_daily
Loading ....
dividends
Loading ....
splits
Loading ....