Retrieve all end of day data from Marketstack.
Application
Marketstack
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Ticker | One or multiple comma-separated stock symbols (tickers) to retrieve, e.g. AAPL or AAPL,MSFT | Text (Long) | Yes | |
Return all? | Whether to return all results or only up to a given limit | True/False | No | |
Limit | Max number of results to return | Number | No | |
Exchange | Stock exchange to filter results by, specified by https://en.wikipedia.org/wiki/Market_Identifier_Code, e.g. XNAS | Text (Long) | No | |
Latest? | Whether to fetch the most recent stock market data | True/False | No | |
Sort order | Order to sort results in | Predefined Choice List | No | |
Specific date | Date in YYYY-MM-DD format, e.g. 2020-01-01, or in ISO-8601 date format, e.g. 2020-05-21T00:00:00+0000 | Datetime | No | |
Timeframe start date | Timeframe start date in YYYY-MM-DD format, e.g. 2020-01-01, or in ISO-8601 date format, e.g. 2020-05-21T00:00:00+0000 | Datetime | No | |
Timeframe end date | Timeframe end date in YYYY-MM-DD format, e.g. 2020-01-01, or in ISO-8601 date format, e.g. 2020-05-21T00:00:00+0000 | Datetime | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A