John Investments
Merkliste

Entwickler

Eine schreibgeschützte REST-API über die kanonische Unternehmensdatenbank. In der Entwicklung ist kein Schlüssel erforderlich.

EndpunktBeschreibung
GET /api/companiesList & filter companies (q, sector, country, minValuation, sort, page)
GET /api/companies/{id|slug}Full company profile with financials, funding, analysis
GET /api/iposIPO pipeline, filed, upcoming and listed
GET /api/pre-iposPrivate & pre-IPO universe with full filter set
GET /api/offeringsPrivate market offerings (tender, secondary, placement)
GET /api/calendarIPO calendar events and expected listings
GET /api/searchUnified search with facet counts
GET /api/newsNews & press feed
GET /api/filingsSEC filings (S-1, F-1, …)
GET /api/investorsInvestor directory with portfolio counts
GET /api/fundingFunding rounds feed
GET /api/industriesIndustry-level aggregates
GET /api/trendingSecondary-price movers & IPO-ready names
GET /api/export?format=json|csvBulk dataset export
GET /api/openapiOpenAPI 3.0 specification

Beispiel

curl "http://localhost:3000/api/companies?sector=Fintech&minValuation=10000000000&sort=-valuation"

curl "http://localhost:3000/api/companies/stripe" | jq '.financials'

curl "http://localhost:3000/api/ipos?status=listed&year=2025"

Die Daten stammen aus öffentlichen Quellen zu Recherchezwecken. Die Zahlen sind Schätzungen; prüfen Sie die Primäreinreichungen, bevor Sie sich darauf verlassen.

Entwickler & API · IPO Prelude