> ## 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.

# Overview

> Vero Data Hub API provides market data, fundamentals, news and reference data over REST

<div style={{ width: '100%', height: 240, marginBottom: 32, borderRadius: 16, overflow: 'hidden', position: 'relative' }}>
  <video style={{ width: '100%', height: '100%', objectFit: 'cover', filter: 'sepia(0.3) saturate(1.5) hue-rotate(-14deg) brightness(0.72) contrast(1.12)' }} autoPlay loop muted playsInline>
    <source src="https://mintcdn.com/vero-fa5575b5/G_sL_RHXpWEXOwUp/images/bg_video.mp4?fit=max&auto=format&n=G_sL_RHXpWEXOwUp&q=85&s=f731a6a676fb99a2368193fbaf3281ee" type="video/mp4" data-path="images/bg_video.mp4" />
  </video>
</div>

<div style={{ width: '100%', height: 4, marginBottom: 24, borderRadius: 2, background: 'rgba(0,0,0,0.08)' }}>
  <div style={{ width: '12.5%', height: '100%', borderRadius: 2, background: 'linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-light) 50%, var(--accent-dark) 100%)' }} />
</div>

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.

<CardGroup cols={4}>
  <Card title="Reference" icon="list">
    Discover available instruments and metadata before requesting market data.
  </Card>

  <Card title="Market Data" icon="chart-line">
    Fetch ticks and OHLCV candles by symbol, resolution and time range.
  </Card>

  <Card title="Fundamentals" icon="file-invoice-dollar">
    Access financial statements, research reports and fund data.
  </Card>

  <Card title="News & Status" icon="newspaper">
    Read normalized news and check data freshness.
  </Card>
</CardGroup>

## 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         |

## How to use these docs

<Steps>
  <Step title="Start with Quickstart">
    Learn how to use the base URL, API key and your first request.
  </Step>

  <Step title="Open an API page">
    Use the **APIs** section in the sidebar to find an endpoint.
  </Step>

  <Step title="Try the request">
    Use **Try it** to enter parameters and inspect the response directly in the docs.
  </Step>

  <Step title="Check schemas">
    Use the OpenAPI page when you need generated clients or exact response shapes.
  </Step>
</Steps>
