Groups | Search | Server Info | Login | Register
Groups > comp.sys.acorn.apps > #19598
| From | Patric <minim@news.invalid> |
|---|---|
| Newsgroups | comp.sys.acorn.apps |
| Subject | Re: Fetching stock market data |
| Date | 2026-01-24 22:48 +0100 |
| Organization | None |
| Message-ID | <5ca065b1c3minim@news.invalid> (permalink) |
| References | <5c9f4ae136minim@news.invalid> <10kufr8$3frj3$1@druck.eternal-september.org> |
In article <10kufr8$3frj3$1@druck.eternal-september.org>, druck <news@druck.org.uk> wrote: > If you want to do anything with the data rather than just displaying, > the Requests module in Python3 does the same thing as curl, but Python > makes it much easier to extract the relevant data. > I used to manually update a Fireworkz spreadsheet every month with the > fund prices of my investment, but now I use a Python script to scrape > the websited and output a csv which I can import in to Fireworkz and > cut'n'paste the new row in. > It works on with RISC OS's Python 3.8 albeit slowly using sequential > lookups, it's faster on Linux where it fetches several pages in parallel. Thanks druck! Had a look at yfinance and as you guessed it's probably a bit more than what I'm looking for. I do use Portfolio Performance to keep track of things and sadly that's not something I can realistically hope to replicate with a regular spreadsheet, let alone on RISC OS. OTOH a csv file could be used for checking rather than tracking stocks as well. So maybe still worth investigating further. Patric
Back to comp.sys.acorn.apps | Previous | Next — Previous in thread | Find similar
Fetching stock market data Patric <minim@news.invalid> - 2026-01-22 19:19 +0100
Re: Fetching stock market data druck <news@druck.org.uk> - 2026-01-23 00:36 +0000
Re: Fetching stock market data Patric <minim@news.invalid> - 2026-01-24 22:48 +0100
csiph-web