Databento
Sponsor
@jackfx I'll answer once to close the loop, but I agree that further questions should be taken to another avenue to keep on topic.
We are open sourcing the code under a MIT license, and you can copy it, and all of it stays up for free on GitHub even if our company shuts down. The binary format is also extremely simple to maintain and extend even without our developers; at its heart it is just a C header file with 181 lines of code and 2 pages of documentation describing how it works. This is a deliberate design decision to make things fit into a single cache line. And of course we're also one of the most funded data startups right now.
Typical security practices: We use SSL for your API requests. Account IDs are all anonymized with encryption on the identifying information. We obscure implementation details of our internal infrastructure as part of our security policy, so I cannot disclose other elements. At the end of the day, there's a limited blast radius of proprietary strategy information you can glean from data queries.
We are open sourcing the code under a MIT license, and you can copy it, and all of it stays up for free on GitHub even if our company shuts down. The binary format is also extremely simple to maintain and extend even without our developers; at its heart it is just a C header file with 181 lines of code and 2 pages of documentation describing how it works. This is a deliberate design decision to make things fit into a single cache line. And of course we're also one of the most funded data startups right now.
Typical security practices: We use SSL for your API requests. Account IDs are all anonymized with encryption on the identifying information. We obscure implementation details of our internal infrastructure as part of our security policy, so I cannot disclose other elements. At the end of the day, there's a limited blast radius of proprietary strategy information you can glean from data queries.