This service returns a JSON with stock quotes for given symbols. Enter semi-colon separated symbols after
https://aflyingcrab.web.app/getquote/
For example, to get the quotes for Canadian National Railway and Intel Corp, use:
https://aflyingcrab.web.app/getquote/tse:cnr;nasdaq:intcLeading or following spaces after symbols don't matter.
Also, any other information can be included with any symbol by using comma after the symbol. This information will be ditto returned with the result.
This makes it easy to work with the returned JSON, e.g.https://aflyingcrab.web.app/getquote/tse:cnr,Row1-Column4; nasdaq:intcWorking...