curl --location --request GET 'https://rest.vvtr.com/v1/stock/us/formername?symbols=META&apiKey=your key'{
"code": 200,
"data": [
{
"name": "Agilent Technologies Inc.",
"cik": "0001090872",
"events": [
{
"type": "ticker_change",
"date": "2005-11-23",
"symbol_change": {
"symbol": "AWD"
}
},
{
"type": "ticker_change",
"date": "2003-09-10",
"symbol_change": {
"symbol": "A"
}
}
],
"composite_figi": "BBG000C2V3D6"
}
],
"msg": "ok"
}