Skip to content

Commit fc56f23

Browse files
Fixed rest spec (#635)
1 parent 7cb5208 commit fc56f23

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.polygon/rest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7007,7 +7007,7 @@
70077007
"operationId": "EMA",
70087008
"parameters": [
70097009
{
7010-
"description": "The ticker symbol for which to get exponential moving average (EMA) data.",
7010+
"description": "Specify a case-sensitive ticker symbol for which to get exponential moving average (EMA) data. For example, AAPL represents Apple Inc.",
70117011
"example": "AAPL",
70127012
"in": "path",
70137013
"name": "stockTicker",
@@ -8757,7 +8757,7 @@
87578757
"operationId": "MACD",
87588758
"parameters": [
87598759
{
8760-
"description": "The ticker symbol for which to get MACD data.",
8760+
"description": "Specify a case-sensitive ticker symbol for which to get moving average convergence/divergence (MACD) data. For example, AAPL represents Apple Inc.",
87618761
"example": "AAPL",
87628762
"in": "path",
87638763
"name": "stockTicker",
@@ -10375,7 +10375,7 @@
1037510375
"operationId": "RSI",
1037610376
"parameters": [
1037710377
{
10378-
"description": "The ticker symbol for which to get relative strength index (RSI) data.",
10378+
"description": "Specify a case-sensitive ticker symbol for which to get relative strength index (RSI) data. For example, AAPL represents Apple Inc.",
1037910379
"example": "AAPL",
1038010380
"in": "path",
1038110381
"name": "stockTicker",
@@ -12015,7 +12015,7 @@
1201512015
"operationId": "SMA",
1201612016
"parameters": [
1201712017
{
12018-
"description": "The ticker symbol for which to get simple moving average (SMA) data.",
12018+
"description": "Specify a case-sensitive ticker symbol for which to get simple moving average (SMA) data. For example, AAPL represents Apple Inc.",
1201912019
"example": "AAPL",
1202012020
"in": "path",
1202112021
"name": "stockTicker",
@@ -24822,7 +24822,7 @@
2482224822
"type": "string"
2482324823
},
2482424824
"mic": {
24825-
"description": "The Market Identifer Code of this exchange (see ISO 10383).",
24825+
"description": "The Market Identifier Code of this exchange (see ISO 10383).",
2482624826
"example": "XASE",
2482724827
"type": "string"
2482824828
},
@@ -25536,7 +25536,7 @@
2553625536
"operationId": "ListStockSplits",
2553725537
"parameters": [
2553825538
{
25539-
"description": "Return the stock splits that contain this ticker.",
25539+
"description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.",
2554025540
"in": "query",
2554125541
"name": "ticker",
2554225542
"schema": {
@@ -25570,39 +25570,39 @@
2557025570
}
2557125571
},
2557225572
{
25573-
"description": "Search by ticker.",
25573+
"description": "Range by ticker.",
2557425574
"in": "query",
2557525575
"name": "ticker.gte",
2557625576
"schema": {
2557725577
"type": "string"
2557825578
}
2557925579
},
2558025580
{
25581-
"description": "Search by ticker.",
25581+
"description": "Range by ticker.",
2558225582
"in": "query",
2558325583
"name": "ticker.gt",
2558425584
"schema": {
2558525585
"type": "string"
2558625586
}
2558725587
},
2558825588
{
25589-
"description": "Search by ticker.",
25589+
"description": "Range by ticker.",
2559025590
"in": "query",
2559125591
"name": "ticker.lte",
2559225592
"schema": {
2559325593
"type": "string"
2559425594
}
2559525595
},
2559625596
{
25597-
"description": "Search by ticker.",
25597+
"description": "Range by ticker.",
2559825598
"in": "query",
2559925599
"name": "ticker.lt",
2560025600
"schema": {
2560125601
"type": "string"
2560225602
}
2560325603
},
2560425604
{
25605-
"description": "Search by execution_date.",
25605+
"description": "Range by execution_date.",
2560625606
"in": "query",
2560725607
"name": "execution_date.gte",
2560825608
"schema": {
@@ -25611,7 +25611,7 @@
2561125611
}
2561225612
},
2561325613
{
25614-
"description": "Search by execution_date.",
25614+
"description": "Range by execution_date.",
2561525615
"in": "query",
2561625616
"name": "execution_date.gt",
2561725617
"schema": {
@@ -25620,7 +25620,7 @@
2562025620
}
2562125621
},
2562225622
{
25623-
"description": "Search by execution_date.",
25623+
"description": "Range by execution_date.",
2562425624
"in": "query",
2562525625
"name": "execution_date.lte",
2562625626
"schema": {
@@ -25629,7 +25629,7 @@
2562925629
}
2563025630
},
2563125631
{
25632-
"description": "Search by execution_date.",
25632+
"description": "Range by execution_date.",
2563325633
"in": "query",
2563425634
"name": "execution_date.lt",
2563525635
"schema": {
@@ -28339,7 +28339,7 @@
2833928339
},
2834028340
{
2834128341
"description": "The option contract identifier.",
28342-
"example": "O:EVRI240119C00002500",
28342+
"example": "O:EVRI240920P00012500",
2834328343
"in": "path",
2834428344
"name": "optionContract",
2834528345
"required": true,

0 commit comments

Comments
 (0)