{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Orbit API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Orbit", "type": "folder" }, "items": [ { "info": { "name": "Returns the daily files from Open:FactSet Partner - Orbit.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/orbit/transcripts/daily", "params": [ { "name": "_sort", "value": "", "type": "query", "description": "Enables to get the data in ascending or descending order based on startTime. Results are in reverse chronological order if this parameter is not used." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Specifies the maximum number of results to return per result." }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results. Using this parameter can fetch maximum of first 10000 records." }, { "name": "startDate", "value": "2021-09-01", "type": "query", "description": "The earliest date of the Orbit file the API should fetching for based on fileTimestamp." }, { "name": "endDate", "value": "2021-10-08", "type": "query", "description": "The latest date of the Orbit file the API should fetching for based on fileTimestamp." }, { "name": "stockCode", "value": "601236", "type": "query", "description": "The company/ticker which is associated with the transcript. Please submit a question via Issue Tracker under the Open:FactSet - Partner Communication to get the required list of tickers.\n" }, { "name": "fileName", "value": "", "type": "query", "description": "This parameter is used to filters the results based on file name." }, { "name": "title", "value": "投资者关系活动记录表2022-001", "type": "query", "description": "This parameter is used to filter the results based on the headline of the transcript." } ] }, "docs": "Returns the daily files from Open:FactSet Partner - Orbit." }, { "info": { "name": "Returns the history files from Open:FactSet Partner - Orbit", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/orbit/transcripts/history", "params": [ { "name": "_paginationLimit", "value": "", "type": "query", "description": "Specifies the maximum number of results to return per result." }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results. Using this parameter can fetch maximum of first 10000 records." }, { "name": "fileName", "value": "", "type": "query", "description": "This parameter is used to filters the results based on file name." } ] }, "docs": "Returns the historical files from February 28th, 2005 to current date. " } ] } ], "bundled": true }