Automated publish: Mon Mar 23 08:38:02 UTC 2026 10fcf07a82fab2038c8918c0e1d6429f3559c6a2
The main.py script queries an endpoint provided by FT for the daily returns of the instruments (hardcoded) in that script.
main.py
The main.go script does the same thing (but is written in Golang instead of Python).
main.go
The scrape.yml workflow file runs the script every 5 minutes and pushes the changes to the master branch.
scrape.yml
master
Adapted from this tutorial: https://www.swyx.io/github-scraping
As far as I can tell from the FT’s copyright page this isn’t not breaking any rules. If it is let me know and I’ll take it down.
Ref: https://help.ft.com/legal-privacy/copyright-policy/
FT Market Data Scraper
The
main.pyscript queries an endpoint provided by FT for the daily returns of the instruments (hardcoded) in that script.The
main.goscript does the same thing (but is written in Golang instead of Python).Automated Scraping
The
scrape.ymlworkflow file runs the script every 5 minutes and pushes the changes to themasterbranch.Adapted from this tutorial: https://www.swyx.io/github-scraping
Copyright
As far as I can tell from the FT’s copyright page this isn’t not breaking any rules. If it is let me know and I’ll take it down.
Ref: https://help.ft.com/legal-privacy/copyright-policy/