Developer preview
Financial intelligence via API.
Build products on top of Finovu's data — news with sentiment scores, economic calendar events, topic intelligence, and AI analysis. API access is in development; join the waitlist for early access.
finovu-api-example.ts
const client = new FinovuClient({}
apiKey: "fvk_your_key_here"
});
// Get portfolio-relevant news with sentiment scores
const feed = await client.news.getFeed({}
assets: ["NVDA", "BTC"],
sentiment: "bullish",
limit: 20
});
// → [{title, sentiment, relevanceScore, publishedAt}]
What you'll get access to
Every data layer in Finovu will be available via API.
GET /newsNews & sentiment API
Pull curated financial news articles with portfolio-relevance scores, sentiment tags, and topic classifications. Filter by asset, topic, date range, or impact level.
GET /calendarEconomic calendar API
Access upcoming and historical economic events — FOMC, CPI, NFP, GDP, earnings — with AI-written briefings and post-release analysis.
GET /topicsTopic intelligence API
Query topic-level sentiment trends, article volume, and signal strength across any financial topic tracked by Finovu.
GET /tracksTrackdown data API
Read evidence timelines, direction signals, and AI summaries from Trackdown investigation files via a structured API.
WS /streamWebSocket streams
Subscribe to real-time event streams: breaking news, calendar event triggers, sentiment shifts, and Trackdown updates delivered instantly.
API KeysSecure authentication
API key authentication with per-key rate limiting, usage dashboards, and IP allowlisting. Enterprise clients get dedicated credentials.
What's planned
RESTful API with JSON responses and OpenAPI spec
WebSocket connections for real-time event streams
Comprehensive documentation with code examples
SDKs for Python, JavaScript/TypeScript, and Go
Sandbox environment for integration testing
Flexible pricing tiers based on request volume
Building something with financial data?
Join the API waitlist and tell us what you're building. Early access partners will help shape the API design.
Join the API waitlist