GET bars
Get the delayed quotes
Authorizations
Headers
Specify return format.
application/json
, application/xml (deprecated)
Query Parameters
One or more comma separated symbols to specify companies to get data for.
Date to query from point in time. Sorted by published date. If "YTD" Sets from to the first trading day of the current year. Some other valid values: "1MONTH", "1m", "1M" (all meaning "1 month from today"), "1d", "1D" (both meaning "1 day from today").
Date to query to point in time. Sorted by published date.
The candle intervals to use, i.e., 5 minute bars, daily bars, etc. Some valid values: 1MONTH, 1W, 1D, 1H (1 hour), 2H, 3H, 4H, 5M (5 minutes), 10M, 15M, 30M. Defaults to an appropriate value based on the period of data requested: i.e., 5 minutes bars if less than 5 days, daily bars if greater.
Response
The given symbol
The candle interval
An array of bar data / candles
Was this page helpful?