Documentation Index
Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt
Use this file to discover all available pages before exploring further.
Vero Data Hub API helps applications access financial data through REST/JSON. It is designed for frontend apps, backend services, notebooks, dashboards and data workflows.
Reference
Discover available instruments and metadata before requesting market data.
Market Data
Fetch ticks and OHLCV candles by symbol, resolution and time range.
Fundamentals
Access financial statements, research reports and fund data.
News & Status
Read normalized news and check data freshness.
Available data
| Group | Example endpoint | Use cases |
|---|---|---|
| Instruments | GET /v1/instruments | Symbol search, autocomplete, universe filters |
| Ticks | GET /v1/ticks | Trade history, tape views, transaction analysis |
| Candles | GET /v1/candles | OHLCV charts, technical analysis, backtests |
| FX & Macro | GET /v1/fx/rates, GET /v1/macro/releases | Macro dashboards, currency conversion, market context |
| Funds | GET /v1/funds, GET /v1/funds/{code}/nav | Fund lists, NAV charts, fund comparison |
| Financial Analysis | GET /v1/fa/{ticker}/statements | Fundamentals, financial metrics, research workflows |
| News | GET /v1/news | News feeds, company updates, market monitoring |
| Data Status | GET /v1/sources | Understand whether data groups are up to date |

