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

# Global, Funds, Fundamentals and News APIs

> FX, bonds, macro, sentiment, calendar, funds, financial statements, reports and news

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

These endpoints provide supporting financial datasets for dashboards, research and analytics workflows.

<CardGroup cols={3}>
  <Card title="Global data" icon="globe">
    FX rates, bond yields, macro releases, sentiment and economic calendar.
  </Card>

  <Card title="Funds" icon="building-columns">
    Fund list, latest NAV and NAV history.
  </Card>

  <Card title="Fundamentals & News" icon="newspaper">
    Financial statements, research reports and news.
  </Card>
</CardGroup>

## Global data endpoints

| Endpoint                    | Data               |
| --------------------------- | ------------------ |
| `GET /v1/fx/rates`          | FX reference rates |
| `GET /v1/bonds/yields`      | Bond yield series  |
| `GET /v1/macro/releases`    | Macro time series  |
| `GET /v1/sentiment/{index}` | Sentiment index    |
| `GET /v1/calendar`          | Economic calendar  |

## Funds endpoints

| Endpoint                   | Data                 |
| -------------------------- | -------------------- |
| `GET /v1/funds`            | Funds and latest NAV |
| `GET /v1/funds/{code}`     | One fund             |
| `GET /v1/funds/{code}/nav` | NAV history          |

## Financial analysis and news endpoints

| Endpoint                         | Data                |
| -------------------------------- | ------------------- |
| `GET /v1/fa/{ticker}/statements` | Financial metrics   |
| `GET /v1/fa/{ticker}/reports`    | Research reports    |
| `GET /v1/fa/reports/{id}`        | One research report |
| `GET /v1/news`                   | News list           |
| `GET /v1/news/{id}`              | One news item       |

## Data status

| Endpoint          | Data                         |
| ----------------- | ---------------------------- |
| `GET /v1/sources` | Freshness of each data group |
