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

# OpenAPI and API Playground

> Use the OpenAPI contract and interactive playground to integrate Vero Data Hub API

<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: '75%', height: '100%', borderRadius: 2, background: 'linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-light) 50%, var(--accent-dark) 100%)' }} />
</div>

These docs are generated from OpenAPI so every endpoint has code samples, schemas and a **Try it** button.

<CardGroup cols={3}>
  <Card title="Try it" icon="play" href="/en/apis/reference/list-instruments">
    Call the API directly from the documentation playground.
  </Card>

  <Card title="Code samples" icon="code">
    View cURL, JavaScript and Python snippets for each endpoint.
  </Card>

  <Card title="Schema" icon="brackets-curly">
    Check request parameters, response fields and status codes.
  </Card>
</CardGroup>

## API pages

| Group              | Pages                                                                                                                                                                                                                                                                                                                            |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Reference          | <a href="/en/apis/reference/list-instruments">List instruments</a>, <a href="/en/apis/reference/get-instrument">Get instrument</a>                                                                                                                                                                                               |
| Market Data        | <a href="/en/apis/market/list-ticks">List ticks</a>, <a href="/en/apis/market/list-candles">List candles</a>                                                                                                                                                                                                                     |
| Global Data        | <a href="/en/apis/global/list-fx-rates">List FX rates</a>, <a href="/en/apis/global/list-bond-yields">List bond yields</a>, <a href="/en/apis/global/list-macro-releases">List macro releases</a>, <a href="/en/apis/global/list-sentiment">List sentiment</a>, <a href="/en/apis/global/list-calendar">List calendar events</a> |
| Funds              | <a href="/en/apis/funds/list-funds">List funds</a>, <a href="/en/apis/funds/get-fund">Get fund</a>, <a href="/en/apis/funds/list-fund-nav">List fund NAV</a>                                                                                                                                                                     |
| Financial Analysis | <a href="/en/apis/fa/list-statements">List financial statements</a>, <a href="/en/apis/fa/list-reports">List research reports</a>, <a href="/en/apis/fa/get-report">Get research report</a>                                                                                                                                      |
| News               | <a href="/en/apis/news/list-news">List news</a>, <a href="/en/apis/news/get-news">Get news</a>                                                                                                                                                                                                                                   |
| Data Status        | <a href="/en/apis/ops/source-freshness">Data freshness</a>                                                                                                                                                                                                                                                                       |

## When to use OpenAPI

* Generate API clients
* Check required parameters before integration
* Map response schemas into your UI
* Review status codes and error formats
