this post was submitted on 17 Dec 2025
5 points (77.8% liked)

Programming

26150 readers
290 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Recommend me any good finance related projects that may try to solve an actual problem being faced in the industry now.

top 8 comments
sorted by: hot top controversial new old
[–] e8d79@discuss.tchncs.de 5 points 3 months ago* (last edited 3 months ago) (2 children)

You could take a look at the various projects related to plaintext accounting . Personally, I like hledger.

[–] colournoun@beehaw.org 3 points 3 months ago

Thank you for this! I can’t believe I didn’t know about PTA before.

[–] AethiopeRoot@lemmy.zip 1 points 3 months ago

Thanks a lot mate

[–] 6nk06@sh.itjust.works 4 points 3 months ago (1 children)

ActualBudget. It solves my problem of not budgeting.

[–] AethiopeRoot@lemmy.zip 1 points 3 months ago

Will put this into consideration

[–] slazer2au@lemmy.world 4 points 3 months ago (1 children)

Most finance related jobs are make more money faster, shaving ms off communication times can make a lot of money for high frequency trading.

[–] AethiopeRoot@lemmy.zip 2 points 3 months ago (1 children)

Since I'm not at the advanced level, I have general knowledge of HFT. But I'm sure implementing such Software would require a deep understanding of them and complex maths

[–] 6nk06@sh.itjust.works 2 points 3 months ago* (last edited 3 months ago)

Some people say that HFT is about small optimizations and avoiding copies. You can do that if you have a deep knowledge of C++.

Or try something like QuantLib, it is a tradings' library that I used aeons ago in some stock market company. https://www.quantlib.org/

They have a book too https://www.quantlibguide.com/A%20taste%20of%20QuantLib.html and Python bindings.