/shorts.v1alpha1.ReportsService/GetWeeklyReportGetWeeklyReport
Get a weekly short report with narrative analysis
Parameters
Define the version of the Connect protocol
Define the timeout, in ms
Request Body
Request for GetWeeklyReport RPC
ISO week format: "2026-W06" (proto string)
Responses
Response for GetWeeklyReport RPC
(proto shorts.v1alpha1.WeeklyReportCitation)
A citation referencing a data source in the weekly report narrative
(proto shorts.v1alpha1.WeeklyReportMover)
A mover (riser or faller) in the weekly report
(proto shorts.v1alpha1.WeeklyReportFAQ)
FAQ entry in the weekly report
(proto string)
(proto shorts.v1alpha1.WeeklyIndustryStat)
Aggregate short interest by industry for the report period
(proto shorts.v1alpha1.WeeklyMarketStats)
(proto double)
Market-wide count of stocks whose short % fell (proto int32)
(proto string)
(proto double)
(proto double)
Market-wide count of stocks whose short % rose (proto int32)
Count of stocks with short interest >= 10% (proto int32)
Count of stocks with short interest >= 5% (proto int32)
(proto int32)
Week-on-week change in average short % (proto double)
(proto shorts.v1alpha1.WeeklyNarrative)
(proto string)
(proto string)
(proto string)
(proto string)
(proto string)
YYYY-MM-DD of previous week's latest trading day (proto string)
(proto double)
YYYY-MM-DD of latest trading day in the week (proto string)
(proto shorts.v1alpha1.WeeklyReportMover)
A mover (riser or faller) in the weekly report
(proto string)
(proto shorts.v1alpha1.WeeklyReportStock)
A stock entry in the weekly top shorted list
(proto shorts.v1alpha1.WeeklyReportTrendInsight)
Structured trend insight for a riser or faller
(proto string)
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
curl -X POST "https://api.shorted.com.au/shorts.v1alpha1.ReportsService/GetWeeklyReport" \
-H "Content-Type: application/json" \
-d '{
"weekSlug": "string"
}'curl -X POST "https://api.shorted.com.au/shorts.v1alpha1.ReportsService/GetWeeklyReport" \
-H "Content-Type: application/json" \
-d '{
"weekSlug": "string"
}'