List of instrument in csv/json format

Hi,

Is there a way to get a list of all available instruments in a csv/json format? I was able to scrape the page “Browse stocks and ETFs | Trading 212” some time ago, but since the new UI with the inner scroll bar that is not possible anymore :frowning:

Thanks!

2 Likes

Hey,

Currently, the feature in question is not in our top priorities.

We’ll definitely consider your suggestion when improving the website page.

Will keep you updated if anything changes.

1 Like

Just take a look at the network calls being made through your browser … you’ll find the Instruments API call pretty easily… you can see all current active stocks/cfds/etfs by tweaking the Unix epoch variable.

1 Like

@Finki do you have some code samples or screen shots I could look at? I am not very familiar with this, I am mainly developing in python for ML