TIME_SERIES_DAILY
This API returns raw (as-traded) daily time series (date, daily open, daily high, daily low, daily close, daily volume) of the Bursa Malaysia Exchange covering 15+ years of historical data.
API Parameters
❚ Required: function
The time series of your choice. In this case, function=TIME_SERIES_DAILY
❚ Required: symbol
The name of the equity of your choice. For example: symbol=IBM
❚ Optional: outputsize
By default, outputsize=compact. Strings compact and full are accepted with the following specifications: compact returns only the latest 100 data points; full returns the full-length time series of 20+ years of historical data. The “compact” option is recommended if you would like to reduce the data size of each API call.
❚ Optional: datatype
By default, datatype=json. Strings json and csv are accepted with the following specifications: json returns the daily time series in JSON format; csv returns the time series as a CSV (comma separated value) file.
❚ Required: apikey
Fill-in the following contact forms to get your api key
https://<IPAddress:Port>/query?function=TIME_SERIES_DAILY&symbol=IBM&apikey=demo https://<IPAddress:Port>/query?function=TIME_SERIES_DAILY&symbol=IBM&outputsize=full&apikey=demo https://<IPAddress:Port>/query?function=TIME_SERIES_DAILY&symbol=TSCO.LON&outputsize=full&apikey=demo
Social Profiles