GET
/
v3
/
quotes
/
{symbol}
cURL
curl --request GET \
  --url https://api.finvera.news/stocks/v3/quotes/{symbol}
{
  "next_url": "<string>",
  "request_id": "<string>",
  "results": [
    {
      "ask_exchange": 123,
      "ask_price": 123,
      "ask_size": 123,
      "bid_exchange": 123,
      "bid_price": 123,
      "bid_size": 123,
      "conditions": [
        123
      ],
      "sequence_number": 123,
      "sip_timestamp": 123,
      "tape": 123
    }
  ],
  "status": "<string>"
}

Path Parameters

symbol
string
required

Query Parameters

apikey
string
required
order
enum<string>
default:desc
Available options:
asc,
desc
limit
integer
default:10
Required range: x <= 5000
sort
string
default:timestamp

Response

Success response with quotes

next_url
string
request_id
string
results
object[]
status
string