On Sunday, 13 June 2021 at 22:32:16 UTC, Bastiaan Veelo wrote:
On Sunday, 13 June 2021 at 12:46:29 UTC, Financial Wiz wrote:
What are some of the best Financial Libraries for D? I would like to be able to aggregate as much accurate information as possible.

Thanks.

I am not into financials, but these libs show up in a search: https://code.dlang.org/search?q=Decimal. Perhaps you know some other relevant terms to search for.

One of the [sponsors](https://dlang.org/foundation/sponsors.html) of dlang is Symmetry Investments, who run a hedge fund. Their use of D is pretty advanced, and includes many libs and utilities that are not limited to financial applications. These are the ones that I know of: https://code.dlang.org/search?q=Mir, https://code.dlang.org/packages/dpp, https://code.dlang.org/packages/pegged,
https://code.dlang.org/packages/excel-d,
https://github.com/symmetryinvestments.

— Bastiaan.

Ok, what I'm talking about by Financial library is mainly aggregating data in to D from sources that provide them such as yahoo or google so I can do what I want with the data.

Reply via email to