Parsed result
Symbols parsed
0 symbols
—
Fields recognized
—
Field coverage
—
Unrecognized lines
How it works
From broker text to structured data
The parser reads each line, splits it on the first ":" or "=", and maps common broker labels (in EN/ES and with typical variants) to a canonical set of fields. Symbols are separated by blank lines or by a new "Symbol:" header. Everything runs locally in your browser — nothing is uploaded.
line → split(":" | "=") → map(label) → canonical field → CSV
Related tools
Related guides