Events
get /v1/events
Returns details on economic events. Events returned are filterable by startDate and endDate, countryCodes, keyword and market impact. Pagination is supported.
Param | Where | Example | Description | Required? |
---|---|---|---|---|
startDate | Querystring | 2014-09-01 | Start date for the time period in ISO format | yes |
endDate | Querystring | 2014-09-07 | End date for the time period in ISO format. Default will return events occurring only on the startDate. | no |
countryCodes | Querystring | GB,US | Comma separated list of country codes | no |
impact | Querystring | medium | Impact to filter by (low, medium, high) | no |
keyword | Querystring | trade | Filters events by event name containing the given keyword | no |
startIndex | Querystring | 0 | Zero based index to start results returned. May be used in conjuction with numResults for paging. | no |
numResults | Querystring | 10 | Number of results returned | no |
orderBy | Querystring | StartDate | Sorts the results by the given value. Valid Inputs: startDate, eventName, unit, previous, forcast, market, actual, countryOrRegion | no |
sortDir | Querystring | Asc | Determines the sort direction. "asc" for ascending or "desc" for descending order. | no |
Example Requests | |
---|---|
Auto-generated example using only required fields //markets.ft.com/research/webservices/economicdata/v1/events?startDate=2014-09-01&source=befd8ca75ac4a20e Output |
Playground
Code goes here
Use this form to generate a query. Blank inputs will be excluded.
Start date for the time period in ISO format
startDate=
End date for the time period in ISO format. Default will return events occurring only on the startDate.
endDate=
Comma separated list of country codes
countryCodes=
Impact to filter by (low, medium, high)
impact=
Filters events by event name containing the given keyword
keyword=
Zero based index to start results returned. May be used in conjuction with numResults for paging.
startIndex=
Number of results returned
numResults=
Sorts the results by the given value. Valid Inputs: startDate, eventName, unit, previous, forcast, market, actual, countryOrRegion
orderBy=
Determines the sort direction. "asc" for ascending or "desc" for descending order.
sortDir=