Free alternative data sources
From AltData.wiki, The Alternative Data Encyclopedia | Primer | 4 min read
The practical list of free alternative-data sources for investors: public filings, official statistics, satellite and earth observation, on-chain data, web archives and open registries — what each covers, what it costs in engineering effort, and where free data falls short.
What "free" actually means
Free alternative data means no licence fee, not no cost. The data is usually open to read and to download, but the buyer still pays in engineering time: setting up the retrieval, cleaning schema drift, handling rate limits and reconciling identifiers across sources. "Free" also covers a spectrum — some sources are fully open, some are free for research but restricted for commercial use, and some are free tiers of commercial products.
The free tier is the natural first stop for validating a signal before paying a vendor. It rarely maps cleanly to tickers, rarely carries point-in-time history, and rarely matches the coverage a specialised vendor sells. Treat it as a screening and backtesting layer, not as a substitute for a production feed.
Market, legal and regulatory filings
SEC EDGAR is the full corpus of US public-company filings with free full-text search and APIs. The workhorse documents for investors are Form 4 (insider transactions), Form 13F (institutional holdings), 8-K (material events) and the 10-K/10-Q (annual and quarterly reports). Because the filing itself is the signal, EDGAR is the closest free source to first-party quality data.
USPTO PatentsView gives open US patent data with APIs for inventors, assignees and citations — useful for tracking R&D direction. CourtListener publishes court opinions and PACER (RECAP) dockets, the backbone of litigation-risk signals. FDIC BankFind covers US bank financials and institution health; FiscalData (US Treasury) covers federal debt, rates and spending; USAspending.gov records federal spending, contracts and awards; openFDA exposes drug, device, adverse-event and recall data; and CMS Data provides Medicare/Medicaid claims-derived and provider datasets.
Official and macroeconomic statistics
FRED (Federal Reserve Economic Data) is the standard free macro and financial time series source, with thousands of series and a simple API. The US Bureau of Labor Statistics publishes employment, wage and labour-market statistics (including JOLTS) with a public API. The US Census Bureau offers demographic, business and economic data through public APIs.
Outside the US, Eurostat is the free official statistics portal for the European Union and the World Bank Open Data covers global development and economic indicators by country. For energy, the US EIA publishes production, consumption and price data, and USDA NASS Quick Stats covers crops, yields, livestock and prices. These are the inputs that anchor most macro overlay models.
Geospatial, satellite and earth observation
NASA Earthdata and Copernicus Data Space (ESA) provide open access to Earth-observation imagery, including free Sentinel data. USGS EarthExplorer is the archive for Landsat and other satellite/aerial imagery. Google Earth Engine is a planetary-scale geospatial analysis platform with a large free public catalogue, and Open-Meteo offers a free weather forecast and historical-weather API with no key required.
OpenStreetMap is the open, crowd-sourced global map with points of interest and place data — the base layer for many foot-traffic and location enrichments. OpenSky Network publishes open air-traffic (ADS-B) data on flights for research use. None of these are cleaned into investment signals, but they are the raw imagery and geometry a fund can build detections on.
Climate, energy and environment
Climate TRACE publishes an open, independent inventory of global greenhouse-gas emissions by source — increasingly used as an alternative to self-reported corporate emissions. Ember provides open datasets on global electricity generation and carbon intensity. The International Energy Agency publishes authoritative global energy statistics on supply, demand, prices and emissions.
EPA Envirofacts exposes US environmental data on emissions and facilities, and OpenAQ aggregates air-quality sensor measurements worldwide. These are the free inputs behind many physical-climate and energy-transition screens.
On-chain and web archives
For crypto and on-chain signals, Etherscan is the Ethereum block explorer with a free API for on-chain transaction data, and CoinGecko aggregates crypto market data across thousands of assets with a free public API. For web-scale research, Common Crawl is a free petabyte-scale archive of crawled web pages refreshed monthly, and the Internet Archive (Wayback Machine) preserves historical page snapshots.
These archives let a team reconstruct history that is otherwise gone: what a site looked like, what it charged, and what changed. They are raw and enormous, so the cost is compute, not access.
Company, health and clinical registries
OpenCorporates is the largest open database of companies and corporate registry data, useful for entity resolution and ownership mapping. ClinicalTrials.gov is the registry of clinical studies worldwide with a free API, the standard source for biotech pipeline tracking. Data.gov is the catalogue of free US federal government open datasets, and ClinicalTrials.gov and openFDA together cover most of the public healthcare-research surface.
What free data won't do for you
Free sources almost never map to public tickers out of the box, do not guarantee point-in-time history, and impose rate limits that make full coverage slow. Some are free only for non-commercial or research use, so a fund must check the licence before production. Cleaning, deduplication and entity resolution remain your work.
The practical pattern is: use free data to prove a signal has edge, then pay a vendor for the ticker-mapped, historically deep, SLA-backed version of the same signal. Free data lowers the cost of conviction; it rarely replaces the production feed.
Frequently asked questions
- Is free alternative data actually free?
- There is no licence fee, but you pay in engineering: retrieval, cleaning, rate-limit handling and entity mapping. Some sources are free for research but restrict commercial use, so check the licence.
- Which free source is best for US equities?
- SEC EDGAR for filings and insider/institutional positions, FRED and BLS for macro, and USPTO and CourtListener for patents and litigation. None of them map to tickers for you.
- Why do funds pay vendors if free data exists?
- Vendors sell the finished product: ticker mapping, point-in-time history, coverage, deduplication and an SLA. Free data validates the signal; the paid feed runs it in production.
- Can I map free data to tickers myself?
- Yes, with entity resolution — matching company names and identifiers to a security master. It is the main reason free data stays "free": the mapping work is substantial and must be maintained.