Skip to main content

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

GroupExample endpointUse cases
InstrumentsGET /v1/instrumentsSymbol search, autocomplete, universe filters
TicksGET /v1/ticksTrade history, tape views, transaction analysis
CandlesGET /v1/candlesOHLCV charts, technical analysis, backtests
FX & MacroGET /v1/fx/rates, GET /v1/macro/releasesMacro dashboards, currency conversion, market context
FundsGET /v1/funds, GET /v1/funds/{code}/navFund lists, NAV charts, fund comparison
Financial AnalysisGET /v1/fa/{ticker}/statementsFundamentals, financial metrics, research workflows
NewsGET /v1/newsNews feeds, company updates, market monitoring
Data StatusGET /v1/sourcesUnderstand whether data groups are up to date

How to use these docs

1

Start with Quickstart

Learn how to use the base URL, API key and your first request.
2

Open an API page

Use the APIs section in the sidebar to find an endpoint.
3

Try the request

Use Try it to enter parameters and inspect the response directly in the docs.
4

Check schemas

Use the OpenAPI page when you need generated clients or exact response shapes.