One API for real-time quotes, tick data, SEC filings, fundamentals, macro indicators, and private company intelligence. Standardised JSON, WebSocket streams, and SDKs in 4 languages.
from finsyt import RESTClient
client = RESTClient("YOUR_API_KEY")
# Get AAPL stock aggregates (OHLCV)
aggs = client.get_aggs(
ticker="AAPL",
multiplier=1,
timespan="day",
from_date="2024-01-01",
to_date="2025-01-01",
)
for bar in aggs:
print(f"{bar.timestamp}: O={bar.open} H={bar.high} L={bar.low} C={bar.close} V={bar.volume}")Standardised RESTful endpoints and WebSocket streams with consistent JSON schemas across all asset classes.
Every data point is hyperlinked to its original SEC filing. Income statements, balance sheets, and cash flow data standardised across 10,000+ companies — comparable quarter by quarter.
{
"ticker": "AAPL",
"period": "Q4 2024",
"source": "SEC EDGAR (10-Q)",
"filed_at": "2024-11-01",
"financials": {
"income_statement": {
"revenue": { "value": 94930000000, "unit": "USD", "label": "Revenue" },
"gross_profit": { "value": 43884000000, "unit": "USD", "label": "Gross Profit" },
"operating_income":{ "value": 29596000000, "unit": "USD", "label": "Operating Income" },
"net_income": { "value": 14736000000, "unit": "USD", "label": "Net Income" },
"eps_diluted": { "value": 0.97, "unit": "USD", "label": "Diluted EPS" }
},
"kpis": {
"gross_margin": { "value": 0.462, "label": "Gross Margin %" },
"operating_margin":{ "value": 0.312, "label": "Operating Margin %" },
"revenue_yoy": { "value": 0.061, "label": "Revenue YoY Growth" }
}
}
}Every trade and quote message timestamped at the nanosecond. Reconstruct order books, validate fills, backtest with total fidelity.
Official libraries for Python, JavaScript/TypeScript, Go, and Java. Or use any HTTP client with our well-documented REST API.
Subscribe to real-time trade and quote streams. Built on a HA messaging layer — no dropped ticks, no reconnect hell.
Bulk download via S3 or SFTP. Pre-partitioned parquet and CSV files for every asset class, updated after market close.
Two fully isolated networks ingest and process all exchange feeds. Failover in milliseconds. 99.9% uptime SLA on paid plans.
No surprises, no per-call fees on paid tiers. Unlimited API calls from $29/mo. Cancel anytime — no annual lock-in required.
Unlimited access. Cancel anytime. No credit card required for the free tier.
No credit card. No waiting. Your free API key unlocks 2 years of historical data and real reference data instantly.