Historical bid and ask data

I couldn’t find any information on the website about whether EODHD provides historical Bid/Ask data. Do you know if they do?

As far as I know, their bid/ask data is available via WebSocket.

Hello,

That’s correct — Bid/Ask data is available in real time through the Real-Time Data API (WebSockets).

just adding — I’ve been using the websocket for bid/ask updates, works fine so far.
only thing is you need to handle reconnects and some tickers are more active than others, so volume varies a lot.
haven’t seen any historical bid/ask though, looks like it’s only real-time.