get https://web3api.io/api/v2/market/metrics//historical/sharpe
Get the Sharpe metric for a specific asset symbol over a period of time.
Not specifying startDate and endDate
If the
startDate
andendDate
query parameters are not provided, the API will return the data from the previous 1 year with a 1 day frequency.
Response Data
Field | Type | Description |
---|---|---|
timestamp | string | The time at which the metrics were calculated. |
historical_volatility | number | The historical volatility for a given data point. |
sharpe_ratio | number | The sharpe ratio for a given data point. |