My company runs a Lighstreamer host that publishes some public information - e.g, delayed FX prices.

The LS host is: push.mycompany.com

I would like websites hosted on other domains to be able to subscribe to these prices.

Eg: www.affiliate-one.com/fx_prices.htm contains a table that should be populated by the prices from the LS server at push.mycompany.com

Is this possible given the same-origin-policy restrictions implemented by browsers?