Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
export
const
getExchangesData =
async
() => {
92
const
zipFile =
await
requestCvmFile();
93
94
return
getIntermediatorsFromZip(zipFile.data);
95
};
Callers
2
action
Function · 0.90
action
Function · 0.90
Calls
2
requestCvmFile
Function · 0.85
getIntermediatorsFromZip
Function · 0.85
Tested by
no test coverage detected