Finance Data on Obsidian (Goggle Finance)?

Is there any way to fetch google finance data for the stock price of scrip on a specified date & time? Is there any other way ?

I want to create a trade diary where the index is displayed for that specific day.

I want to fetch stock data for a specified date & time. For example NASDAQ index for 02/03/2023.

I tried this

<iframe scrolling="no" allowtransparency="true" frameborder="0" src="https://www.tradingview-widget.com/embed-widget/events/?locale=en#%7B%22colorTheme%22%3A%22light%22%2C%22isTransparent%22%3Afalse%2C%22width%22%3A%22510%22%2C%22height%22%3A%22600%22%2C%22importanceFilter%22%3A%220%2C1%22%2C%22currencyFilter%22%3A%22USD%22%2C%22utm_source%22%3A%22www.tradingview.com%22%2C%22utm_medium%22%3A%22widget_new%22%2C%22utm_campaign%22%3A%22events%22%7D" style="box-sizing: border-box; height: calc(568px); width: 700px;"></iframe>

But this does not fetch data for a specified date or time.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.