Retrieve OHLC
GET {{market_url}}/ohlc/:x1/
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| isin | null | string - specify up to 10 instruments (optional) | |
| mic | null | string - filter by Market Identifer Code (optional) | |
| from | null | string - filter by ISO string starting date (optional) | |
| to | null | string - filter by ISO string ending date (optional) | |
| decimals | null | boolean - numbers format (optional) | |
| epoch | null | boolean - date format (optional) | |
| sorting | null | string - sort response in ascending ("asc") or descending ("desc") order (optional) | |
| limit | null | int - pagination limit (optional) | |
| page | null | int - results page (optional) |