📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of stocks

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "symbol": "{{faker 'finance.currencyCode'}}", "name": "{{faker 'company.name'}}", "price": {{faker 'finance.amount'}}, "change": {{faker 'finance.amount'}}, "percentChange": {{faker 'finance.amount'}} } {{/repeat}} ]

This template generates a list of random stock data with properties such as symbol, name, price, change, and percent change. Its primary utility lies in populating mock databases for trading platforms and stock market apps. Additionally, it serves as a valuable resource for testing stock-related functionalities, ensuring accuracy and reliability within applications. These data are perfect to prototype or serve as sample data for applications like trading platforms, stock market apps, and investment tools.