{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Last Trade API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Last Trade", "type": "folder" }, "items": [ { "info": { "name": "Factset Request Returns Data for the Last Trade and Associated Quotes Before the Specified Time", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/TickHistory/lasttrade", "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": "format", "value": "", "type": "query", "description": "The format of the output file. TRY IT OUT Choose from JSON, CSV, CSV_NO_HEADER" }, { "name": "date", "value": "", "type": "query", "description": "Request should be made in the format **YYYYMMDD**. The initial release only supports requests from completed trading days" }, { "name": "time", "value": "", "type": "query", "description": "Request should be made in the format **HHMMSS**.HH- Hour, MM- Minutes, SSS- Seconds" } ] }, "docs": "Factset Request Returns Data for the Last Trade and Associated Quotes Before the Specified Time" } ] } ], "bundled": true }