/prices/{epic}/{resolution}?startdate={startdate}&enddate={enddate}

GET (version: 1)

Returns a list of historical prices for the given epic, resolution and date range.
Request
Parameter Type Name Description
Path epic (String) Instrument epic
Path resolution (Resolution) Price resolution (SECOND, MINUTE, MINUTE_2, MINUTE_3, MINUTE_5, MINUTE_10, MINUTE_15, MINUTE_30, HOUR, HOUR_2, HOUR_3, HOUR_4, DAY, WEEK, MONTH)
Request (Mandatory) startdate (String) Start date (yyyy:MM:dd-HH:mm:ss)
Request (Mandatory) enddate (String) End date (yyyy:MM:dd-HH:mm:ss). Must be later then the start date.
Response
List of prices
allowance (Object)
Historical price data allowance
allowanceExpiry (Number) The number of seconds till the current allowance period will end and the remaining allowance field is reset
remainingAllowance (Number) The number of data points still available to fetch within the current allowance period
totalAllowance (Number) The number of data points the API key and account combination is allowed to fetch in any given allowance period
instrumentType (Constant)
Instrument type
BINARY
BUNGEE_CAPPED
BUNGEE_COMMODITIES
BUNGEE_CURRENCIES
BUNGEE_INDICES
COMMODITIES
CURRENCIES
INDICES
KNOCKOUTS_COMMODITIES
KNOCKOUTS_CURRENCIES
KNOCKOUTS_INDICES
KNOCKOUTS_SHARES
OPT_COMMODITIES
OPT_CURRENCIES
OPT_INDICES
OPT_RATES
OPT_SHARES
RATES
SECTORS
SHARES
SPRINT_MARKET
TEST_MARKET
UNKNOWN
prices (Array[Object])
Historical market price snapshot
closePrice (Object)
Price
ask (Number) Ask price
bid (Number) Bid price
lastTraded (Number) Last traded price. This will generally be null for non exchange-traded instruments
highPrice (Object)
Price
ask (Number) Ask price
bid (Number) Bid price
lastTraded (Number) Last traded price. This will generally be null for non exchange-traded instruments
lastTradedVolume (Number) Last traded volume. This will generally be 0 for non exchange-traded instruments
lowPrice (Object)
Price
ask (Number) Ask price
bid (Number) Bid price
lastTraded (Number) Last traded price. This will generally be null for non exchange-traded instruments
openPrice (Object)
Price
ask (Number) Ask price
bid (Number) Bid price
lastTraded (Number) Last traded price. This will generally be null for non exchange-traded instruments
snapshotTime (String) Snapshot time
Exceptions
HTTP code Description
400
error.invalid.daterange Invalid date range error
400
error.malformed.date Invalid date format error
400
error.public-api.failure.encryption.required A login has been attempted to the login V1 service by a client from the IG Singapore company. They need to use the v2 version as they need to send their passwords encrypyted.
400
error.request.invalid.date-range Invalid date range
400
error.security.api-key-missing The api key was not provided
400
error.unsupported.epic Invalid EPIC error. Currently only major currency pairs instruments are supported
400
invalid.input A generic input data error has occurred
401
error.public-api.failure.kyc.required The account is not allowed to log into public API. Please use the web platform.
401
error.public-api.failure.missing.credentials The user has not provided all required security credentials.
401
error.public-api.failure.pending.agreements.required The account is not allowed to log into public API. Please use the web platform.
401
error.public-api.failure.preferred.account.disabled The user's preferred account is disabled.
401
error.public-api.failure.preferred.account.not.set The user has not set a preferred account.
401
error.security.account-token-invalid The service requires an account token and the one provided was not valid
401
error.security.account-token-missing The service requires an account token and it was not provided
401
error.security.client-token-invalid The service requires a client token and the one provided was not valid
401
error.security.client-token-missing The service requires a client token and it was not provided
401
error.security.oauth-token-invalid Invalid OAuth access token
403
endpoint.unavailable.for.api-key The provided api key was not accepted
403
error.public-api.exceeded-account-allowance The account traffic allowance has been exceeded
403
error.public-api.exceeded-account-historical-data-allowance The account historical data traffic allowance has been exceeded
403
error.public-api.exceeded-account-trading-allowance The account trading traffic allowance has been exceeded
403
error.public-api.exceeded-api-key-allowance The api key traffic allowance has been exceeded
403
error.public-api.failure.stockbroking-not-supported Stockbroking not supported for Public API users.
403
error.security.api-key-disabled The provided api key was not accepted because it is not currently enabled
403
error.security.api-key-invalid The provided api key was not accepted
403
error.security.api-key-restricted The provided api key was not valid for the requesting account
403
error.security.api-key-revoked The provided api key was not accepted because it has been revoked
403
unauthorised.access.to.equity.exception Unauthorised access to equity data
404
invalid.url
500
system.error