• Resolved gediweb

    (@gediweb)


    First off, thank you for the great plugin! I am not very familiar with JASON so please be gentle ??
    I am trying to show a feed for a client but cant get all data to show up. Here is the feed: https://ir.envirostarinc.com/latest-financial-results-api

    I got “reporting”, “reporting_type” and “period_of_report” to show but I’m stuck at “earnings_release”. So for example to show earning release title, how would I do that? I tried {subloop:earnings_release.title} but that did not work. nothing shows for it.

    You can see my futile attempt by going to: https://envirostarinc.com and then “Quarterly Earnings” tab in the middle of the page.

    Thanks in advance for your help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author berkux

    (@berkux)

    Hi,

    try
    [jsoncontentimporter url=https://ir.envirostarinc.com/latest-financial-results-api]reporting: {reporting}
    {subloop:earnings_release:-1}
    earnings_release.title: {earnings_release.title}
    {/subloop:earnings_release}
    [/jsoncontentimporter]

    feel free to vote for my plugin here.

    Bernhard

    Thread Starter gediweb

    (@gediweb)

    It’s me again ??
    Thanks so much! The subloop worked.
    How would I do a second subloop? I actually have 4 of them. Not sure if this requires a PRO version, but I bought it just in case.

    1. Please let me know if I need a PRO version for displaying this feed
    2. How can I display the subsequent subloops. I tried to duplicate what you showed me with the subloop name and it did not work.
    ex: `{subloop:sec_filings:-1}
    ….
    {/subloop:sec_filings}`

    Plugin Author berkux

    (@berkux)

    hi,

    try
    [jsoncontentimporter url=https://ir.envirostarinc.com/latest-financial-results-api]reporting: {reporting}
    {subloop:earnings_release:-1}
    earnings_release.title: {earnings_release.title}
    {/subloop:earnings_release}
    {subloop-array:sec_filings:1}
    sec_filings.pdf: {sec_filings.pdf}
    {/subloop-array:sec_filings}
    [/jsoncontentimporter]

    Bernhard

    Thread Starter gediweb

    (@gediweb)

    Thank you that worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help: Was able to show some but not all’ is closed to new replies.