API Reference

ETF Price History

This API retrieves historical price data for ETFs, including open, high, low, and close (OHLC) prices.

Response Data

{
    "code": "0",
    "msg": "success",
    "data": [
        {
            "t": "1731056460000",
            "o": "60.47",
            "h": "60.47",
            "l": "60.47",
            "c": "60.47",
            "v": "100"
        },
        {
            "t": "1731058860000",
            "o": "60.6",
            "h": "60.6",
            "l": "60.6",
            "c": "60.6",
            "v": "100"
        }
    ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!