We’re back with another update! Version 0.26.1 brings basic support for Conclave Arcana, plus a handful of long-awaited tweaks and improvements:
🌀 Card Migration Updates:
💎 Foil-aware Pricing:
Your portfolio and card value stats now include foil-specific prices, giving you a more accurate view of your total asset value.
As always, feedback is welcome — and if you like what this tool does for your Splinterlands grind, don’t forget to share it around!
Learn how to set up and use the Splinterlands Statistics tool on different platforms:
Try the demo environment to explore the tool’s features. Remember, for full control and to keep it free, you can easily set it up on your machine or server.
https://demo.spl-stats.com
To view all released versions:
Github splinterlands statistics release overview page
v0.26.0 - Basic conclave arcana support
v0.25.0 - land liquidity pool add WOOS/STONE/IRON
v0.24.0 - League rewards chapter added to the hive blog
v0.23.1 - Rebellion value added to portfolio
v0.22.1 - Fix account connections towards SPL API
v0.22.0 - Add rebellion soulbound rewards units
v0.21.0 - Add dec/grain pool information
v0.20.3 - Add loot chests to hive blog
v0.19.0 - Add rarity draws and last played battles
v0.18.2 - Add glint to season rewards
v0.17.1 - Add Ability filter
v0.16.0 - Unclaimed SPS balance history SPL API update
v0.15.1 - SPL battle history API changed
v0.14.2 - Balance history and battle API updated
v0.13.0 - Battle view home team now in reverse order
v0.12.1 - Update losing page
v0.11.1 - Add land monitoring
v0.10.0 - Portfolio: land update
v0.9.1 - Fix rebellion pack values
v0.8.0 - Auto process season in server mode
v0.7.0 - Server/read only mode incl. how-to deploy on synology nas
v0.6.0 - Card overview + Nemesis expansion
v0.5.0 - Portfolio card edition and sps overview
v0.4.0 - Show categories in portfolio overview including history
v0.3.1 - Add generate hive blog
v0.2.0 - Add filter and sort options to home page
v0.1.0 - First implementation Splinterlands Statistics V2
Last "Old" Splinterstats tool V1
Migrate:
Include foil for card price information (portfolio asset value)

Nothing that you notices much of but the new names are used now. As you can see the old stats are used for a new card name:
The next update is even more hidden the new foils (black/gold arcane and black arcane are now also matched to market value and list value. This will make the asset / portfolio value more accurate.
Note when a certain item has not market value or none is listed you will get a warning in the console like this:
[WARNI] Card 'Warborn Chieftain' - 665 - Gold. Not found with either a list price or market price on Peakmonsters.com — ignored in collection value.
[WARNI] Card 'Frigid Wolf' - 685 - Gold. Not found with either a list price or market price on Peakmonsters.com — ignored in collection value.
Here’s a closer look at some of the key features that make the Splinterlands Statistics tool a must-have for players.
On this page, you can find your most frequently used and best-performing units or summoners. Clicking on any of them will take you to a detailed overview of that specific card. You can also define filters to refine your search.
For example, you can display your best-performing units under the standard ruleset, with a minimum of 10 battles played in the Modern format.
On this page, the cards you have been losing most against. Again with extensive filtering options.
On this page, you can select you account and a specific card.
Note: only cards can be selected since battles are recording via this tool.
On the top an generic overview of the selected card.
Then with which card it is most paired with summoners and units
After that the most lost against cards with summoner and units are presented
On this page, information about who you lost most against. When a certain player is selected you will get an result of the last played matched against that player and some stats.
In the end of the page there is still the overval nemesis, the most lost battles against an player
Daily battle statistics:
In my case modern are played by myself and wild by xbot.
or view all of the accounts at once:
Seasonal battle statistics:
Summarized seasonal earning:
Generate hive blog post about you last season:
Tracking your complete portfolio value and view how your editions are valued:
Or view specific editions like riftwatchers compared to chaos:
View you staked SPS value over time and zoom in:
⚠️When this tool is used for the first time and you are collecting seasonal data it has to retrieve all historical data. This can take a very long time, depending on how long you have played the game and how many transaction are done. Especially when an renting bot is used it probably has many small DEC transactions.
It an open-source free to use tool. If you do not trust it, do not use it or you can verify the source here:
https://github.com/gamerbeaker007/splinterlands-statistics/tree/main
spl_statistics_tool_<x>.exe on Windows or ./spl_statistics_tool_<x>.sh on Linux.http://127.0.0.1:8050.docker pull gamerbeaker/splinterlands-statistics:latest
latest can also be replaced by a release tag those can be found here:
https://registry.hub.docker.com/r/gamerbeaker/splinterlands-statistics/tags
Command line options:
-h, --help show this help message and exit
-d, --debug Enable debug mode
-l {WARN,ERR,DEBUG,INFO}, --log-level {WARN,ERR,DEBUG,INFO} Set log level
-s, --server-mode Enable server mode
-st STORE, --store STORE Specify a store
-ro, --read-only Read only
Create an directory where to store the files, in this example C:\Temp or \temp
docker run --rm -it -v C:\Temp\:/app/store -p 8050:8050 --name splinterlands-statistics gamerbeaker/splinterlands-statistics:latest
For server mode
docker run --rm -it -v C:\Temp\:/app/store -p 8050:8050 --name splinterlands-statistics gamerbeaker/splinterlands-statistics:latest -s
docker run --rm -it -v \tmp\:/app/store -p 8050:8050 --name splinterlands-statistics gamerbeaker/splinterlands-statistics:latest
For server mode
docker run --rm -it -v \tmp\:/app/store -p 8050:8050 --name splinterlands-statistics gamerbeaker/splinterlands-statistics:latest -s
Download source and unpack, source link.
Use python 3.8 or higher.
pip install -r requirements.txt
python src/main.py
When installing on a window machine and you encounter this error message:
scrypt-1.2.1/libcperciva/crypto/crypto_aes.c(6): fatal error C1083: Cannot open include file: 'openssl/aes.h': No such file or directory
Then install Win64 OpenSSL (not the light version)

This is a hobby project that I do in my spare time.
I plan to update the data with newer versions of the game. However, please be aware that there may be times when you need to start over with data collection. I can't guarantee that everything will always work smoothly.
Performance with large datasets: I'm not yet sure how the project will perform with larger datasets, so consider this a big caveat.
Early-stage development: Since this is a new project, expect occasional crashes or issues that may not work in your particular situation.
If you encounter any problems, please feel free to reach out. I'll do my best to help resolve any issues.
Please note that the performance with large datasets is still uncertain and may require further optimization.
If you have any suggestions, remarks, improvements, or bug reports, please leave a comment or send me a message.

That's all for this week! I hope you enjoyed reading and that you'll start tracking your data to gain more insights.
See you all on the battlefield!
Not a splinterlands player yet, consider using my referral link.