Cannot import collection

Hey! It looks like people had similar issue before. I am trying to fork this public collection:

https://www.postman.com/api-evangelist/workspace/alpha-vantage/overview

However, fork did not work with an obscure error, both in the desktop client (made sure to update it to the latest version) and in the browser.

So I decided to export the collection to file and import it instead. This failed, too, again in the desktop client and in the browser, again with an obscure error.

In the browser, I digged in DevTools > Network, filter by Websocket connections, then I found the failing request. Hopefully, it is safe to post it here.

The request is in payload.json.
The response is [{"body":{},"statusCode":500}]

Sorry, it seems I can no longer edit the description (how convenient). Trying to post files inline once again.

payload.json:

["post",{"method":"post","data":{"id":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","name":"Alpha Vantage","description":"Alpha Vantage APIs are grouped into four categories: (1) Stock Time Series Data, (2) Physical and Digital/Crypto Currencies (e.g., Bitcoin), (3) Stock Technical Indicators, and (4) Sector Performances. All APIs are realtime: the latest data points are derived from the current trading day. \n\nContact Support:\n Name: No Contact\n Email: email@example.com","variables":[{"key":"baseUrl","value":"httpswww.alphavantage.co/","type":"string","disabled":false}],"order":["b5e59e99-7edd-46f8-96e8-bf8c607c2a7f","2733b660-b9f7-4f5d-9cbf-6ad1083561f0","4ec1f92d-7114-40c8-8f51-9b9c2e984749","c8e32174-f04b-4e9b-9f25-84179d54d7b1","755850e8-b938-4e33-a253-c22565b594ae","40f8a0e8-2ddb-447a-a692-f9ce6bdcb609","c792d7ff-bee4-4574-b125-4bc8c003e49b","9fecc450-aa9a-4abc-b66a-223c49088d4e","cba76015-185f-4e62-97dd-f0a66624d29a","f1ce5b3a-a551-4993-8b23-553cff0cc848","e4f8ab7a-fd11-486a-b7cb-4fe590dde9f7","8ddbc28c-53d2-4505-b220-211c1550cfb8","049e1308-7522-45a4-b3a4-2a7949a926a4","3de51fe7-aaec-4f1f-acba-224379ad3945","1e4f21fa-5ae5-4013-a6eb-049d458b5dc6","371b17a1-2164-49a2-b44c-b5bd4b420368","00a11a76-0208-422f-8c46-d13f180b7c6e","c2243302-d0ff-4e11-837d-7210286c2485","c6605661-d8fa-4205-b686-5dd5533e3d7d","c7a9e39f-ad92-448c-b4c4-0c771ceeaca8","0b8a3c21-dd58-40ef-98de-cb29ab794a29","65ddce84-6f3a-467a-b176-8dbfe5ba854d","a6f99d43-be6a-43a9-b8d3-719270ac4afb","7121b024-689c-4705-ac4e-912cd0299a26"],"folders_order":[],"folders":[],"requests":[{"id":"b5e59e99-7edd-46f8-96e8-bf8c607c2a7f","name":"Intraday Time Series","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns intraday time series (timestamp, open, high, low, close, volume) of the equity specified, updated realtime.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=TIME_SERIES_INTRADAY&symbol=<string>&interval=<string>&outputsize=<string>&datatype=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"TIME_SERIES_INTRADAY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"outputsize","value":"<string>","description":"By default, outputsize=compact. Strings compact and full are accepted with the following specifications: compact returns only the latest 100 data points in the intraday time series; full returns the full-length intraday time series. The compact option is recommended if you would like to reduce the data size of each API call."},{"key":"datatype","value":"<string>","description":"By default, datatype=json. Strings json and csv are accepted with the following specifications: json returns the intraday time series in JSON format; csv returns the time series as a CSV (comma separated value) file."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2733b660-b9f7-4f5d-9cbf-6ad1083561f0","name":"Daily Time Series Adjusted","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns daily time series (date, daily open, daily high, daily low, daily close, daily volume, daily adjusted close, and split/dividend events) of the equity specified, covering up to 20 years of historical data.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"TIME_SERIES_DAILY_ADJUSTED"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4ec1f92d-7114-40c8-8f51-9b9c2e984749","name":"Weekly Time Series","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns weekly time series (last trading day of each week, weekly open, weekly high, weekly low, weekly close, weekly volume) of the equity specified, covering up to 20 years of historical data.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=TIME_SERIES_WEEKLY&symbol=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"TIME_SERIES_WEEKLY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c8e32174-f04b-4e9b-9f25-84179d54d7b1","name":"Daily Time Series","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns daily time series (date, daily open, daily high, daily low, daily close, daily volume) of the equity specified, covering up to 20 years of historical data.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=TIME_SERIES_DAILY&symbol=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"TIME_SERIES_DAILY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"755850e8-b938-4e33-a253-c22565b594ae","name":"Monthly Time Series","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns monthly time series (last trading day of each month, monthly open, monthly high, monthly low, monthly close, monthly volume) of the equity specified, covering up to 20 years of historical data.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=TIME_SERIES_MONTHLY&symbol=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"TIME_SERIES_MONTHLY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"40f8a0e8-2ddb-447a-a692-f9ce6bdcb609","name":"Monthly Time Series Adjusted","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns monthly adjusted time series (last trading day of each month, monthly open, monthly high, monthly low, monthly close, monthly adjusted close, monthly volume, monthly dividend) of the equity specified, covering up to 20 years of historical data.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=TIME_SERIES_MONTHLY_ADJUSTED&symbol=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"TIME_SERIES_MONTHLY_ADJUSTED"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c792d7ff-bee4-4574-b125-4bc8c003e49b","name":"Batch Stock Quotes","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"The batch stock quotes API enables the querying of multiple stock quotes with a single API request, updated realtime. It may serve as a lightweight alternative to our core stock time series APIs above (which have richer content but are symbol-specific).","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=BATCH_STOCK_QUOTES&symbols=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"BATCH_STOCK_QUOTES"},{"key":"symbols","value":"<string>","description":"Up to 100 stock symbols seperated by comma. For example: symbols=MSFT,FB,AAPL. If more than 100 symbols are included, the API will return quotes for the first 100 symbols."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9fecc450-aa9a-4abc-b66a-223c49088d4e","name":"Currency Exchange Rates","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"Realtime currency exchange rates for physical and digital currencies.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=CURRENCY_EXCHANGE_RATE&from_currency=<string>&to_currency=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"CURRENCY_EXCHANGE_RATE"},{"key":"from_currency","value":"<string>","description":"The currency you would like to get the exchange rate for."},{"key":"to_currency","value":"<string>","description":"The destination currency for the exchange rate."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cba76015-185f-4e62-97dd-f0a66624d29a","name":"Digital Currencies Intraday","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the realtime intraday time series (in 5-minute intervals) for any digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan). Prices and volumes are quoted in both the market-specific currency and USD.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=DIGITAL_CURRENCY_INTRADAY&symbol=<string>&market=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"DIGITAL_CURRENCY_INTRADAY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"market","value":"<string>","description":"The exchange market of your choice."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f1ce5b3a-a551-4993-8b23-553cff0cc848","name":"Digital Currencies Daily","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the daily historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=DIGITAL_CURRENCY_DAILY&symbol=<string>&market=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"DIGITAL_CURRENCY_DAILY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"market","value":"<string>","description":"The exchange market of your choice."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e4f8ab7a-fd11-486a-b7cb-4fe590dde9f7","name":"Digital Currencies Weekly","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the weekly historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=DIGITAL_CURRENCY_WEEKLY&symbol=<string>&market=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"DIGITAL_CURRENCY_WEEKLY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"market","value":"<string>","description":"The exchange market of your choice."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8ddbc28c-53d2-4505-b220-211c1550cfb8","name":"Digital Currencies Monthly","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the monthly historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=DIGITAL_CURRENCY_MONTHLY&symbol=<string>&market=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"DIGITAL_CURRENCY_MONTHLY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"market","value":"<string>","description":"The exchange market of your choice."}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"049e1308-7522-45a4-b3a4-2a7949a926a4","name":"Simple Moving Average (SMA)","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the simple moving average (SMA) values.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=SMA&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"SMA"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3de51fe7-aaec-4f1f-acba-224379ad3945","name":"Exponential Moving Average (EMA) ","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the exponential moving average (EMA) ","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=EMA&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"EMA"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1e4f21fa-5ae5-4013-a6eb-049d458b5dc6","name":"Moving Average Convergence / Divergence (MACD)","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the moving average convergence / divergence (MACD) values.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=MACD&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"MACD"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"371b17a1-2164-49a2-b44c-b5bd4b420368","name":"Stochastic Oscillator (STOCH)","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the stochastic oscillator (STOCH) values.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=STOCH&symbol=<string>&interval=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"STOCH"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"00a11a76-0208-422f-8c46-d13f180b7c6e","name":"Relative Strength Index (RSI)","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the relative strength index (RSI) values.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=RSI&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"RSI"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c2243302-d0ff-4e11-837d-7210286c2485","name":"Average Directional Movement Index (ADX)","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the average directional movement index (ADX) values.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=ADX&symbol=<string>&interval=<string>&time_period=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"ADX"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c6605661-d8fa-4205-b686-5dd5533e3d7d","name":"Commodity Channel Index (CCI) ","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the commodity channel index (CCI) values.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=CCI&symbol=<string>&interval=<string>&time_period=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"CCI"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c7a9e39f-ad92-448c-b4c4-0c771ceeaca8","name":"Aroon (AROON)","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the Aroon (AROON) values.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=AROON&symbol=<string>&interval=<string>&time_period=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"AROON"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0b8a3c21-dd58-40ef-98de-cb29ab794a29","name":"Bollinger bands (BBANDS)","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the Bollinger bands (BBANDS) values.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=BBANDS&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"BBANDS"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"65ddce84-6f3a-467a-b176-8dbfe5ba854d","name":"Chaikin A/D line (AD)","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the Chaikin A/D line (AD) values. ","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=AD&symbol=<string>&interval=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"AD"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a6f99d43-be6a-43a9-b8d3-719270ac4afb","name":"Balance Volume (OBV)","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the on balance volume (OBV) values.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=OBV&symbol=<string>&interval=<string>","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"OBV"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7121b024-689c-4705-ac4e-912cd0299a26","name":"Sector Performance","collectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","method":"GET","description":"This API returns the realtime and historical sector performances calculated from S&P500 incumbents.","dataMode":null,"data":null,"url":"{{baseUrl}}/query?function=SECTOR","responses":[],"responses_order":[],"pathVariableData":[],"queryParams":[{"key":"function","value":"SECTOR"}],"headerData":[],"auth":null,"collection":"fa65a4ff-9e0a-4854-baf9-13e0dd20a3d0","headers":"","pathVariables":{},"protocolProfileBehavior":{"disableBodyPruning":true}}],"owner":"31807365","exporter":"31807365","originalCollectionId":"21562bde-7f05-4639-b5b4-b0d77d71bef8","collectionLink":"https://www.postman.com/api-evangelist/alpha-vantage/collection/vx2c5fd/alpha-vantage?action=share&source=collection_link&creator=31807365","activityId":"7c5a4eed-17b2-4cf0-a6b6-950c5d9073b1"},"url":"/collection/import?workspace=15f0cf9c-f770-4027-82bb-8f9748a4ba91&origin=import%2Ffile","headers":{"user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0 PostmanClient/11.7.0-240730-0646 (AppId=web)","x-entity-team-id":"0","x-app-version":"11.7.0-240730-0646"}}]

Alpha Vantage.postman_collection.json:

Alpha Vantage.postman_collection.json:

{"info":{"_postman_id":"21562bde-7f05-4639-b5b4-b0d77d71bef8","name":"Alpha Vantage","description":"Alpha Vantage APIs are grouped into four categories: (1) Stock Time Series Data, (2) Physical and Digital/Crypto Currencies (e.g., Bitcoin), (3) Stock Technical Indicators, and (4) Sector Performances. All APIs are realtime: the latest data points are derived from the current trading day. \n\nContact Support:\n Name: No Contact\n Email: email@example.com","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","_exporter_id":"31807365","_collection_link":"https://www.postman.com/api-evangelist/alpha-vantage/collection/vx2c5fd/alpha-vantage?action=share&source=collection_link&creator=31807365"},"item":[{"name":"Intraday Time Series","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=TIME_SERIES_INTRADAY&symbol=<string>&interval=<string>&outputsize=<string>&datatype=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"TIME_SERIES_INTRADAY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"outputsize","value":"<string>","description":"By default, outputsize=compact. Strings compact and full are accepted with the following specifications: compact returns only the latest 100 data points in the intraday time series; full returns the full-length intraday time series. The compact option is recommended if you would like to reduce the data size of each API call."},{"key":"datatype","value":"<string>","description":"By default, datatype=json. Strings json and csv are accepted with the following specifications: json returns the intraday time series in JSON format; csv returns the time series as a CSV (comma separated value) file."}]},"description":"This API returns intraday time series (timestamp, open, high, low, close, volume) of the equity specified, updated realtime."},"response":[]},{"name":"Daily Time Series Adjusted","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"TIME_SERIES_DAILY_ADJUSTED"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}]},"description":"This API returns daily time series (date, daily open, daily high, daily low, daily close, daily volume, daily adjusted close, and split/dividend events) of the equity specified, covering up to 20 years of historical data."},"response":[]},{"name":"Weekly Time Series","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=TIME_SERIES_WEEKLY&symbol=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"TIME_SERIES_WEEKLY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}]},"description":"This API returns weekly time series (last trading day of each week, weekly open, weekly high, weekly low, weekly close, weekly volume) of the equity specified, covering up to 20 years of historical data."},"response":[]},{"name":"Daily Time Series","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=TIME_SERIES_DAILY&symbol=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"TIME_SERIES_DAILY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}]},"description":"This API returns daily time series (date, daily open, daily high, daily low, daily close, daily volume) of the equity specified, covering up to 20 years of historical data."},"response":[]},{"name":"Monthly Time Series","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=TIME_SERIES_MONTHLY&symbol=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"TIME_SERIES_MONTHLY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}]},"description":"This API returns monthly time series (last trading day of each month, monthly open, monthly high, monthly low, monthly close, monthly volume) of the equity specified, covering up to 20 years of historical data."},"response":[]},{"name":"Monthly Time Series Adjusted","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=TIME_SERIES_MONTHLY_ADJUSTED&symbol=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"TIME_SERIES_MONTHLY_ADJUSTED"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."}]},"description":"This API returns monthly adjusted time series (last trading day of each month, monthly open, monthly high, monthly low, monthly close, monthly adjusted close, monthly volume, monthly dividend) of the equity specified, covering up to 20 years of historical data."},"response":[]},{"name":"Batch Stock Quotes","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=BATCH_STOCK_QUOTES&symbols=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"BATCH_STOCK_QUOTES"},{"key":"symbols","value":"<string>","description":"Up to 100 stock symbols seperated by comma. For example: symbols=MSFT,FB,AAPL. If more than 100 symbols are included, the API will return quotes for the first 100 symbols."}]},"description":"The batch stock quotes API enables the querying of multiple stock quotes with a single API request, updated realtime. It may serve as a lightweight alternative to our core stock time series APIs above (which have richer content but are symbol-specific)."},"response":[]},{"name":"Currency Exchange Rates","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=CURRENCY_EXCHANGE_RATE&from_currency=<string>&to_currency=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"CURRENCY_EXCHANGE_RATE"},{"key":"from_currency","value":"<string>","description":"The currency you would like to get the exchange rate for."},{"key":"to_currency","value":"<string>","description":"The destination currency for the exchange rate."}]},"description":"Realtime currency exchange rates for physical and digital currencies."},"response":[]},{"name":"Digital Currencies Intraday","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=DIGITAL_CURRENCY_INTRADAY&symbol=<string>&market=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"DIGITAL_CURRENCY_INTRADAY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"market","value":"<string>","description":"The exchange market of your choice."}]},"description":"This API returns the realtime intraday time series (in 5-minute intervals) for any digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan). Prices and volumes are quoted in both the market-specific currency and USD."},"response":[]},{"name":"Digital Currencies Daily","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=DIGITAL_CURRENCY_DAILY&symbol=<string>&market=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"DIGITAL_CURRENCY_DAILY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"market","value":"<string>","description":"The exchange market of your choice."}]},"description":"This API returns the daily historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD."},"response":[]},{"name":"Digital Currencies Weekly","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=DIGITAL_CURRENCY_WEEKLY&symbol=<string>&market=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"DIGITAL_CURRENCY_WEEKLY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"market","value":"<string>","description":"The exchange market of your choice."}]},"description":"This API returns the weekly historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD."},"response":[]},{"name":"Digital Currencies Monthly","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=DIGITAL_CURRENCY_MONTHLY&symbol=<string>&market=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"DIGITAL_CURRENCY_MONTHLY"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"market","value":"<string>","description":"The exchange market of your choice."}]},"description":"This API returns the monthly historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC). Prices and volumes are quoted in both the market-specific currency and USD."},"response":[]},{"name":"Simple Moving Average (SMA)","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=SMA&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"SMA"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}]},"description":"This API returns the simple moving average (SMA) values."},"response":[]},{"name":"Exponential Moving Average (EMA) ","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=EMA&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"EMA"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}]},"description":"This API returns the exponential moving average (EMA) "},"response":[]},{"name":"Moving Average Convergence / Divergence (MACD)","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=MACD&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"MACD"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}]},"description":"This API returns the moving average convergence / divergence (MACD) values."},"response":[]},{"name":"Stochastic Oscillator (STOCH)","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=STOCH&symbol=<string>&interval=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"STOCH"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"}]},"description":"This API returns the stochastic oscillator (STOCH) values."},"response":[]},{"name":"Relative Strength Index (RSI)","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=RSI&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"RSI"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}]},"description":"This API returns the relative strength index (RSI) values."},"response":[]},{"name":"Average Directional Movement Index (ADX)","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=ADX&symbol=<string>&interval=<string>&time_period=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"ADX"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"}]},"description":"This API returns the average directional movement index (ADX) values."},"response":[]},{"name":"Commodity Channel Index (CCI) ","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=CCI&symbol=<string>&interval=<string>&time_period=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"CCI"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"}]},"description":"This API returns the commodity channel index (CCI) values."},"response":[]},{"name":"Aroon (AROON)","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=AROON&symbol=<string>&interval=<string>&time_period=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"AROON"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"}]},"description":"This API returns the Aroon (AROON) values."},"response":[]},{"name":"Bollinger bands (BBANDS)","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=BBANDS&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"BBANDS"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"},{"key":"time_period","value":"<string>","description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"},{"key":"series_type","value":"<string>","description":"The desired price type in the time series. Four types are supported: close, open, high, low"}]},"description":"This API returns the Bollinger bands (BBANDS) values."},"response":[]},{"name":"Chaikin A/D line (AD)","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=AD&symbol=<string>&interval=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"AD"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"}]},"description":"This API returns the Chaikin A/D line (AD) values. "},"response":[]},{"name":"Balance Volume (OBV)","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=OBV&symbol=<string>&interval=<string>","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"OBV"},{"key":"symbol","value":"<string>","description":"The stocker ticker symbol."},{"key":"interval","value":"<string>","description":"The interval for series (1min, 5min, 15min, 30min, 60min)"}]},"description":"This API returns the on balance volume (OBV) values."},"response":[]},{"name":"Sector Performance","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/query?function=SECTOR","host":["{{baseUrl}}"],"path":["query"],"query":[{"key":"function","value":"SECTOR"}]},"description":"This API returns the realtime and historical sector performances calculated from S&P500 incumbents."},"response":[]}],"variable":[{"key":"baseUrl","value":"httpswww.alphavantage.co/","type":"string"}]}

Hi @earshinov. Welcome to the Postman Community :postman_logo:.

What error are you getting when trying to fork a request? A screenshot of the error might be helpful in helping us understand the problem.

Hey! Just tried once again and it went through :person_shrugging: . Perhaps it was a temporary glitch. The issue is resolved

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.