Skip to main content
Solved

Embed Stock Chart in Airtable interface?


Hi,

Does anyone have an idea on how to embed a stock chart into airtable that depends on the record chosen?  I have an example of an iframe:

<iframe
referrerpolicy="origin"
width="100%"
height="470"
style="background: #FFFFFF;padding: 10px; border: none; border-radius: 5px; box-shadow:0 2px 4px 0 rgba(0,0,0,.2)"
src="https://jika.io/embed/area-chart?symbol=AAPL&selection=one_year&closeKey=close&boxShadow=true&graphColor=1652f0&textColor=161c2d&backgroundColor=FFFFFF&fontFamily=Nunito"
></iframe>

The symbol of the stock (eg symbol=AAPL ) I have in a coloum/record; so I would need the option to pass the symbol to the iframe to change the content displayed (stock item) depending on the chosen record. Then the iframe shall be embedded in the interface. Any ideas/help appreciated. 

Thank you!!

Best answer by ScottWorld

@Christian_L 

Unfortunately, Airtable’s interfaces do not support iFrames nor any embedding of live web content.

Your best bet would probably be to just create a formula that results in a unique URL link for each record, and then the user can click on the link to take them to the stock chart in a new browser tab. This solution is easy, quick, and it’s natively built into Airtable.

However, if you really need a live stock chart embedded as an iFrame within your interface, then you would be required to rebuild your interface in a 3rd-party portal tool that supports both Airtable and embedded iFrames.

The 4 most popular portals that are currently available for Airtable are: Noloco, JetAdmin, Softr, and Glide.

I give a brief demo of Noloco on this Airtable podcast episodeAnd I gave an entire one-hour webinar on Noloco called Building a Client Portal on Noloco powered by AirtableThe CEO of Noloco gave a demonstration of his product on this podcast episode.

Alternatively, if you want to stay completely within Airtable, this would definitely not be the ideal solution at all, but remember that Airtable’s attachment fields support STATIC IMAGES like JPGs and PNGs.

So, if you could find a stock chart API on the web, you could have the user click on a button in Airtable to bring in the latest STATIC IMAGE of the chart into the attachment field. This could be accomplished through Javascripting, or it could be accomplished in a low-code way using Make’s HTTP module.

You would simply trigger the entire process of bringing in the static image by using an Airtable automation. In this thread, I discuss how to instantly trigger a Make automation from an Airtable automation.

But like I mentioned above, this is not the ideal solution, because it’s not a live stock chart. It’s just a static image that continually needs to be refreshed by the user.

Hope this helps! If you’d like to hire the best Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld

View original
Did this topic help you find an answer to your question?

2 replies

ScottWorld
Forum|alt.badge.img+20
  • Brainy
  • 8711 replies
  • Answer
  • February 23, 2025

@Christian_L 

Unfortunately, Airtable’s interfaces do not support iFrames nor any embedding of live web content.

Your best bet would probably be to just create a formula that results in a unique URL link for each record, and then the user can click on the link to take them to the stock chart in a new browser tab. This solution is easy, quick, and it’s natively built into Airtable.

However, if you really need a live stock chart embedded as an iFrame within your interface, then you would be required to rebuild your interface in a 3rd-party portal tool that supports both Airtable and embedded iFrames.

The 4 most popular portals that are currently available for Airtable are: Noloco, JetAdmin, Softr, and Glide.

I give a brief demo of Noloco on this Airtable podcast episodeAnd I gave an entire one-hour webinar on Noloco called Building a Client Portal on Noloco powered by AirtableThe CEO of Noloco gave a demonstration of his product on this podcast episode.

Alternatively, if you want to stay completely within Airtable, this would definitely not be the ideal solution at all, but remember that Airtable’s attachment fields support STATIC IMAGES like JPGs and PNGs.

So, if you could find a stock chart API on the web, you could have the user click on a button in Airtable to bring in the latest STATIC IMAGE of the chart into the attachment field. This could be accomplished through Javascripting, or it could be accomplished in a low-code way using Make’s HTTP module.

You would simply trigger the entire process of bringing in the static image by using an Airtable automation. In this thread, I discuss how to instantly trigger a Make automation from an Airtable automation.

But like I mentioned above, this is not the ideal solution, because it’s not a live stock chart. It’s just a static image that continually needs to be refreshed by the user.

Hope this helps! If you’d like to hire the best Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld


Mike_AutomaticN

Hey @Christian_L!

A feature request for this need was submitted some time ago. You can give some love to the post, to let the Airtable team know how important this is for you.

Mike, Consultant @ Automatic Nation


Reply