Batch Stock Quotes

GET {{baseUrl}}/query?function=BATCH_STOCK_QUOTES&symbols=<string>

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).

Request Params

KeyDatatypeRequiredDescription
functionstring
symbolsstringUp 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.