Web end point to load data

Hi ,

Is there any http end point that can load securities and timeseries ?
I was hoping to load the entire data using http request instead of running ant demo-database (like script)

Thanks
Vineeth

Yes there is, although it depends on the Bloomberg module to work assuming you’re just piping in a list of tickers and so on. You simply POST to http://localhost:8080/jax/timeseries. If you open that page in the browser, you’ll see a form generated. You simply need to send the fields set up in that very simple form (view source, it’s very clean HTML). Similarly for loading securities see http://localhost:8080/jax/securities although this only works with exchange traded securities at the moment.