no key · no human

Stock Journal API, RSS and sitemap

Every article Stock Journal publishes, as JSON, through an open API with no key and no signup. 165 of their articles are indexed right now, refreshed hourly.

AustraliaEnglish#9,959 by volume

Four ways to pull stockjournal.com.au

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from stockjournal.com.au, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=www.stockjournal.com.au&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=www.stockjournal.com.au&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=www.stockjournal.com.au&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=www.stockjournal.com.au&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

agrifood 100%

Call the API

A live request. Paste it into a terminal and Stock Journal headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.stockjournal.com.au&size=5"
165
articles indexed
165
in the last 30 days
13
median per day
1
languages
379 min
median crawl lag
24.08 → 07.09
archive depth

Publishing volume

Articles per day over the last 14 days. The busiest hour is 02:00 UTC — that is when the newsroom pushes its main batch.

2026-08-24: 6 articles2026-08-25: 5 articles2026-08-26: 21 articles2026-08-27: 17 articles2026-08-28: 14 articles2026-08-30: 2 articles2026-08-31: 10 articles2026-09-01: 11 articles2026-09-02: 14 articles2026-09-03: 20 articles2026-09-04: 13 articles2026-09-05: 9 articles2026-09-06: 9 articles2026-09-07: 14 articles08-2408-2608-2808-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.stockjournal.com.au&top=10"

Publishing rhythm

When Stock Journal actually publishes, by hour of day (UTC) and by day of week — measured from 165 timestamps, not from a schedule they advertise.

00: 50001: 70102: 230203: 80304: 90405: 130506: 90607: 50708: 100809: 50910: 21011: 31112: 61213: 31314: 31415: 41516: 31617: 21718: 41819: 41920: 182021: 32122: 62223: 1023
Mon: 30MonTue: 16TueWed: 35WedThu: 37ThuFri: 27FriSat: 9SatSun: 11Sun

Sections

Sections come from the publisher's own markup, present on 28% of their articles.

SectionArticles
agrifood46

Languages

CodeLanguageArticlesShare
enEnglish165100.0%

Latest articles

The 18 most recent Stock Journal articles in the index — the same rows the API returns, rendered for humans.

New data shows how Korea and China tariffs are shaping who buys Aussie beef
2026-09-07 02:00 UTC
How are safeguards impacting Australia's key export markets?
Allendale's outcross sire with extra hindquarter reigns supreme in Suffolks
2026-09-07 00:47 UTC
Allendale stud, Bordertown, had a big day out in the Suffolk judging.
How Buckleboo Station has 'future-proofed' its business with carbon credits
2026-09-06 20:00 UTC
Buckleboo Station is bouncing back from years of overgrazing and the owners are being paid for the 'ecological re-set' with carbon credits.
The 'big unknown' causing vaccinated feedlot cattle to still die from BRD
2026-09-06 20:00 UTC
New research uncovers complicating factors for BRD management.
'Brute of a ram' gives stud its first supreme in White Suffolk judging
2026-09-06 06:00 UTC
An outstanding May 2026-drop ram has won supreme White Suffolk exhibit.
Third time's a charm at Hannevale Australian White on-property ram auction
2026-09-05 23:30 UTC
Top and average were up at the Hannevale Australian White sale.

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=www.stockjournal.com.au&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=www.stockjournal.com.au&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well Stock Journal marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
28%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 379 min at the median, 5068 minutes at the 90th percentile.

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does Stock Journal have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 165 of their articles and lets you filter by date, language and section.

How many articles does Stock Journal publish per day?

13 on a median day, measured across 14 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.