MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / getExchangesData

Function getExchangesData

services/cvm/corretoras.js:91–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91export const getExchangesData = async () => {
92 const zipFile = await requestCvmFile();
93
94 return getIntermediatorsFromZip(zipFile.data);
95};

Callers 2

actionFunction · 0.90
actionFunction · 0.90

Calls 2

requestCvmFileFunction · 0.85
getIntermediatorsFromZipFunction · 0.85

Tested by

no test coverage detected