{
"opencollection": "1.0.0",
"info": {
"name": "Factset Analytics Datastore About Trading API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "basic",
"username": "{{username}}",
"password": "{{password}}"
}
},
"items": [
{
"info": {
"name": "Trading",
"type": "folder"
},
"items": [
{
"info": {
"name": "Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.factset.com/notation/keyFigures/tradingDay/average/get",
"params": [
{
"name": "identifier",
"value": "",
"type": "query"
},
{
"name": "identifierType",
"value": "",
"type": "query"
},
{
"name": "_attributes",
"value": "",
"type": "query",
"description": "Limit the attributes returned in the response to the specified set."
}
]
},
"docs": "Average end-of-day (EOD) key figures for different trading days periods. A trading day is a calendar day on that trading of the notation was possible."
},
{
"info": {
"name": "Factset Sequence of Market-related Events.",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.factset.com/prices/tradingSchedule/event/list",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Sequence of market-related events like the opening time or closing time of a market of a specific notation.
Pagination to a previous page is not supported and `pagination.previous` is always `null`."
},
{
"info": {
"name": "Factset Trading Schedule Event Types.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.factset.com/prices/tradingSchedule/event/type/list",
"params": [
{
"name": "_attributes",
"value": "",
"type": "query",
"description": "Limit the attributes returned in the response to the specified set."
}
]
},
"docs": "Trading schedule event types define the events which may occur during any period of trading. Types of trading schedule events are for instance OPEN, CLOSE, END_OF_DAY."
}
]
}
],
"bundled": true
}