stock_ticker
BusinessGenerate realistic stock ticker symbols (1-5 uppercase letters). For financial dashboard testing, portfolio tracking, and market data mockups.
Example Outputs
NVDAAAPLTSLAAMZNGOOGAPI Usage
Send a POST request to generate stock ticker data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "stock_ticker",
"type": "stock_ticker"
}
]
}
]
}'Common Use Cases
- Financial dashboard testing
- Portfolio tracker seeding
- Market data mockups
Quick Info
- Field Type
- stock_ticker
- Category
- Business
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Stock Ticker + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.