Skip to content

Commit 7c2b66c

Browse files
Spelling and ws agg sec updates (#572)
1 parent 273f640 commit 7c2b66c

File tree

2 files changed

+520
-13
lines changed

2 files changed

+520
-13
lines changed

.polygon/rest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
}
221221
},
222222
"StocksTickerPathParam": {
223-
"description": "The ticker symbol of the stock/equity.",
223+
"description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.",
224224
"example": "AAPL",
225225
"in": "path",
226226
"name": "stocksTicker",
@@ -230,7 +230,7 @@
230230
}
231231
},
232232
"TickersQueryParam": {
233-
"description": "A comma separated list of tickers to get snapshots for.",
233+
"description": "A case-sensitive comma separated list of tickers to get snapshots for. For example, AAPL,TSLA,GOOG. Empty string defaults to querying all tickers.",
234234
"in": "query",
235235
"name": "tickers",
236236
"schema": {
@@ -3602,7 +3602,7 @@
36023602
"type": "boolean"
36033603
},
36043604
"t": {
3605-
"description": "The Unix Msec timestamp for the start of the aggregate window.",
3605+
"description": "The Unix Msec timestamp for the end of the aggregate window.",
36063606
"type": "integer"
36073607
},
36083608
"v": {
@@ -13387,7 +13387,7 @@
1338713387
"description": "Get the open, close and afterhours prices of a stock symbol on a certain date.\n",
1338813388
"parameters": [
1338913389
{
13390-
"description": "The ticker symbol of the stock/equity.",
13390+
"description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.",
1339113391
"example": "AAPL",
1339213392
"in": "path",
1339313393
"name": "stocksTicker",
@@ -15381,7 +15381,7 @@
1538115381
"type": "boolean"
1538215382
},
1538315383
"t": {
15384-
"description": "The Unix Msec timestamp for the start of the aggregate window.",
15384+
"description": "The Unix Msec timestamp for the end of the aggregate window.",
1538515385
"type": "integer"
1538615386
},
1538715387
"v": {
@@ -17171,7 +17171,7 @@
1717117171
"description": "Get the previous day's open, high, low, and close (OHLC) for the specified stock ticker.\n",
1717217172
"parameters": [
1717317173
{
17174-
"description": "The ticker symbol of the stock/equity.",
17174+
"description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.",
1717517175
"example": "AAPL",
1717617176
"in": "path",
1717717177
"name": "stocksTicker",
@@ -17354,7 +17354,7 @@
1735417354
"description": "Get aggregate bars for a stock over a given date range in custom time window sizes.\n<br />\n<br />\nFor example, if timespan = \u2018minute\u2019 and multiplier = \u20185\u2019 then 5-minute bars will be returned.\n",
1735517355
"parameters": [
1735617356
{
17357-
"description": "The ticker symbol of the stock/equity.",
17357+
"description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.",
1735817358
"example": "AAPL",
1735917359
"in": "path",
1736017360
"name": "stocksTicker",
@@ -18573,7 +18573,7 @@
1857318573
"description": "Get the current minute, day, and previous day\u2019s aggregate, as well as the last trade and quote for all traded cryptocurrency symbols.\n<br />\n<br />\nNote: Snapshot data is cleared at 12am EST and gets populated as data is received from the exchanges. This can happen as early as 4am EST.\n",
1857418574
"parameters": [
1857518575
{
18576-
"description": "A comma separated list of tickers to get snapshots for.",
18576+
"description": "A case-sensitive comma separated list of tickers to get snapshots for. For example, AAPL,TSLA,GOOG. Empty string defaults to querying all tickers.",
1857718577
"in": "query",
1857818578
"name": "tickers",
1857918579
"schema": {
@@ -19834,7 +19834,7 @@
1983419834
"description": "Get the current minute, day, and previous day\u2019s aggregate, as well as the last trade and quote for all traded forex symbols.\n<br />\n<br />\nNote: Snapshot data is cleared at 12am EST and gets populated as data is received from the exchanges. This can happen as early as 4am EST.\n",
1983519835
"parameters": [
1983619836
{
19837-
"description": "A comma separated list of tickers to get snapshots for.",
19837+
"description": "A case-sensitive comma separated list of tickers to get snapshots for. For example, AAPL,TSLA,GOOG. Empty string defaults to querying all tickers.",
1983819838
"in": "query",
1983919839
"name": "tickers",
1984019840
"schema": {
@@ -20783,7 +20783,7 @@
2078320783
"description": "Get the most up-to-date market data for all traded stock symbols.\n<br />\n<br />\nNote: Snapshot data is cleared at 3:30am EST and gets populated as data is received from the exchanges. This can happen as early as 4am EST.\n",
2078420784
"parameters": [
2078520785
{
20786-
"description": "A comma separated list of tickers to get snapshots for.",
20786+
"description": "A case-sensitive comma separated list of tickers to get snapshots for. For example, AAPL,TSLA,GOOG. Empty string defaults to querying all tickers.",
2078720787
"in": "query",
2078820788
"name": "tickers",
2078920789
"schema": {
@@ -21198,7 +21198,7 @@
2119821198
"description": "Get the most up-to-date market data for a single traded stock ticker.\n<br />\n<br />\nNote: Snapshot data is cleared at 3:30am EST and gets populated as data is received from the exchanges. This can happen as early as 4am EST.\n",
2119921199
"parameters": [
2120021200
{
21201-
"description": "The ticker symbol of the stock/equity.",
21201+
"description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.",
2120221202
"example": "AAPL",
2120321203
"in": "path",
2120421204
"name": "stocksTicker",

0 commit comments

Comments
 (0)