Open Market Data
liveFree financial data, one interface, clean markdown or JSON.
What
A CLI and Node.js library that pulls stock quotes, financial statements, SEC filings, crypto prices, and economic indicators from public APIs. One interface, automatic source routing, fallback when something is down.
Includes a skill file so AI agents can use it without burning tokens on API documentation or wasting tool calls figuring out which service has what. The agent reads the skill, knows what’s available, and gets structured data back on the first try.
Why
Financial data is scattered across a dozen services that all return different shapes. One for filings, another for macro data, another for quotes, another for crypto. Each with its own auth, rate limits, and response format. Didn’t want to keep solving that routing problem every time it came up.
Where it stands
Published on npm and GitHub. Stocks, crypto, SEC filings, and macro data all working.
Next up: Cloudflare markdown extraction for sources that only exist as HTML (earnings transcripts, investor relations pages), caching layer, and more providers.