get weekly price

GET https://www.alphavantage.co/query?function=TIME_SERIES_WEEKLY&symbol={{stock}}&apikey=demo

Request Params

KeyDatatypeRequiredDescription
functionstring
symbolstring
apikeystring

RESPONSES

status: OK

{"Meta Data":{"1. Information":"Weekly Prices (open, high, low, close) and Volumes","2. Symbol":"IBM","3. Last Refreshed":"2023-03-17","4. Time Zone":"US/Eastern"},"Weekly Time Series":{"2023-03-17":{"1. open":"125.1500","2. high":"128.1900","3. low":"121.7100","4. close":"123.6900","5. volume":"66132690"},"2023-03-10":{"1. open":"129.6400","2. high":"130.8600","3. low":"125.1300","4. close":"125.4500","5. volume":"20761401"},"2023-03-03":{"1. open":"131.4200","2. high":"131.8700","3. low":"127.7100","4. close":"129.6400","5. volume":"17865677"},"2023-02-24":{"1. open":"134.0000","2. high":"134.3850","3. low":"128.8600","4. close":"130.5700","5. volume":"14198950"},"2023-02-17":{"1. open":"136.0000","2. high":"137.3900","3. low":"133.8900","4. close":"135.0200","5. volume":"16543870"},"2023-02-10":{"1. open":"135.8300","2. high":"136.7400","3. low":"133.3400","4. close":"135.6000","5. volume":"22140989"},"2023-02-03":{"1. open":"134.3200","2. high":"136.9500","3. low":"132.8000","4. close":"136.9400","5. volume":"27874571"}}}