Skip to main content

Get current quotes array

    -X POST
--header 'Content-Type: application/json'
--header 'Accept: application/json'
--header 'Authorization: Bearer {token here}'
-d '["GOOG", "AAPL", "MSFT"]'
'https://api.lime.co/marketdata/quotes'

Returns an array of quotes:

[
{
"symbol": "GOOG",
...
},
{
"symbol": "AAPL",
...
},
{
"symbol": "MSFT",
...
}
]

The query retrieves current quotes for all symbols specified on the request array. Every element in the response is the same as in Get current quote method.

If you have an active OPRA data subscription, it is necessary to activate your API token in the Cabinet under My Profile -> API Keys to access market data. OPRA market data will be available for one trading session. On the following day, it will be required to reactivate the API token.