---
title: "Risk"
method: GET
path: "/etfs/world/risk"
tags: ["etfs"]
---

# Risk

`GET /etfs/world/risk`

The ETFs risk endpoint provides essential risk metrics for global Exchange Traded Funds. It returns data such as volatility, beta, and other risk-related indicators, enabling users to assess the potential risk associated with investing in various ETFs worldwide.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `country` string
- `dp` integer

## Response `200`

- object
  - `etf` object, required — Etf information
    - `risk` object — Risk metrics of a etf
      - `volatility_measures` object[] — Risk and volatility statistics of the fund and its category over different periods
        - `period` string — Period of a measure
        - `alpha` number, double — Alpha score of a fund
        - `alpha_category` number, double — Average alpha score of a fund's category
        - `beta` number, double — Beta score of a fund
        - `beta_category` number, double — Average beta score of a fund's category
        - `mean_annual_return` number, double — Mean annual return of a fund
        - `mean_annual_return_category` number, double — Average mean annual return of a fund's category
        - `r_squared` number, double — R-squared metric of a fund
        - `r_squared_category` number, double — Average r-squared metric of a fund's category
        - `std` number, double — Standard deviation of a fund
        - `std_category` number, double — Average standard deviation of a fund's category
        - `sharpe_ratio` number, double — Sharpe ratio of a fund
        - `sharpe_ratio_category` number, double — Average sharpe ratio of a fund's category
        - `treynor_ratio` number, double — Treynor ratio of a fund
        - `treynor_ratio_category` number, double — Average treynor ratio of a fund's category
      - `valuation_metrics` object — Valuation ratios and metrics of the fund and its category
        - `price_to_earnings` number, double — Fund price to earnings metric
        - `price_to_book` number, double — Fund price to book metric
        - `price_to_sales` number, double — Fund price to sales metric
        - `price_to_cashflow` number, double — Fund price to cashflow metric
  - `status` string, required — Status of the response

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
