|
220 | 220 | } |
221 | 221 | }, |
222 | 222 | "StocksTickerPathParam": { |
223 | | - "description": "The ticker symbol of the stock/equity.", |
| 223 | + "description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.", |
224 | 224 | "example": "AAPL", |
225 | 225 | "in": "path", |
226 | 226 | "name": "stocksTicker", |
|
230 | 230 | } |
231 | 231 | }, |
232 | 232 | "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.", |
234 | 234 | "in": "query", |
235 | 235 | "name": "tickers", |
236 | 236 | "schema": { |
|
3602 | 3602 | "type": "boolean" |
3603 | 3603 | }, |
3604 | 3604 | "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.", |
3606 | 3606 | "type": "integer" |
3607 | 3607 | }, |
3608 | 3608 | "v": { |
|
13387 | 13387 | "description": "Get the open, close and afterhours prices of a stock symbol on a certain date.\n", |
13388 | 13388 | "parameters": [ |
13389 | 13389 | { |
13390 | | - "description": "The ticker symbol of the stock/equity.", |
| 13390 | + "description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.", |
13391 | 13391 | "example": "AAPL", |
13392 | 13392 | "in": "path", |
13393 | 13393 | "name": "stocksTicker", |
|
15381 | 15381 | "type": "boolean" |
15382 | 15382 | }, |
15383 | 15383 | "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.", |
15385 | 15385 | "type": "integer" |
15386 | 15386 | }, |
15387 | 15387 | "v": { |
|
17171 | 17171 | "description": "Get the previous day's open, high, low, and close (OHLC) for the specified stock ticker.\n", |
17172 | 17172 | "parameters": [ |
17173 | 17173 | { |
17174 | | - "description": "The ticker symbol of the stock/equity.", |
| 17174 | + "description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.", |
17175 | 17175 | "example": "AAPL", |
17176 | 17176 | "in": "path", |
17177 | 17177 | "name": "stocksTicker", |
|
17354 | 17354 | "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", |
17355 | 17355 | "parameters": [ |
17356 | 17356 | { |
17357 | | - "description": "The ticker symbol of the stock/equity.", |
| 17357 | + "description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.", |
17358 | 17358 | "example": "AAPL", |
17359 | 17359 | "in": "path", |
17360 | 17360 | "name": "stocksTicker", |
|
18573 | 18573 | "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", |
18574 | 18574 | "parameters": [ |
18575 | 18575 | { |
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.", |
18577 | 18577 | "in": "query", |
18578 | 18578 | "name": "tickers", |
18579 | 18579 | "schema": { |
|
19834 | 19834 | "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", |
19835 | 19835 | "parameters": [ |
19836 | 19836 | { |
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.", |
19838 | 19838 | "in": "query", |
19839 | 19839 | "name": "tickers", |
19840 | 19840 | "schema": { |
|
20783 | 20783 | "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", |
20784 | 20784 | "parameters": [ |
20785 | 20785 | { |
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.", |
20787 | 20787 | "in": "query", |
20788 | 20788 | "name": "tickers", |
20789 | 20789 | "schema": { |
|
21198 | 21198 | "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", |
21199 | 21199 | "parameters": [ |
21200 | 21200 | { |
21201 | | - "description": "The ticker symbol of the stock/equity.", |
| 21201 | + "description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.", |
21202 | 21202 | "example": "AAPL", |
21203 | 21203 | "in": "path", |
21204 | 21204 | "name": "stocksTicker", |
|
0 commit comments