Skip to content

jacobdell/Arbitrage-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Currency Arbitrage Detection

This project detects currency arbitrage opportunities using the Bellman-Ford algorithm. It fetches live exchange rates and identifies profitable cycles where starting with one currency and trading through a series of others results in a net gain.

Features

  • Fetches exchange rates from ExchangeRate API.
  • Converts exchange rates to negative log weights for cycle detection.
  • Uses Bellman-Ford to find negative cycles corresponding to arbitrage opportunities.
  • Simulates converting a balance along the detected arbitrage paths.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages