{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Firsttrade API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Firsttrade", "type": "folder" }, "items": [ { "info": { "name": "Factset Request Returns Data for the First Trade (official and Unofficial) After the Specified Time", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/TickHistory/firsttrade", "params": [ { "name": "id", "value": "", "type": "query", "description": "Requested symbol or security. The symbol can be a FactSet exchange symbol, CUSIP, or SEDOL. **NOTE**: Only one identifier can be requested per request.

**TRY IT OUT** - Choose One from - BABA-USA,WALMEX-MX,7203-TKS,VOD-LON,NPN-JSE,MABAX,NZF,SPY-USA,AGG-USA,GLD-USA,AOR-USA,MNA-USA,UUP-USA,SP50-SPX,ESX-STX,XAO-ASX,WD-MSX,NG00-USA,GC00-USA,CC00-USA,C00-USA,FC00-USA,ER00-USA,EURUSD-FX1,USDMXN-FX1,AUDJPY-FX1,EURCZK-FX1,USDILS-FX1,USDZAR-FX1,US10YY-TU1,FDS#190621C00145000-USA,FDS#190621P00145000-USA" }, { "name": "req_id", "value": "", "type": "query", "description": "Request Identification String. Can be used by the application to keep track of requests. The id is not used by this service, however, it is included in the XML response." }, { "name": "start_date", "value": "", "type": "query", "description": "This is the start date for the Snapshot History. Requests should be made in the format YYYYMMDD Default is current business day. Field can be sd or date. TRY IT OUT Cannot use current day." }, { "name": "start_time", "value": "", "type": "query", "description": "This is the start time for the snapshot history requested. Requests should be made in a **HHMMSSS** format.Range from 000000 - 235959. **TRY IT OUT** Cannot use current day" }, { "name": "format", "value": "", "type": "query", "description": "The format of the output file. TRY IT OUT Choose from JSON, CSV, CSV_NO_HEADER" }, { "name": "include_request", "value": "", "type": "query", "description": "Flag to include request id and key in the CSV output." }, { "name": "dataset", "value": "", "type": "query", "description": "Decides what type of trades to return, default is all trades and quotes, alternatively charting can be selected which will filter out unofficial trades." } ] }, "docs": "Factset Request Returns Data for the First Trade (official and Unofficial) After the Specified Time" } ] } ], "bundled": true }