diff --git a/README.md b/README.md index 28f9316..8996bb4 100644 --- a/README.md +++ b/README.md @@ -19,34 +19,39 @@ Nasdaq Data Link provides a modern and efficient method of delivery for realtime #### The Nasdaq Stock Market -- [Nasdaq Basic](http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/NasdaqBasic-Cloud.pdf) -- [Nasdaq Last Sale+](http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/NLSPlus-cloud.pdf) +- [Nasdaq Basic](https://assets.ctfassets.net/mx0rke14e5yt/1BMqS6qxiLo3nrdRWvoPYR/85ee6d7502d8929d31b0acfaff5d92f2/NasdaqBBO_Cloud-2025.pdf) +- [Nasdaq Last Sale+](https://assets.ctfassets.net/mx0rke14e5yt/3QdPbjB96Z0Atz61FlQ4b4/63d4dd264bfc3c8a7653adef1b83e4c2/2-13_NewLastSale_Cloud-2025-1.pdf) -#### Nasdaq BX +#### Nasdaq Texas -- [BX BBO](http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/BX_BBO_Cloud.pdf) -- [BX Last Sale](http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/BLS_Cloud.pdf) +- [Texas BBO](https://assets.ctfassets.net/mx0rke14e5yt/1BMqS6qxiLo3nrdRWvoPYR/85ee6d7502d8929d31b0acfaff5d92f2/NasdaqBBO_Cloud-2025.pdf) +- [Texas Last Sale](https://assets.ctfassets.net/mx0rke14e5yt/3QdPbjB96Z0Atz61FlQ4b4/63d4dd264bfc3c8a7653adef1b83e4c2/2-13_NewLastSale_Cloud-2025-1.pdf) #### Nasdaq PSX -- [PSX BBO](http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/PSX_BBO_Cloud.pdf) -- [PSX Last Sale](http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/PLS_Cloud.pdf) +- [PSX BBO](https://assets.ctfassets.net/mx0rke14e5yt/1BMqS6qxiLo3nrdRWvoPYR/85ee6d7502d8929d31b0acfaff5d92f2/NasdaqBBO_Cloud-2025.pdf) +- [PSX Last Sale](https://assets.ctfassets.net/mx0rke14e5yt/3QdPbjB96Z0Atz61FlQ4b4/63d4dd264bfc3c8a7653adef1b83e4c2/2-13_NewLastSale_Cloud-2025-1.pdf) #### All U.S. Equity Markets -- [Nasdaq Consolidated Quotes and Trades](https://github.com/Nasdaq/CloudDataService/raw/master/specs/CQT-cloud.pdf) +- [Nasdaq Consolidated Quotes and Trades](https://assets.ctfassets.net/mx0rke14e5yt/19Ud7WoFVS17VcIk4efxNd/aa7a3bd8888cce5e85850da88cc4a352/2-13CQT-cloud.pdf) ### Indexes & Exchange Traded Products (ETPs) -- [Global Index Data Service](http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/GIDS_Cloud.pdf) +- [Global Index Data Service](https://assets.ctfassets.net/mx0rke14e5yt/55C2eR3NrBLC7nMmpJwEJB/34f70ee1648d721a40da33c0d3f50501/GIDS_Cloud.pdf) ### Options -- [Nasdaq Smart Options](http://nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/NCDSSmartOptions.pdf) +- [Nasdaq Smart Options](https://assets.ctfassets.net/mx0rke14e5yt/3gppm9eBrAWblpOZlJaRYT/42fbf4e0e3b81a2b44de3be55e29b897/GTH_-_NCDS_Smart_Options_Specifications.pdf) - [Nasdaq Options Greeks and Implied Volatility](http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/GreeksandVols_Specification.pdf) +- [Nasdaq Options Greeks and Implied Volatility Powered by Nasdaq Basic](https://assets.ctfassets.net/mx0rke14e5yt/5TJxpG0Cjk1tNUIRP4rZ86/5d77161ead15d746872d2ff17ba6ac06/Greeks_and_Vols_Powered_by_Basic_Streaming_Specs.pdf) + +### News + +- [Financial News - MT Newswires](https://nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/MTNewswires-cloud.pdf) ## Getting Started -The customer service team will provide you with the API URL (``), username (`client_id`), and password (`client_secret`). Substitute for these placeholders with actual values in your code. +The client success team will provide you with the API URL (``), username (`client_id`), and password (`client_secret`). Substitute for these placeholders with actual values in your code. ## Authentication @@ -65,7 +70,7 @@ Access to the API is granted by providing your client_id and client_secret using - [`GET` Last Quote](restapi/lastquote.md) - [`GET` Snapshot](restapi/snapshot.md) - [`GET` Trends](restapi/trends.md) -- [`GET` Bars (BX and PSX)](restapi/bars.md) +- [`GET` Bars (Texas and PSX)](restapi/bars.md) - [`GET` Bars (Nasdaq, CQT, and OTCBB)](restapi/bars-all.md) ### Indexes @@ -83,6 +88,11 @@ Access to the API is granted by providing your client_id and client_secret using - [`GET` Chain](restapi/chain.md) - [`GET` Prices](restapi/prices.md) - [`GET` Nasdaq Options Greeks and Implied Volatility](restapi/greeksandvols.md) +- [`GET` Nasdaq Options Greeks and Implied Volatility Powered by Nasdaq Basic](restapi/greeksandvolsbasic.md) + +### News + +- [`GET` News](restapi/news.md) ### Reference @@ -115,7 +125,7 @@ The first part of the URI path specifies the API version, in the format v{versio ## Tutorial -We provide a [Postman](https://www.getpostman.com/) collection with a set of requests for the API. You will need an Nasdaq Cloud Data Service account with API access to run this tutorial. The Postman collection and environemnt files are available [here](restapi/postman). +We provide a [Postman](https://www.getpostman.com/) collection with a set of requests for the API. You will need an Nasdaq Cloud Data Service account with API access to run this tutorial. The Postman collection and environment files are available [here](restapi/postman). ## License diff --git a/restapi/bars-all.md b/restapi/bars-all.md index fc8a445..41aa3b5 100644 --- a/restapi/bars-all.md +++ b/restapi/bars-all.md @@ -1,4 +1,4 @@ -## Bars (Nasdaq, CQT, and OTCBB) +## Bars (Nasdaq and CQT) Bars are calculated from 4:00 am to 8:00 pm ET for a given symbol with 10+ years of history. @@ -8,7 +8,7 @@ Bars are calculated from 4:00 am to 8:00 pm ET for a given symbol with 10+ years #### URI Parameters -`` - Data source; Acceptable values: `Nasdaq`, `CQT`, or `OTCBB` +`` - Data source; Acceptable values: `Nasdaq`, `CQT` `` - Real-time or 15 minute delayed data; acceptable values: `realtime`, `delayed` diff --git a/restapi/bars.md b/restapi/bars.md index 4578b47..1918394 100644 --- a/restapi/bars.md +++ b/restapi/bars.md @@ -1,4 +1,4 @@ -## Bars (BX and PSX) +## Bars (Texas and PSX) Bars are calculated from 4:00 am to 8:00 pm ET for a given symbol(up to 5 days of history). Eligibility rules are applied only during market hours(Excluded pre-market and post-market). diff --git a/restapi/greeksandvolsbasic.md b/restapi/greeksandvolsbasic.md new file mode 100644 index 0000000..a64bef9 --- /dev/null +++ b/restapi/greeksandvolsbasic.md @@ -0,0 +1,87 @@ +## Nasdaq Greeks and Implied Volatility Powered by Basic + +Option Greeks, Implied Volatility, and Theoretical Price for the associated symbol. + +##### Endpoint + +`GET` `https:///v1/nasdaq//greeksandvolsusbasic/` + +#### URI Parameters + +`` - `nasdaq` + +`` - Real-time data; acceptable values: realtime, delayed (currently only realtime is offered) + +`` - Unique identifier of the options contract + +#### Headers + +`"Authorization: Bearer "` + +#### Request Body + +none + +#### Response Body + +``` +[ + { + “t”: “string”, + “i”: “string”, + “u”: “string”, + “d”: “number” + “g”: “number” + “vg”: “number” + “tt”: “number” + “r”: “number” + “iv”: “number” + "tp”: “number” + } +] +``` + +| Name | Field | Type | Description | +|-------|------|------|-------------| +|timestamp|t|string|The timestamp for all values.| +|option/identifier|i|string|Unique identifier of the options contract: Symbol + Expiration Date + Option Type + Strike Price, using OSI symbology for all US options; see https://en.wikipedia.org/wiki/Option_symbol| +|underlying|u|string|Underlying symbol associated with the Option.| +|delta|d|number|Compares the rate of change between the underlying asset's price and the option instrument’s price.| +|Gamma|g|number|Provides the rate of change for an option instrument’s delta value based on a single point move in the underliers price.| +|Vega|vg|number|Measures an option instrument’s change in price relative to a single point move in implied volatility of the underlying instrument. | +|Theta|tt|number|Represents the rate of decline in the value of an option instrument over time as the expiration date approaches. | +|Rho|r|number|Measures the price change for an option instrument relative to a change in the risk-free rate of interest. | +|Implied Volatility|iv|number|Provides the market forecast of expected movements in the underlying instrument over the duration of the option instrument’s life. | +|Theoretical Price|tp|number|Provides an estimated price of an option instrument that can be used alongside market prices. | + +--- + + +### Example + +#### Request + +``` +curl --request GET \ + --url https://example.com/v1/nasdaq/realtime/greeksandvolsus/AAPL 230526C00172500 \ + --header 'authorization: Bearer {{AuthorizationToken}}' +``` + +#### Response + +``` +[ + { + "u": "AAPL.O", + "d": 0.5976895209869326, + "g": 0.1812382635080212, + "vg": 0.040720051256926126, + "tt": -0.3208365923907447, + "r": 0.003785521215604603, + "iv": 0.20281799478887522, + "tp": 1.1320738969929778, + "t": "2023-05-26T09:50:02.088", + "i": "AAPL 230526C00172500" + } +] +``` diff --git a/restapi/lastquote.md b/restapi/lastquote.md index 12f5e24..cb6aa5d 100644 --- a/restapi/lastquote.md +++ b/restapi/lastquote.md @@ -56,7 +56,7 @@ none |-------|-------|------| |`Nasdaq`, `BX`, `PSX`, `CQT`|Q |The Nasdaq Stock Market | |`CQT`|N |New York Stock Exchange, LLC | -|`CQT`|B |Nasdaq BX, Inc.| +|`CQT`|B |Nasdaq Texas, Inc.| |`CQT`|E |Market Independent | |`CQT`|D |FINRA Alternative Display Facility | |`CQT`|Z |Cboe BZX Exchange, Inc. | diff --git a/restapi/lastsale.md b/restapi/lastsale.md index ed2b624..1d01972 100644 --- a/restapi/lastsale.md +++ b/restapi/lastsale.md @@ -8,7 +8,7 @@ The latest last sale eligible transaction, according to condition rules, for one #### URI Parameters -`` - Data source; acceptable values: `Nasdaq`, `BX`, `PSX`, `CQT`, `OTCBB` +`` - Data source; acceptable values: `Nasdaq`, `BX`, `PSX`, `CQT` `` - Real-time or 15 minute delayed data; acceptable values: `realtime`, `delayed` @@ -104,7 +104,7 @@ Level 4 - Special sale condition codes (field is case sensitive) |-------|-------|------| |`Nasdaq`, `BX`, `PSX`, `CQT`|Q |The Nasdaq Stock Market | |`CQT`|N |New York Stock Exchange, LLC | -|`CQT`|B |Nasdaq BX, Inc.| +|`CQT`|B |Nasdaq Texas, Inc.| |`CQT`|E |Market Independent | |`CQT`|D |FINRA Alternative Display Facility | |`CQT`|Z |Cboe BZX Exchange, Inc. | diff --git a/restapi/lasttrade.md b/restapi/lasttrade.md index c8a0923..6bc672a 100644 --- a/restapi/lasttrade.md +++ b/restapi/lasttrade.md @@ -8,7 +8,7 @@ The latest price, regardless of conditions, for one or more symbols. #### URI Parameters -`` - Data source; acceptable values: `Nasdaq`, `BX`, `PSX`, `CQT`, `OTCBB` +`` - Data source; acceptable values: `Nasdaq`, `BX`, `PSX`, `CQT` `` - Real-time or 15 minute delayed data; acceptable values: `realtime`, `delayed` @@ -104,7 +104,7 @@ Level 4 - Special sale condition codes (field is case sensitive) |-------|-------|------| |`Nasdaq`, `BX`, `PSX`, `CQT`|Q |The Nasdaq Stock Market | |`CQT`|N |New York Stock Exchange, LLC | -|`CQT`|B |Nasdaq BX, Inc.| +|`CQT`|B |Nasdaq Texas, Inc.| |`CQT`|E |Market Independent | |`CQT`|D |FINRA Alternative Display Facility | |`CQT`|Z |Cboe BZX Exchange, Inc. | diff --git a/restapi/news.md b/restapi/news.md new file mode 100644 index 0000000..98eda4c --- /dev/null +++ b/restapi/news.md @@ -0,0 +1,117 @@ +## Financial News - MT Newswires + +The MTNewswires Live News Briefs data feed covers news articles from 1,300+ category-coded, US instruments and has over 40,000 unique global symbols. + +##### Endpoint + +`GET` `https:///v1///news///` + +#### URI Parameters + +`` - Data source; acceptable values: `Nasdaq` + +`` - Real-time or 15 minute delayed data; acceptable values: `realtime` + +`` - Security identifier(s): if more than one, use comma separated list. `*` - for all symbols + +`` - date/time (GMT Time). Format: YYYY-MM-DDTHH:MM:SS.ms (e.g. 2026-02-02T10:26:00.000) + +`` - MT News Metadata code. `*` - for all metadata codes + +#### Headers + +`"Authorization: Bearer "` + +#### Request Body + +none + +#### Response Body + +``` +[ + { + "category": [ "AAA","BBB" ], + “symbol”: “ZVZZT”, + “language”: “English”, + "body": "

This is a paragraph.

This is another paragraph.

", + "releaseTime ": "2025/01/27 10:14:59", + “storyType”: “Extended-Hours”, + “headline”: “This is the headline.”, + “articleImage” : “https://.....”, + “transmissionID” : “ABC123”, + “revisionID”: “1”, + “retract”: “FALSE”, + “copyright”: “Copyright ©” + “isin”: “123”, + “articleVideo” :”“https://.....”, + “translatedTransmissionID”: “ABC123.C”, + “englishTransmissionID” : ”ABC123.E” + }, + [...] +] + +``` + +| Field | Name | Type | Description | +|-------|------|------|-------------| +|Category|category|string|Metadata Code| +|Symbol|symbol|string|Stock Symbol associated with the article| +|Language|language|string|| +|Body|body|string|The main article text| +|Release Time|releaseTime|string|Date Format: YYYY/MM/DD HH:MM:SS| +|Story Type|storyType|string|Values: "Regular Session" or "Extended Hours"| +|Headline|headline|string|An article only containing a headline has a headline prefixed with “--“| +|Article Image|articleImage|string|Article image link| +|Transmission ID|transmissionID|string|Document's unique identifier| +|Revision ID|revisionID|string|How many times an article has been revised| +|Retraction|retract|string|Represents if an article should be retracted: TRUE or FALSE| +|Copyright|copyright|string|Copyright statement| +|ISIN|isin|string|UK and APAC coverage contains ISIN and street symbols.| +|Article Video|articleVideo|string|Article video link| +|Translation Transmission ID|translationTransmissionID|string|| +|English Transmission ID|englishTransmissionID|string|| +--- + +### Example + +#### Request + +``` +curl --location --request GET 'https://example.com/v1/nasdaq/realtime/news/AAPL/2026-02-02T10:26:00.000/*' \ +--header "Authorization: Bearer example_token" +``` + +#### Response + +``` +{ + "category": [ + "STOK.MN", + "TNGY.MN", + "OPUP.MN", + "REGM.MN", + "PMKT.MN", + "EXTND.MN", + "USUS.MN", + "NOAM.MN" + ], + "symbol": [ + "AAPL" + ], + "language": "", + "body": "\n06:31 AM EST, 02/02/2026 (MT Newswires) -- Apple (AAPL) and other foreign companies in India will be able to provide machines to their contractors in certain regions for five years without any tax risk, according to an official explanation of the country's 2026-2027 budget released Sunday.\nThe proposal to exempt foreign companies from taxes on any income from providing capital goods, equipment, or tooling to a contract manufacturer is being implemented \"to promote manufacturing of electronic goods by a contract manufacturer and provide certainty on taxation of supply of capital equipment by a foreign company to such manufacturer,\" the government said.\nThe tax break is effective April 1 and remains in place until the 2030-2031 tax year, the government said.\nApple did not immediately respond to MT Newswires' request for comment.\n\n", + "releaseTime": "2026/02/02 06:31:19", + "storyType": "Extended-Hours", + "headline": "Apple Granted Indian Tax Break on Funding of Equipment to Contractors", + "articleImage": "", + "transmissionID": "A3551113", + "revisionID": "0", + "retract": "FALSE", + "copyright": "http://www.mtnewswires.com\n Copyright © 2026 MT Newswires. All rights reserved. MT Newswires does not provide investment advice. Unauthorized reproduction is strictly prohibited.", + "isin": [], + "articleVideo": "", + "translatedTransmissionID": "", + "englishTransmissionID": "" + } +``` diff --git a/restapi/postman/postman_collection.json b/restapi/postman/postman_collection.json index 66a4ac4..d3c5142 100644 --- a/restapi/postman/postman_collection.json +++ b/restapi/postman/postman_collection.json @@ -579,7 +579,7 @@ "response": [] }, { - "name": "Bars (5sec)", + "name": "Bars (1min)", "request": { "method": "GET", "header": [ @@ -595,20 +595,20 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/nasdaq/realtime/equities/bars/NDAQ/5second/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/nasdaq/realtime/equities/bars/NDAQ/1minute/false/1d", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "nasdaq", "realtime", "equities", "bars", "NDAQ", - "5second", - "2022-08-26T09:30", - "2022-08-26T10:00" + "1minute", + "false", + "1d" ] }, "description": "ReferanceEndPoint" @@ -616,7 +616,7 @@ "response": [] }, { - "name": "Bars (1min)", + "name": "Bars (1day)", "request": { "method": "GET", "header": [ @@ -632,20 +632,20 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/nasdaq/realtime/equities/bars/NDAQ/1minute/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/nasdaq/realtime/equities/bars/NDAQ/1day/false/3m", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "nasdaq", "realtime", "equities", "bars", "NDAQ", - "1minute", - "2022-08-26T09:30", - "2022-08-26T10:00" + "1day", + "false", + "1m" ] }, "description": "ReferanceEndPoint" @@ -653,7 +653,7 @@ "response": [] }, { - "name": "Bars (5min)", + "name": "Bars (1week)", "request": { "method": "GET", "header": [ @@ -669,20 +669,57 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/nasdaq/realtime/equities/bars/NDAQ/5minute/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/nasdaq/realtime/equities/bars/NDAQ/1week/false/1y", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "nasdaq", "realtime", "equities", "bars", "NDAQ", - "5minute", - "2022-08-26T09:30", - "2022-08-26T10:00" + "1week", + "false", + "1m" + ] + }, + "description": "ReferanceEndPoint" + }, + "response": [] + }, + { + "name": "Bars (1month)", + "request": { + "method": "GET", + "header": [ + { + "key": "Content-Type", + "value": "application/json", + "type": "text" + }, + { + "key": "Authorization", + "value": "Bearer {{AuthorizationToken}}", + "type": "text" + } + ], + "url": { + "raw": "{{BaseURL}}/{{ApiVersionV2}}/nasdaq/realtime/equities/bars/NDAQ/1month/false/5y", + "host": [ + "{{BaseURL}}" + ], + "path": [ + "{{ApiVersionV2}}", + "nasdaq", + "realtime", + "equities", + "bars", + "NDAQ", + "1month", + "false", + "1y" ] }, "description": "ReferanceEndPoint" @@ -1000,7 +1037,7 @@ "response": [] }, { - "name": "Bars (5sec)", + "name": "Bars (1min)", "request": { "method": "GET", "header": [ @@ -1016,20 +1053,20 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/nasdaq/delayed/equities/bars/NDAQ/5second/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/nasdaq/delayed/equities/bars/NDAQ/1minute/false/1d", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "nasdaq", "delayed", "equities", "bars", "NDAQ", - "5second", - "2022-08-26T09:30", - "2022-08-26T10:00" + "1minute", + "false", + "1d" ] }, "description": "ReferanceEndPoint" @@ -1037,7 +1074,7 @@ "response": [] }, { - "name": "Bars (1min)", + "name": "Bars (1day)", "request": { "method": "GET", "header": [ @@ -1053,20 +1090,20 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/nasdaq/delayed/equities/bars/NDAQ/1minute/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/nasdaq/delayed/equities/bars/NDAQ/1day/false/3m", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "nasdaq", "delayed", "equities", "bars", "NDAQ", - "1minute", - "2022-08-26T09:30", - "2022-08-26T10:00" + "1day", + "false", + "1m" ] }, "description": "ReferanceEndPoint" @@ -1074,7 +1111,7 @@ "response": [] }, { - "name": "Bars (5min)", + "name": "Bars (1week)", "request": { "method": "GET", "header": [ @@ -1090,20 +1127,57 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/nasdaq/delayed/equities/bars/NDAQ/5minute/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/nasdaq/delayed/equities/bars/NDAQ/1week/false/1y", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "nasdaq", "delayed", "equities", "bars", "NDAQ", - "5minute", - "2022-08-26T09:30", - "2022-08-26T10:00" + "1week", + "false", + "1m" + ] + }, + "description": "ReferanceEndPoint" + }, + "response": [] + }, + { + "name": "Bars (1month)", + "request": { + "method": "GET", + "header": [ + { + "key": "Content-Type", + "value": "application/json", + "type": "text" + }, + { + "key": "Authorization", + "value": "Bearer {{AuthorizationToken}}", + "type": "text" + } + ], + "url": { + "raw": "{{BaseURL}}/{{ApiVersionV2}}/nasdaq/delayed/equities/bars/NDAQ/1month/false/5y", + "host": [ + "{{BaseURL}}" + ], + "path": [ + "{{ApiVersionV2}}", + "nasdaq", + "delayed", + "equities", + "bars", + "NDAQ", + "1month", + "false", + "1y" ] }, "description": "ReferanceEndPoint" @@ -3119,43 +3193,6 @@ }, "response": [] }, - { - "name": "Bars (5sec)", - "request": { - "method": "GET", - "header": [ - { - "key": "Content-Type", - "value": "application/json", - "type": "text" - }, - { - "key": "Authorization", - "value": "Bearer {{AuthorizationToken}}", - "type": "text" - } - ], - "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/cqt/realtime/equities/bars/NDAQ/5second/2022-08-26T09:30/2022-08-26T10:00", - "host": [ - "{{BaseURL}}" - ], - "path": [ - "{{ApiVersionV1}}", - "cqt", - "realtime", - "equities", - "bars", - "NDAQ", - "5second", - "2022-08-26T09:30", - "2022-08-26T10:00" - ] - }, - "description": "ReferanceEndPoint" - }, - "response": [] - }, { "name": "Bars (1min)", "request": { @@ -3173,20 +3210,20 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/cqt/realtime/equities/bars/NDAQ/1minute/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/realtime/equities/bars/NDAQ/1minute/false/1d", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "cqt", "realtime", "equities", "bars", "NDAQ", "1minute", - "2022-08-26T09:30", - "2022-08-26T10:00" + "false", + "1d" ] }, "description": "ReferanceEndPoint" @@ -3194,7 +3231,7 @@ "response": [] }, { - "name": "Bars (5min)", + "name": "Bars (1day)", "request": { "method": "GET", "header": [ @@ -3210,20 +3247,20 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/cqt/realtime/equities/bars/NDAQ/5minute/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/realtime/equities/bars/NDAQ/1day/false/3m", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "cqt", "realtime", "equities", "bars", "NDAQ", - "5minute", - "2022-08-26T09:30", - "2022-08-26T10:00" + "1day", + "false", + "1m" ] }, "description": "ReferanceEndPoint" @@ -3231,7 +3268,7 @@ "response": [] }, { - "name": "Bars/Chart (Intraday)", + "name": "Bars (1week)", "request": { "method": "GET", "header": [ @@ -3247,7 +3284,7 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/realtime/equities/bars/ndaq,spy,qqq/5minute/false/5d", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/realtime/equities/bars/NDAQ/1week/false/1y", "host": [ "{{BaseURL}}" ], @@ -3257,10 +3294,10 @@ "realtime", "equities", "bars", - "ndaq,spy,qqq", - "5minute", + "NDAQ", + "1week", "false", - "5d" + "1m" ] }, "description": "ReferanceEndPoint" @@ -3268,7 +3305,7 @@ "response": [] }, { - "name": "Bars/Chart (daily)", + "name": "Bars (1month)", "request": { "method": "GET", "header": [ @@ -3284,7 +3321,7 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/realtime/equities/bars/ndaq,spy,qqq/5second/false/1d", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/realtime/equities/bars/NDAQ/1month/false/5y", "host": [ "{{BaseURL}}" ], @@ -3294,10 +3331,10 @@ "realtime", "equities", "bars", - "ndaq,spy,qqq", - "5second", + "NDAQ", + "1month", "false", - "1d" + "1y" ] }, "description": "ReferanceEndPoint" @@ -3614,43 +3651,6 @@ }, "response": [] }, - { - "name": "Bars (5sec)", - "request": { - "method": "GET", - "header": [ - { - "key": "Content-Type", - "value": "application/json", - "type": "text" - }, - { - "key": "Authorization", - "value": "Bearer {{AuthorizationToken}}", - "type": "text" - } - ], - "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/cqt/delayed/equities/bars/NDAQ/5second/2022-08-26T09:30/2022-08-26T10:00", - "host": [ - "{{BaseURL}}" - ], - "path": [ - "{{ApiVersionV1}}", - "cqt", - "delayed", - "equities", - "bars", - "NDAQ", - "5second", - "2022-08-26T09:30", - "2022-08-26T10:00" - ] - }, - "description": "ReferanceEndPoint" - }, - "response": [] - }, { "name": "Bars (1min)", "request": { @@ -3668,20 +3668,20 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/cqt/delayed/equities/bars/NDAQ/1minute/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/delayed/equities/bars/NDAQ/1minute/false/1d", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "cqt", "delayed", "equities", "bars", "NDAQ", "1minute", - "2022-08-26T09:30", - "2022-08-26T10:00" + "false", + "1d" ] }, "description": "ReferanceEndPoint" @@ -3689,7 +3689,7 @@ "response": [] }, { - "name": "Bars (5min)", + "name": "Bars (1day)", "request": { "method": "GET", "header": [ @@ -3705,20 +3705,20 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV1}}/cqt/delayed/equities/bars/NDAQ/5minute/2022-08-26T09:30/2022-08-26T10:00", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/delayed/equities/bars/NDAQ/1day/false/3m", "host": [ "{{BaseURL}}" ], "path": [ - "{{ApiVersionV1}}", + "{{ApiVersionV2}}", "cqt", "delayed", "equities", "bars", "NDAQ", - "5minute", - "2022-08-26T09:30", - "2022-08-26T10:00" + "1day", + "false", + "1m" ] }, "description": "ReferanceEndPoint" @@ -3726,7 +3726,7 @@ "response": [] }, { - "name": "Bars/Chart (Intraday)", + "name": "Bars (1week)", "request": { "method": "GET", "header": [ @@ -3742,7 +3742,7 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/delayed/equities/bars/ndaq,spy,qqq/5minute/false/5d", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/delayed/equities/bars/NDAQ/1week/false/1y", "host": [ "{{BaseURL}}" ], @@ -3752,10 +3752,10 @@ "delayed", "equities", "bars", - "ndaq,spy,qqq", - "5minute", + "NDAQ", + "1week", "false", - "5d" + "1m" ] }, "description": "ReferanceEndPoint" @@ -3763,7 +3763,7 @@ "response": [] }, { - "name": "Bars/Chart (daily)", + "name": "Bars (1month)", "request": { "method": "GET", "header": [ @@ -3779,7 +3779,7 @@ } ], "url": { - "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/delayed/equities/bars/ndaq,spy,qqq/5second/false/1d", + "raw": "{{BaseURL}}/{{ApiVersionV2}}/cqt/delayed/equities/bars/NDAQ/1month/false/5y", "host": [ "{{BaseURL}}" ], @@ -3789,10 +3789,10 @@ "delayed", "equities", "bars", - "ndaq,spy,qqq", - "5second", + "NDAQ", + "1month", "false", - "1d" + "1y" ] }, "description": "ReferanceEndPoint" diff --git a/restapi/snapshot.md b/restapi/snapshot.md index 75e1465..f834b89 100644 --- a/restapi/snapshot.md +++ b/restapi/snapshot.md @@ -8,7 +8,7 @@ The latest snapshot of stats, according to condition rules, for one or more symb #### URI Parameters -`` - Data source; acceptable values: `Nasdaq`, `BX`, `PSX`, `CQT`, `OTCBB` +`` - Data source; acceptable values: `Nasdaq`, `BX`, `PSX`, `CQT` `` - Real-time or 15 minute delayed data; acceptable values: `realtime`, `delayed` diff --git a/restapi/trends.md b/restapi/trends.md index 8e67a6e..bb88747 100644 --- a/restapi/trends.md +++ b/restapi/trends.md @@ -8,7 +8,7 @@ Top 20 gaining, declining, most active by volume and most active by dollar volum #### URI Parameters -`` - Data source; acceptable values: `Nasdaq`, `BX`, `PSX`, `CQT`, `OTCBB` +`` - Data source; acceptable values: `Nasdaq`, `BX`, `PSX`, `CQT` `` - Real-time or 15 minute delayed data; acceptable values: `realtime`, `delayed`