How are hedge funds / asset managers automating ingestion of sell-side research?
Curious how other funds are dealing with sell-side research ingestion at scale.
We receive a large amount of research from different brokers, mostly through email alerts. The problem is that the emails usually don't contain the actual PDF — they contain a link that takes you to the broker's research portal, where you need to authenticate before downloading the report.
Platforms like AlphaSense are supposed to consolidate a lot of this, but in my experience coverage/reliability isn't good enough to use them as the single source of truth.
What I'd ideally like is a pipeline along the lines of:
sell-side publishes report → report gets automatically ingested → PDF/text is stored internally → metadata/tickers/analyst/date are extracted → document becomes searchable and available for LLM/RAG workflows
The difficult part seems to be reliably getting the original research document in the first place.
For people at hedge funds, asset managers, or quant shops that have solved this: how are you doing it?
- Do brokers provide institutional APIs/feeds that I'm simply not aware of?
- Are you ingesting through Bloomberg/FactSet/AlphaSense/etc. rather than directly from the brokers?
- Do you have internal automation around broker portals/SSO?
- Is there some standardized research distribution infrastructure used by larger funds?
- Or is this still surprisingly manual even at sophisticated shops?
To be clear, I'm talking about research we're fully entitled to access through existing broker relationships, not trying to bypass paywalls or access controls.
Especially interested in how larger funds structure the ingestion layer before the documents hit their internal search / NLP / LLM stack.