v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBJournals
Retrieve a Single Journal Entry
You can query a specific journal entry that you submitted to Alpaca by passing into the query the journal_id.
Will return a journal entry if a journal entry with journal_id exists, otherwise will throw an error.
get/v1/journals/{journal_id}
Response
OK
Example response
{
"entry_type": "JNLS",
"from_account": "8fjkjn-4483-4199-840f-6c5fe0b7ca24",
"id": "h7h5g33f-ef01-4458-9a4b-9598727a406f",
"price": "128.23",
"qty": "2",
"settle_date": "2020-12-24",
"status": "executed",
"symbol": "AAPL",
"to_account": "3gtt65jd-6f2a-433c-8c33-17b66b8941fa"
}