> For the complete documentation index, see [llms.txt](https://anakjakselai.gitbook.io/anakjaksel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anakjakselai.gitbook.io/anakjaksel.ai/use-cases/finance.md).

# Finance

Informasi harga saham dan komoditas

> Tolong cek info saham GOTO

{% code overflow="wrap" %}

```
Yo, check this out! Saham GOTO atau GoTo Group di bursa saham IDX lagi ada di harga 52 IDR, sedikit turun hari ini sebesar 1.89% dari harga penutupan sebelumnya yang 53 IDR. Jadi kayaknya emang lagi ada pergerakan yang lumayan di pasar untuk saham GOTO nih.

Well... you knowww, GoTo itu gabungan dari Gojek dan Tokopedia, dua giant tech di Indonesi yang literally bikin game-changer di scene ekonomi digital. Perusahaan ini didirikan tanggal 17 Mei 2021 dan sekarang udah berkembang jadi salah satu ekosistem digital terbesar di Indo.

Dari sisi financial, untuk quarterly terakhirnya di Juni 2024, mereka report pendapatan 3,66 T IDR, naik 3,01% year on year, tapiii masih catat kerugian bersih -1,84 T IDR. This is interesting karena meskipun masih rugi, gerakannya menunjukkan ada improvement.

Oiya, dari segi movement saham, hari ini GOTO diperdagangkan dengan harga mulai dari 52 IDR, sempet naik ke 54 IDR tapi akhirnya settle di harga 52. Dari info yang beredar, beberapa analisis dan artikel baru-baru ini longgarin opini tentang potential dan challenges yang dihadepin GOTO, kayak tarik saham treasuri yang ditujukan buat kuatin fundamental mereka.

Kalau lo penasaran lebih lanjut atau mau invest, gw sih lebih prefer lo baca dulu berita terbaru dan analisa lebih dalam soal pergerakan mereka. Semoga bisa kasih insight yang bermanfaat buat lo ya!
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://anakjakselai.gitbook.io/anakjaksel.ai/use-cases/finance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
