FinancialSignals
## What is FinancialSignals? FinancialSignals is a **financial data enrichment layer**. It transforms raw market data (OHLC, indicators) into normalized, actionable trading signals you can plug directly into your systems. **Important:** This is NOT a market data API. We don't provide prices, news, or historical data. You bring your own data (from Yahoo Finance, Alpha Vantage, or any provider),…
FinancialSignals endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Analyze Asset /v1/analyze/asset |
Analyze a financial asset from OHLC series data and optional indicators. Returns normalized trading signals including trend, momentum, volatility, and risk assessment. |
| GET |
Get API Metadata /v1/meta |
Returns API version, supported asset types, available signals, and request limits. |
| GET |
Health Check /v1/status |
Returns API health status and current timestamp. Use this endpoint to verify the API is operational. |
FinancialSignals pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $5 / month | 3 / second |
|
| ULTRA | $25 / month | 5 / second |
|
| MEGA | $99 / month | 10 / second |
|